Files
bshell/doc/sample/redirection.bshell
T

2 lines
54 B
Plaintext
Raw Normal View History

2026-05-10 14:20:08 +01:00
echo hello 2> error.txt | ls -la | echo done; exit -1