Posted by: Pdfprep
Post Date: January 27, 2021
What is true regarding the command
ls > files
if files does not exist?
A . The output of ls is printed to the terminal
B . files is created and contains the output of ls
C . An error message is shown and ls is not executed
D . The command files is executed and receives the output of ls
E . Any output of ls is discarded
Answer: B