Open System Services System Calls Reference Manual (G06.25+, H06.03+)

null(7) OSS System Calls Reference Manual
NAME
null - Is a data sink le
SYNOPSIS
/dev/null
DESCRIPTION
Data written on a null special le is discarded.
Reads from a null special le always return 0 (zero) bytes.
EXAMPLES
To create a zero-length le using the cat command, enter:
cat > foo < /dev/null
1118 Hewlett-Packard Company 527186-003