6 ms·
Something like this: # /bin/echo "Hello World" >&- /bin/echo: write error: Bad file descriptor You get this kind of thing for free with exceptions.
by 0xABADC0DA 14y ago
Something like this:
# /bin/echo "Hello World" >&-
/bin/echo: write error: Bad file descriptor
You get this kind of thing for free with exceptions.