4 lines
113 B
Plaintext
4 lines
113 B
Plaintext
|
# assignment still happens despite redirect error
|
||
|
true; a=$(echo b) >/does/not/exist; echo $?
|
||
|
echo "Done: a=$a"
|