Question from the Bash - Fundamentals test

Write the content of a file to a new file in bash

Medium

Suppose we have the following text file:

Hello

Which of these statements are true about this line?

cat file 2>> res.txt
Author: titouan lecampStatus: PublishedQuestion passed 11 times
Edit
0
Community EvaluationsNo one has reviewed this question yet, be the first!