need help
I would like to time how long does a process take to complete and pipe to a log file. I have tried the following, but the output was only to the screen not to the log file:
time cp grid.tar /export/pcliu/ >> temp.log
Is there any way to send the output to the log file... Please help...
|