Update bash.md (#1757)
This commit is contained in:
parent
3e380ef4a2
commit
c1741f6923
1
bash.md
1
bash.md
|
@ -649,6 +649,7 @@ python hello.py &>/dev/null # stdout and stderr to (null)
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
python hello.py < foo.txt # feed foo.txt to stdin for python
|
python hello.py < foo.txt # feed foo.txt to stdin for python
|
||||||
|
diff <(ls -r) <(ls) # Compare two stdout without files
|
||||||
```
|
```
|
||||||
|
|
||||||
### Inspecting commands
|
### Inspecting commands
|
||||||
|
|
Loading…
Reference in New Issue