Add mkfifo to obscure commands in README.md

pull/644/head
Andrea Giacomo Baldan 2019-10-04 11:30:44 +02:00 committed by GitHub
parent 84482aa24d
commit cbfc58a677
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -548,6 +548,8 @@ A few examples of piecing together commands:
- `fortune`, `ddate`, and `sl`: um, well, it depends on whether you consider steam locomotives and Zippy quotations "useful"
- `mkfifo`: create a `namedpipe`, useful for inter-process communication, where two separate processes can access it by name and read/write into it
## macOS only