1
0
mirror of https://github.com/jlevy/the-art-of-command-line.git synced 2024-12-12 10:45:00 +02:00

Update README.md

This commit is contained in:
Andrea Giacomo Baldan 2019-10-04 11:35:07 +02:00 committed by GitHub
parent 8660ddce56
commit 1e4a9f8ce3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -548,7 +548,7 @@ 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
- `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