5 lines
171 B
Plaintext
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
|