Wednesday, November 3, 2010

how to redirect strace to text file

how to redirect strace to text file

#strace -o filename command
 
For example:
strace -o strace1.txt  ls  
 

No comments:

Post a Comment