date of 7 days ago

Kevin plug-discuss at firstpacket.com
Fri Dec 30 12:11:37 MST 2005


On 12/30/05 11:54 AM, "vodhner at cox.net" <vodhner at cox.net> 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 at hangar ~ $ echo $SECONDS; sleep 5; echo $SECONDS
138
143
 



More information about the PLUG-discuss mailing list