109k views
4 votes
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

User Dfowj
by
7.0k points

1 Answer

5 votes

Answer:

It appends stdout to a file

Step-by-step explanation:

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