Thread: need help
View Single Post

  #1 (permalink)  
Old 03-10-2006, 11:48 PM
pliu0606 pliu0606 is offline
Junior Member
 
Join Date: Oct 2005
Posts: 4
Rep Power: 0
pliu0606
Default 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...
Reply With Quote