show/hide this revision's text 3 deleted 88 characters in body

Take a look here. Should be:

yourcommand &>filename

(redirects both stdout and stderr to filename).

show/hide this revision's text 2 added 82 characters in body

Take a look here. Should be:

yourcommand &>filename

(redirects both stdout and stderr to filename).

show/hide this revision's text 1

Take a look here. Should be:

yourcommand &>filename