Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 294 Bytes

sh-pipes.md

File metadata and controls

17 lines (12 loc) · 294 Bytes
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