From c1741f69239aa3754bdb20913a83d67e789235fb Mon Sep 17 00:00:00 2001 From: "Peter C. S. Scholtens" Date: Tue, 14 Dec 2021 23:36:19 +0100 Subject: [PATCH] Update bash.md (#1757) --- bash.md | 1 + 1 file changed, 1 insertion(+) 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