From ec3cec93587b0c9f36b5216b5c907dca13876082 Mon Sep 17 00:00:00 2001 From: Vince Buffalo Date: Sun, 15 Nov 2015 22:15:19 -0800 Subject: [PATCH] updated with Kernighan video link --- chapter-03-remedial-unix/README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/chapter-03-remedial-unix/README.md b/chapter-03-remedial-unix/README.md index 5934a2e..597dbbb 100644 --- a/chapter-03-remedial-unix/README.md +++ b/chapter-03-remedial-unix/README.md @@ -33,6 +33,10 @@ The "garden hose" quote is from an October 1964 [Bell Labs memo](http://cm.bell-labs.com/who/dmr/mdmpipe.html). There's a cool image of the memo here: http://doc.cat-v.org/unix/pipes/ +Brian Kernighan gives a great interview about the pipeline concept on the +[Computerphile YouTube +channel](https://www.youtube.com/watch?v=bKzonnwoR2I&feature=youtu.be). + ## The Modular Unix Approach versus Monolithic Programs There has been some debate about the Unix approach to bioinformatics versus