Thread
:
How can I redirect the output of time command to file
View Single Post
#
4
(
permalink
)
05-15-2006, 04:21 PM
monk
Senior Member
User
Join Date: Jan 2005
Location: Tibet
My distro: Debian GNU/Linux
Posts: 482
Rep Power:
5
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.
monk
View Public Profile
Send a private message to monk
Visit monk's homepage!
Find all posts by monk