Maak FIFOs (benoemde pipes). Meer informatie: https://www.gnu.org/software/coreutils/mkfifo.
mkfifo {{pad/naar/pipe}}
echo "{{Hello World}}" > {{pad/naar/pipe}} &
cat {{pad/naar/pipe}}
mkfifo {{pad/naar/pipe}}; script -f {{pad/naar/pipe}}