mirror of
https://github.com/onkelbeh/cheatsheets.git
synced 2025-06-15 14:47:53 +02:00
294 B
294 B
title | category | layout |
---|---|---|
Shell: named pipes | CLI | 2017/sheet |
Named pipes
diff <(ls ./old) <(ls ./new)
This creates a virtual file with the contents of the output of ls ./old
.
References
- Named pipe (wikipedia.org)