/ Published in: Bash
try:
ls -l > pipe
cat < pipe
ls -l > pipe
cat < pipe
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
mkfifo pipe
URL: http://www2.linuxjournal.com/article/2156