From cbfc58a677e148894fda90b03e26e06b5ba7f533 Mon Sep 17 00:00:00 2001 From: Andrea Giacomo Baldan Date: Fri, 4 Oct 2019 11:30:44 +0200 Subject: [PATCH 1/3] Add mkfifo to obscure commands in README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index ff73938..4f2b796 100755 --- a/README.md +++ b/README.md @@ -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 From 8660ddce56cb4539e2da4e1f3f15314fa2407305 Mon Sep 17 00:00:00 2001 From: Andrea Giacomo Baldan Date: Fri, 4 Oct 2019 11:34:25 +0200 Subject: [PATCH 2/3] Add mkfifo to obscure commands in README-it.md --- README-it.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README-it.md b/README-it.md index ce055f0..bb2266e 100644 --- a/README-it.md +++ b/README-it.md @@ -495,6 +495,8 @@ Qualche esempio di combinazione di più comandi comandi: - `fortune`, `ddate`, e `sl`: mmmh, beh, dipende molto da quanto consideri le locomotive a vapore e le citazioni di Zippy "utili". +- `mkfifo`: crea una namedpipe, utile per comunicazioni tra processi, due processi separati possono accedervi per nome e scriverci dati o leggervi + ## OS X From 1e4a9f8ce322852e6676e68d43f2df308e31b863 Mon Sep 17 00:00:00 2001 From: Andrea Giacomo Baldan Date: Fri, 4 Oct 2019 11:35:07 +0200 Subject: [PATCH 3/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4f2b796..fb0e28b 100755 --- a/README.md +++ b/README.md @@ -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