42_little-penguin/ass05/proof

5 lines
171 B
Plaintext
Raw Permalink Normal View History

2024-08-29 06:24:54 -04:00
-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