Hdi2u S20
Piping output between applications
-
|
, often called an operator because it's so powerful - not always easy to find on the keyboard
Exercise
- "Pipe" the output of "ls" into wc -l to see how many files you have in your output.
ls | wc -l
|
, often called an operator because it's so powerfulls | wc -l