5 ms·
He is referring to traditional chaining of programs through STDOUT and STDIN. For example, a "program" that counts number of occurrences of foo in a file: cat
by AndrewNCarr 11y ago
He is referring to traditional chaining of programs through STDOUT and STDIN. For example, a "program" that counts number of occurrences of foo in a file:
cat file.txt | grep "foo" | wc -w