NAME
	head - give first few lines

SYNOPSIS
	head [ -count ] [ file ...  ]

DESCRIPTION
	This filter gives the first count lines of each of the
	specified files, or of the standard input. If you specify
	- as a file, standard input will be used.
	If count is omitted it defaults to 10.

RETURN CODES
	0 if all went well
	1 in case of bad argument (fatal)
	2 if at least one file couldn't be opened (non fatal)

CHANGES FROM UNIX
	None

AUTHOR
	Denis GOUNELLE
	Last modified 04-Sep-92

