View Single Post

  #1 (permalink)  
Old 05-15-2006, 02:16 PM
warren warren is offline
Member
User
 
Join Date: Jun 2005
Posts: 45
Rep Power: 0
warren
Default How can I redirect the output of time command to file

How can I redirect the output of time command to file...
I tried,
-bash-3.00# time > file1.txt

real 0m0.000s
user 0m0.000s
sys 0m0.000s

but it didn't work...

thanks,
warren
Reply With Quote