Last Updated on November 4, 2020 by Admin
In the Linux shell, which character is used between two commands to instruct the shell to combine and execute these two commands in sequence?
- $
- |
- #
- %
Answers Explanation & Hints: In the Linux shell, several commands can be combined to perform a complex task. This technique is known as piping. The piping process is indicated by inserting the character “|” between two consecutive commands.