Y
Hacker News
new
|
ask
|
show
|
jobs
by
AndrewNCarr
3773 days 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