RM 1/11/79 RM NAME rm - remove files SYNOPSIS rm [-v] [name] ... DESCRIPTION Rm removes the files specified. If none are specified and standard input is not a terminal, `rm' reads the names of the files to delete from the standard input. If the -v switch is specified, `rm' displays the name of each file on error output as it is deleted. FILES SEE ALSO The Unix command 'rm' DIAGNOSTICS A message is printed if the file could not be removed. AUTHORS Joe Sventek (DEC machines); Debbie Scherrer (CDC machines) BUGS -1-