Published in Launch School·Mar 10, 2022Bash PlumbingIf your working directory contains a.txt → “foo” dir dir/b.txt → “bar” what happens when you run the following in Bash? $ echo a.txt | cat $ echo dir | ls > c.txt $ cat < a.txt | xargs cat The examples are silly. But they test your mental model…Programming3 min readProgramming3 min read