Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

bash vertical bar

The vertical bar | is commonly referred to as a "pipe". It is used to pipe one command into another. That is, it directs the output from the first command into the input for the second command.
Source by askubuntu.com #
 
PREVIOUS NEXT
Tagged: #bash #vertical #bar
ADD COMMENT
Topic
Name
9+8 =