| RCSCLEAN(1) | General Commands Manual | RCSCLEAN(1) |
rcsclean — clean
up working files
rcsclean |
[-TV]
[-kmode]
[-n[rev]]
[-q[rev]]
[-r[rev]]
[-u[rev]]
[-xsuffixes]
[-ztz] [file
...] |
The rcsclean program is used to clean up
(remove) files that are not being worked on. Only checked out files from the
current working directory are removed –
rcsclean does not remove files from the RCS
repository.
If no file operand is specified,
rcsclean cleans up all working files in the current
directory.
rcsclean also supports keyword
substitution – see the rcs(1)
man page for more information.
The following options are supported:
-kmode-n[rev]rcsclean will show you what it would normally do
without doing it.-q[rev]-r[rev]rcsclean will do nothing.-T-u[rev]-V-xsuffixes-ztzRCSINITThe rcsclean utility exits 0 on
success, and >0 if an error occurs.
Remove all working files (locked or not) in the current directory that were not changed since last checkout:
$ rcsclean -uci(1), co(1), ident(1), rcs(1), rcsdiff(1), rcsmerge(1), rlog(1)
| September 3, 2010 | openbsd |