HEAD(1) | NetBSD General Commands Manual | HEAD(1) |
head | [-qv] [-n count] [-c byte_count] [file ...] |
If more than a single file is specified, or the -v option is used, each file is preceded by a header consisting of the string “==> XXX ≤=” where “XXX” is the name of the file. The -q flag disables the printing of the header in all cases.
The head utility exits 0 on success, and >0 if an error occurs.
This command is mostly compatible with GNU extensions to head.
May 4, 2004 | NetBSD 5.99 |