1
0
mirror of https://github.com/onkelbeh/cheatsheets.git synced 2025-10-16 07:28:25 +02:00
cheatsheets/sh-pipes.md
2015-11-24 16:02:17 +11:00

179 B

title, category
title category
Shell: named pipes CLI
diff <(ls ./old) <(ls ./new)

References