Return to Snippet

Revision: 991
at August 25, 2006 12:46 by yuconner


Initial Code
mkfifo pipe

Initial URL
http://www2.linuxjournal.com/article/2156

Initial Description
try:
ls -l > pipe
cat < pipe

Initial Title
Linux pipe example

Initial Tags
linux

Initial Language
Bash