Files
bshell/doc/sample/redirection.bshell
T

2 lines
59 B
Plaintext
Raw Normal View History

2026-05-24 20:26:40 +01:00
echo hello$name 2> error.txt | ls -la | echo done; exit -1