rcsclean command examples
rcsclean – clean up working files
#rcsclean *.c *.h
removes all working files ending in .c or .h that were not changed since their checkout.
#rcsclean
removes all working files in the current directory that were not changed since their checkout.