Shell: named pipes
A cheatsheet by @rstacruz|Refreshed over 3 years ago.Refresh|View source on Github

Named pipes

Named pipes

diff <(ls ./old) <(ls ./new)

This creates a virtual file with the contents of the output of ls ./old.