mirror of
https://github.com/onkelbeh/cheatsheets.git
synced 2025-10-16 15:38:44 +02:00
- Update some sheets which have very long sections - Remove `layout: 2017/sheet` (everything has the same layout now) - Remove outdated sheets
275 B
275 B
title, category
title | category |
---|---|
Shell: named pipes | CLI |
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)