Concatenating Commands with Pipes and Substitution

From docwiki
Revision as of 16:11, 21 March 2020 by Mond (talk | contribs) (Created page with " In the last Example we have seen how we can redirect the input and output of commands from and to files. Now often enough we only produce output of one command for the purpos...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

In the last Example we have seen how we can redirect the input and output of commands from and to files. Now often enough we only produce output of one command for the purpose of feeding it to another program and we are not interested in the intermediate outputs.