show/hide this revision's text 3 not linux-specific
show/hide this revision's text 2 edited body

I want to redirect both stdout and stdout stderr of a process to a single file. How do I do that in bash?

show/hide this revision's text 1

Redirect stderr and stdout in a bash script

I want to redirect both stdout and stdout of a process to a single file. How do I do that in bash?