osf1 man page for null

Query: null

OS: osf1

Section: 7

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

null(7) 						 Miscellaneous Information Manual						   null(7)

NAME
null - Data sink
DESCRIPTION
Data written on a null special file are discarded. Reads from a null special file always return 0 (zero) bytes.
EXAMPLES
To read a floppy disk and display the total number of records read in and output to /dev/null using the dd command: dd if=/dev/disk/floppy0 of=/dev/null To create a zero length file using the cat command: cat > foo < /dev/null
FILES
/dev/null delim off null(7)
Related Man Pages
null(n) - mojave
null(n) - osx
null(0x9da426) - mojave
null(0x9db0f2) - mojave
null(0xa0b823) - mojave
Similar Topics in the Unix Linux Community
gethostbyname_r returns NULL when hostname has dash
Newbie question: if[command not null]
/dev/null not writable
Check null value in xml
Replace a field where values are null in a file.