home | O'Reilly's CD bookshelfs | FreeBSD | Linux | Cisco | Cisco Exam  


UNIX in a Nutshell: System V Edition

UNIX in a Nutshell: System V EditionSearch this book
Previous: Reference: rcs Chapter 18
The RCS Utility
Next: Reference: rcsdiff
 

rcsclean

rcsclean [

options

] [

files

]

Although included with RCS, this command is optional and might not be installed on your system. rcsclean compares checked-out files against the corresponding latest revision or revision R (as given by the options). If no differences are found, the working file is removed. (Use rcsdiff to find differences.) rcsclean is useful in makefiles. For example, you could specify a "clean up" target to update your directories. rcsclean is also useful prior to running rcsfreeze . rcsclean accepts the standard options -q , -V , and -x .

Options

-k c

When comparing revisions, expand keywords using style c . (See co for values of c .)

-n[ R ]

Show what would happen but don't actually execute.

-r[ R ]

Compare against revision R . R can be supplied as arguments to other options, so -r is redundant.

-u[ R ]

Unlock the revision if it's the same as the working file.

Examples

Remove unchanged copies of program and header files:

rcsclean *.c *.h


Previous: Reference: rcs UNIX in a Nutshell: System V Edition Next: Reference: rcsdiff
Reference: rcs Book Index Reference: rcsdiff

The UNIX CD Bookshelf Navigation The UNIX CD BookshelfUNIX Power ToolsUNIX in a NutshellLearning the vi Editorsed & awkLearning the Korn ShellLearning the UNIX Operating System