What does the following do on Linux?
cat <> FIFO |
Where FIFO is a FIFO created in the current directory.
|
What does the following do on Linux?
Where FIFO is a FIFO created in the current directory. | ||||
|
feedback
|
This question came from our site for professional and enthusiast programmers.
|
in see the bash manual page on redirections, section 3.6.10 | |||
|
feedback
|
|
You can't both read and write onto the same pipe. | |||
|
feedback
|