GaijinPunch
MIS
As the question says. I need to write a script in either kornshell or perl that prints a timestampe WITHIN the output (not the timestamp of the file itself) that outputs to the hundredth of a second.
So far, the best I've got is:
time=`date +%H%M%S` which doesn't get the job done unfortunately.
When I run a search on google for timestamps, time, date formats and stuff, there's really nothing that addresses this specific question.
Regards
Paul
So far, the best I've got is:
time=`date +%H%M%S` which doesn't get the job done unfortunately.
When I run a search on google for timestamps, time, date formats and stuff, there's really nothing that addresses this specific question.
Regards
Paul