diff --git a/bash.md b/bash.md index 4e038e6ec..b98e4bc5b 100644 --- a/bash.md +++ b/bash.md @@ -649,6 +649,7 @@ python hello.py &>/dev/null # stdout and stderr to (null) ```bash python hello.py < foo.txt # feed foo.txt to stdin for python +diff <(ls -r) <(ls) # Compare two stdout without files ``` ### Inspecting commands