Talk:User defined pipe and redirection operators: Difference between revisions

→‎Scoping: reduced task description...
(→‎Scoping: new section)
(→‎Scoping: reduced task description...)
Line 232:
<lang tcl>pipeline cat bigfile.txt | grep "foo" | sort | head 5 | >> /dev/tty</lang>
Except with some minor changes (I used a real file and searched for something that I knew was there on about 1% of lines). –[[User:Dkf|Donal Fellows]] 10:56, 20 September 2011 (UTC)
 
I have to agree, so I 'reduced task description..." by removing the wikipedia cut/paste of "[[wp:Pipeline_(Unix)|Pipeline_(Unix)]]" as it didn't seem to add much value.
 
I'm still keen to see a degree of parallelism in the piping in the test case eg `cmd1;cmd2...` But strictly speaking this isn't an pipe or a redirection operator! Maybe it is worth putting conjunctions of pipes in another task...
 
[[User:NevilleDNZ|NevilleDNZ]] 12:53, 20 September 2011 (UTC)