DEL (I)                       2 Dec 75                                DEL (I)

NAME
	del - delete files

SYNOPSIS
	del name ...

DESCRIPTION
	Del echoes the names of all files mentioned in the command line.
	It then waits for a character (eg newline) from the standard input
	as confirmation that those files should be deleted.  If too many
	files would be deleted, hit the <DEL> key to abort the command.
	Otherwise rm (I) is invoked to delete the files.

SEE ALSO
	rm (I), unlink (II)

DIAGNOSTICS
	can't find /bin/rm

AUTHOR
	J. Gillogly
