View Single Post

  #4 (permalink)  
Old 05-15-2006, 04:21 PM
monk's Avatar
monk monk is offline
Senior Member
User
 
Join Date: Jan 2005
Location: Tibet
My distro: Debian GNU/Linux
Posts: 482
Rep Power: 5
monk will become famous soon enough monk will become famous soon enough
Default

Try old way it works with all UNIX oses out there including linux:

Code:
( time ls ) 2> /tmp/output.txt
cat /tmp/output.txt
-o or -a only works with GNU version of time command.
Reply With Quote