Computer Science, asked by aparnarocks19, 4 months ago

Q6. cat myfile 2>&1 >out
A. Write myfile content to out file
B. Write stderr to out file
. C. Write stdout to out file and stderr to monitor display
D. Write stdout and stderr to out file​

Answers

Answered by valeriy69
1
  1. cat myfile outfile
  2. cmd 2> outfile
  3. cmd 1> outfile && cmd
  4. cmd >>outfile 2>&1

\small\mathsf\color{lightblue}useful?\: \color{white}\mapsto\: \color{gold}brainliest

Similar questions