Hi all,
may i know how to display time in minutes and seconds(may be milliseconds and even smaller that ) in shell scripts....
man date
man ksh ( for SECONDS)
echo $SECONDS - no of seconds since the invocation of the shell
Hi all,
may i know how to display time in minutes and seconds(may be milliseconds and even smaller that ) in shell scripts....
man date
man ksh ( for SECONDS)
echo $SECONDS - no of seconds since the invocation of the shell