title | category |
---|---|
Shell: named pipes |
CLI |
diff <(ls ./old) <(ls ./new)
This creates a virtual file with the contents of the output of ls ./old
.
- Named pipe (wikipedia.org)
title | category |
---|---|
Shell: named pipes |
CLI |
diff <(ls ./old) <(ls ./new)
This creates a virtual file with the contents of the output of ls ./old
.