top | item 11098960

(no title)

AndrewNCarr | 10 years 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

discuss

order

No comments yet.