Novell
050-720 · Question #54
You want to redirect standard input for apropos to command1 file. Which of the following commands can you use to accomplish the task?
The correct answer is B. $ apropos < command1. See the full explanation below for the reasoning.
Question
You want to redirect standard input for apropos to command1 file. Which of the following commands can you use to accomplish the task?
Options
- A$ apropos shells >> command1
- B$ apropos < command1
- C$ apropos shell bash > command1
- D$ apropos bash shell shells | less
How the community answered
(39 responses)- A5% (2)
- B82% (32)
- C3% (1)
- D10% (4)
Community Discussion
No community discussion yet for this question.