5 lines
76 B
Bash
5 lines
76 B
Bash
{ echo toto >&2; } 2>&1
|
|
|
|
{ echo tata; }>/dev/null
|
|
|
|
grep abc < test/redir.sh
|