2 lines
58 B
Plaintext
2 lines
58 B
Plaintext
|
printf 'test\0zest\n' | (read -d '' reply; echo "$reply")
|