.Dd August 2, 2013 .Dt RCDN 1 .Os .Sh NAME .Nm rcdn .Nd remove dotfiles .Sh SYNOPSIS .Nm rcdn .Op Fl vq .Op Fl d Ar dir .Op Fl e Ar excl_pat .Op Fl I Ar excl_pat .Op Fl t Ar tag .Op Ar files ... .Sh DESCRIPTION This program will remove all the rc files that the .Xr rcm 7 suite knows about. This can be further controlled with the .Fl t and .Fl d flags. .Bl -tag .It Fl d Ar DIR remove rc files from the .Ar DIR . This can be specified multiple times. .It Fl e Ar EXCL_PAT do not remove rc files that match .Ar EXCL_PAT . This can be repeated with additional patterns. See .Xr lsrc 1 , .Sx EXCLUDE PATTERN , for more details. .It Fl I Ar EXCL_PAT remove rc files that match .Ar EXCL_PAT despite being excluded by the .Fl e flag or a setting in .Xr rcrc 5 . This can be repeated with additional patterns. See .Xr lsrc 1 , .Sx EXCLUDE PATTERN , for more details. .It Fl q decrease verbosity .It Fl t Ar TAG remove dotfiles according to .Ar TAG .It Fl v increase verbosity. This can be repeated for extra verbosity. .It Ar files only remove the specified file(s) .El . .Sh EXAMPLES .Dl rcdn -v .Dl rcdn zshrc .Dl rcdn -t python .Dl rcdn -d ~/corporate-dotfiles .Dl rcdn -e '*:.zshrc' .Sh FILES .Pa ~/.rcrc .Sh SEE ALSO .Xr lsrc 1 , .Xr mkrc 1 , .Xr rcup 1 , .Xr rcrc 5 , .Xr rcm 7 .Sh AUTHORS .An "Mike Burns" Aq mike@mike-burns.com