mkfifo
Makes FIFOs (named pipes). More information: <https://www.gnu.org/software/coreutils/mkfifo>.
Install
- All systems
-
curl cmd.cat/mkfifo.sh
- Debian
-
apt-get install coreutils - Ubuntu
-
apt-get install coreutils -
Alpine
-
apk add coreutils - Arch Linux
-
pacman -S coreutils - Kali Linux
-
apt-get install coreutils - CentOS
-
yum install coreutils - Fedora
-
dnf install coreutils - Windows (WSL2)
-
sudo apt-get updatesudo apt-get install coreutils - OS X
-
brew install coreutils - Raspbian
-
apt-get install coreutils - Docker
-
docker run cmd.cat/mkfifo mkfifopowered by Commando
Makes FIFOs (named pipes). More information: <https://www.gnu.org/software/coreutils/mkfifo>.
-
Create a named pipe at a given path:
mkfifo path/to/pipe
© tl;dr; authors and contributors