GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
RCDN(1) FreeBSD General Commands Manual RCDN(1)

rcdn
remove dotfiles as managed by rcm

rcdn [-hKkqVv] [-B hostname] [-d dir] [-I excl_pat] [-S excl_pat] [-s excl_pat] [-t tag] [-U excl_pat] [-u excl_pat] [-x excl_pat] [files ...]

This program will remove all the rc files that the rcm(7) suite knows about. This can be further controlled with the -t and -d flags.

The files that are removed are symlinks. However, the COPY_ALWAYS setting in rcrc(5) modifies this. If a rc file is not a symlink but an ancestor directory is, that directory is removed. If a rc file is not a symlink but is listed in COPY_ALWAYS the file is removed.

The rcdn program will run hooks before and after removing files, if these hooks exist. Hooks are executable programs inside the dotfiles directory, with the following names: hooks/pre-down and hooks/post-down. These hooks are run each time rcdn is run and therefore must be idempotent.

Hooks will be executed one at a time, sorted alphabetically. For instance, hooks/pre-down/animals will run before hooks/pre-down/aquariums, and hooks/pre-down/4-eyes will run before hooks/post-down/2-u-nothing-compares.

HOSTNAME
treat host-HOSTNAME as the host-specific directory instead of computing it
DIR
remove rc files from the DIR. This can be specified multiple times.
show usage instructions.
EXCL_PAT
remove rc files that match EXCL_PAT despite being excluded by the -x flag or a setting in rcrc(5). This can be repeated with additional patterns. See lsrc(1), EXCLUDE PATTERN, for more details.
skip pre- and post-hooks
run pre- and post-hooks. This is the default.
decrease verbosity
EXCL_PAT
when removing dotfiles, any file that matches EXCL_PAT should be treated as a file that was symlinked, even if it is a directory. This can be repeated.
EXCL_PAT
when removing dotfiles, any directory that matches EXCL_PAT should be recurred upon like normal. This is the default, and is the opposite of -S. This can be repeated.
TAG
remove dotfiles according to TAG
EXCL_PAT
any rc file or directory that matches EXCL_PAT is considered to have been installed without a leading dot when removing them. Must be specified for rc files or directories that were indeed installed without a leading dot. This can be repeated. See the documentation of the -U option in lsrc(1) for more information.
EXCL_PAT
any rc file or directory that matches EXCL_PAT is considered to have been installed with a leading dot when removing them. This is the default, and is the opposite of -U. This can be repeated. See the documentation of the -u option in lsrc(1) for more information.
increase verbosity. This can be repeated for extra verbosity.
show the version number.
EXCL_PAT
do not remove rc files that match EXCL_PAT. This can be repeated with additional patterns. See lsrc(1), EXCLUDE PATTERN, for more details.
files
only remove the specified file(s)

User configuration file. Defaults to ~/.rcrc.

~/.rcrc

rcdn -v
rcdn zshrc
rcdn -t python
rcdn -d ~/corporate-dotfiles
rcdn -x '*:.zshrc'

lsrc(1), mkrc(1), rcup(1), rcrc(5), rcm(7)

rcdn is maintained by Mike Burns <mburns@thoughtbot.com> and thoughtbot
August 2, 2013 FreeBSD 13.1-RELEASE

Search for    or go to Top of page |  Section 1 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.