What does accomplish when entered on the command line after a command?
a. It redirects both stderr and std out to the same location.
b. It does not accomplish anything.
c. It redirects stderr and stdin to the same location.
d. It appends stdout to a file

Answer :

Answer:

It appends stdout to a file

Explanation:

It appends stdout to a file when entered on the command line after a command.

Other Questions