Hdi2u S20

From wiki
Revision as of 23:36, 19 April 2017 by Rf (talk | contribs) (Created page with "= Piping output between applications = * <code>|</code>, often called an operator because it's so powerful * not always easy to find on the keyboard == Exercise == * "Pipe" t...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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