Re: date of 7 days ago

Top Page
Attachments:
Message as email
+ (text/plain)
Delete this message
Reply to this message
Author: Kevin
Date:  
To: PLUG-DISCUSS
Subject: 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