Talk:Pipe
|
|
An example of a pipeline, which should print the numbers from 1 to 10: while : ; do echo ; done | head | nl -b a
- Could this be explained? - Patrick 10:30 Mar 1, 2003 (UTC)
- I'm sure it could be, but I'm not the person to do it. =) Shouldn't following the links to pipeline and pipes and filters be sufficient to provide more information to the curious? Catherine 15:56 Mar 1, 2003 (UTC)
- These must me 3 actions with 2 intermediary results, but, as an example of a pipeline, it should be made clear what these do and are. - Patrick 16:11 Mar 1, 2003 (UTC)
