Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 275 Bytes

sh-pipes.md

File metadata and controls

16 lines (11 loc) · 275 Bytes
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