shell - Redirect stderr and stdout in Bash -


I want to redirect both stdout and stderr to a file in one file. How can I do this in Bash?

Take a look. Should be:

  yourcommand> File name   

(both for stdout and stderr file name).

Comments

Popular posts from this blog

c - Mpirun hangs when mpi send and recieve is put in a loop -

python - Apply coupon to a customer's subscription based on non-stripe related actions on the site -

java - Unable to get JDBC connection in Spring application to MySQL -