2010-08-19

Pipe stdout and stderr to one file.

In the Linux shell you can pipe both stdout and stderr to a file with > output_file 2>&1
E.g.:

 memtester 16M 1 > /dev/null 2>&1

No comments:

Post a Comment