bug-sh-utils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: litte question


From: Jim Meyering
Subject: Re: litte question
Date: Sun, 16 Sep 2001 00:29:48 +0200
User-agent: Gnus/5.090004 (Oort Gnus v0.04) Emacs/21.0.106

lashmcaf <address@hidden> wrote:
> i need to ask some about sleep command. why that command do not have
> miliseconds key, or why not egzist possibility gave other values as 0.10
> sec. ? thanks.

It is possible.

  $ date +%s;sleep .1;date +%s
  1000592956
  1000592956

You just need a newer version:

  ftp://alpha.gnu.org/gnu/fetish/sh-utils-2.0.11.tar.gz



reply via email to

[Prev in Thread] Current Thread [Next in Thread]