null(7)
NAME
null − null file
DESCRIPTION
Data written on a null special file is discarded.
Reads from a null special file always return 0 bytes.
EXAMPLES
To create a zero-length file, use either of the following:
cat /dev/null >file
cp /dev/null file
FILES
/dev/null
STANDARDS CONFORMANCE
null: SVID2, XPG2, XPG3, POSIX.1, FIPS 151-1
Hewlett-Packard Company — HP-UX Release 8.05: June 1991