I want to redirect output of a tar command to one file say, out.log
and errors during execution should be redirected to another file for example, error.log
.
How can I achieve this?
I want to redirect output of a tar command to one file say, out.log
and errors during execution should be redirected to another file for example, error.log
.
How can I achieve this?