make FIFOs (named pipes) NAME mkfifo - make FIFOs (named pipes) SYNOPSIS mkfifo [ OPTION ]... NAME ... DESCRIPTION Create name......--flush Flush output after each write. This is nice for telecooperation: one person does mkfifo foo ; script -f foo , and another can supervise in real-time what is being done u…...ion channel. During runtime it sends further status updates to the init system: #!/bin/sh mkfifo /tmp/waldo systemd-notify --ready --status="Waiting for data..." while : ; do re…...OUS. If you really need to do this, here is an example: On ‘server’ side: $ rm -f /tmp/f; mkfifo /tmp/f $ cat /tmp/f | /bin/sh -i 2>&1 | nc -l 127.0.0.1 1234 > /tmp/f On ‘client…...OUS. If you really need to do this, here is an example: On ‘server’ side: $ rm -f /tmp/f; mkfifo /tmp/f $ cat /tmp/f | /bin/sh -i 2>&1 | nc -l 127.0.0.1 1234 > /tmp/f On ‘client…...OUS. If you really need to do this, here is an example: On ‘server’ side: $ rm -f /tmp/f; mkfifo /tmp/f $ cat /tmp/f | /bin/sh -i 2>&1 | nc -l 127.0.0.1 1234 > /tmp/f On ‘client…...OUS. If you really need to do this, here is an example: On ‘server’ side: $ rm -f /tmp/f; mkfifo /tmp/f $ cat /tmp/f | /bin/sh -i 2>&1 | nc -l 127.0.0.1 1234 > /tmp/f On ‘client…Backend for fast Git data importers NAME git-fast-import - Backend for fast Git data importers SYNOPSIS frontend | git fast-import [<options>] DESCRIPTION This program is usually n…