lxsh/test/redir.sh
2021-12-20 15:59:42 +01:00

5 lines
76 B
Bash

{ echo toto >&2; } 2>&1
{ echo tata; }>/dev/null
grep abc < test/redir.sh