title | category | layout |
---|---|---|
Shell: named pipes |
CLI |
2017/sheet |
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 | layout |
---|---|---|
Shell: named pipes |
CLI |
2017/sheet |
diff <(ls ./old) <(ls ./new)
This creates a virtual file with the contents of the output of ls ./old
.