出典:Wiktionary
出典:『Wiktionary』 (2025/08/28 17:33 UTC 版)
From Unix operating systems, where /dev (the Unix directory containing device files) contains a null entry representing no device.
/dev/null
/dev/null and duplicating the file descriptor returned. /dev/null is a pseudo-driver that forces read to return 0 and write to return as if the entire amount requested had been written. This makes library routines that use file descriptors 0, 1, and 2 harmless.
出典:Wikipedia