diff options
-rw-r--r-- | txr.1 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -60161,7 +60161,7 @@ execution of external utilities. .verb ;; redirect output of ls *.txt command to /dev/null - (let ((*stderr *stdnull*)) + (let ((*stderr* *stdnull*)) (sh "ls *.txt")) .brev |