Re: date of 7 days ago

Inizio della pagina
Allegati:
Messaggio come e-mail
+ (text/plain)
Delete this message
Reply to this message
Autore: Kevin
Data:  
To: PLUG-DISCUSS
Oggetto: Re: date of 7 days ago

On 12/30/05 11:54 AM, "" <> wrote:
> I just yesterday discovered the $SECONDS variable in ksh and bash. It lets
> you measure elapsed time in a shell script without spawning separate processes
> -- very nice.


Thanks for the tip! Very slick.

kevin@hangar ~ $ echo $SECONDS; sleep 5; echo $SECONDS
138
143


---------------------------------------------------
PLUG-discuss mailing list -
To subscribe, unsubscribe, or to change you mail settings:
http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss