2 lines
59 B
Plaintext
2 lines
59 B
Plaintext
echo hello$name 2> error.txt | ls -la | echo done; exit -1
|
echo hello$name 2> error.txt | ls -la | echo done; exit -1
|