
NAME
	TrimFile

SYNOPSIS
	TrimFile    file1 file2 ... fileN [-N]

DESCRIPTION
	TRIMFILE trims the specified files to N lines each.  If no
	-N argument is given the files are trimmed to 100 lines each.

	The last N lines of the file are kept.	Each line may be up
	to 256 characters long.

	TRIMFILE currently allocates memory to hold the lines and so
	should not be used with large numeric arguments.


