Problem : Can anyone please advice me on how to implement a FIFO functionality on a RAID 0 HDD. I […]
Tag: fifo
How to pipe the output of a linux command back into the predecesssing command
Problem : The linux command nc -l 8090 | (read METHOD URI PROTOCOL ; echo “method: $METHOD” ; echo “path: […]
Why does du -sk fail to report the size of a fifo?
Problem : There is a concept in bash called process substitution. You can run a command and use the output […]