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