Vidyalelo
Computer Science · Q911

UNIX

Engineering and GATE · Computer Science · question 911

Q911

We can redirect the error message to file named newfile using . . . . . . . . command.

A.
cat foo errorfile
B.
cat foo >errorfile
C.
cat errorfile>foo
D.
cat foo 2>errorfile
Answer

Answer: Option D

Solution

Answer: Option D
No explanation is given for this question Let's Discuss on Board