Open System Services System Calls Reference Manual (G06.29+, H06.08+, J06.03+)
Files null(7)
NAME
null - Is a data sink file
SYNOPSIS
/dev/null
DESCRIPTION
Data written on a null special file is discarded.
Reads from a null special file always return 0 (zero) bytes.
EXAMPLES
To create a zero-length file using the cat command, enter:
cat > foo < /dev/null
527186-023 Hewlett-Packard Company 11−29