NAME 
rcsclean - clean up working files
SYNOPSIS 
rcsclean file...
DESCRIPTION 
Rcsclean removes working files that were checked out and
never 
modified. For each working file given, rcsclean compares it
and 
the latest revision in the corresponding RCS file. If
rcsclean 
finds no difference, it removes the working file, and, if
the 
revision was locked by the caller, unlocks the revision.
Rcsclean is useful for
"clean" targets in Makefiles. Note that 
rcsdiff(1) prints out the differences. Also, ci(1) normally
asks 
whether to check in a file if it was not changed.
EXAMPLES 
The command
rcsclean *.c *.h
removes all working files ending
in ".c" or ".h" that were not 
changed since their checkout.
IDENTIFICATION 
Author: Walter F. Tichy, Purdue University, West Lafayette,
IN, 
47907. 
Revision Number: 1.3 ; Release Date: 91/10/03 . 
Copyright (c) 1982, 1988, 1989 by Walter F. Tichy.
SEE ALSO 
co(1), ci(1), ident(1), rcs(1), rcsdiff(1), rcsintro(1),
rcsmerge(1), rlog(1), rcsfile(5).