42_little-penguin/ass05/proof
2024-08-29 12:25:11 +02:00

5 lines
171 B
Plaintext

-bash-5.2# cat /dev/fortytwo
cchauvet-bash-5.2# echo "cchauvet" > /dev/fortytwo
-bash: echo: write error: Invalid argument
-bash-5.2# echo -n "cchauvet" > /dev/fortytwo