rcsclean command examples

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.

Leave a Reply

Your email address will not be published. Required fields are marked *