Feb 13, 2004 #1 bharix Programmer Aug 6, 2002 23 DE Hi Guys, How do I redirect the output of time command to a file? I use ksh. e.g. time ls >> myfile This command does not put the output of my time command in myfile. Could you help solving this?
Hi Guys, How do I redirect the output of time command to a file? I use ksh. e.g. time ls >> myfile This command does not put the output of my time command in myfile. Could you help solving this?
Feb 13, 2004 Thread starter #2 bharix Programmer Aug 6, 2002 23 DE Oh, I figured that out. Sorry. Upvote 0 Downvote
Feb 13, 2004 #3 PHV MIS Nov 8, 2002 53,708 FR Try this: 2>myfile time ls Hope This Help, PH. Want to get great answers to your Tek-Tips questions? Have a look at FAQ219-2884 Upvote 0 Downvote
Try this: 2>myfile time ls Hope This Help, PH. Want to get great answers to your Tek-Tips questions? Have a look at FAQ219-2884