In the Linux shell, which character is used between two commands to instruct the shell to combine and execute these two commands in sequence?
- #
- %
- |
- $
Explanation & Hint:
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. |