Which of the following is NOT an input/output redirection symbol that Linux…
2023
Which of the following is NOT an input/output redirection symbol that Linux shell uses?
- A.
<
- B.
>
- C.
>> - D.
!
Attempted by 85 students.
Show answer & explanation
Correct answer: D
In the Linux shell (like Bash), the ! symbol is used for history expansion (e.g., !! repeats the last command) or as a logical NOT operator in scripts and expressions. It is not used for standard input/output redirection.