QuestionQ12
Shells and Shell ScriptingWhich statement is true about the command ls > files when files does not already 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
Community Discussion