Question: When executing a command and passing the output of that command to another command, which character allows you to chain these commands together?

  1. |
  2. ->
  3. \#
  4. @

Answer: The correct answer of the above question is Option A:|