Skip to main content

/dev/null

/dev nəl/

A device file, present in Unix and Unix-like operating systems, that discards all data written to it and yields no input.

It's possible to suppress the compiler's warnings by redirecting standard error to /dev/null.