# Create fifo teste mkfifo teste # Open fd 9 for read and write and connect to fifo exec 9<> teste # Close fd 9 exec 9 <&-