From 122bbf0c6da226fc7e8a7e2a8d173b3e6259f7cf Mon Sep 17 00:00:00 2001 From: Mike Burns Date: Mon, 5 Aug 2013 04:41:38 +0200 Subject: Inclusionary patterns: -I The `-I` flag serves as an "undo" for the `-e` pattern. It overrides any matching exclusions, allowing for temporary listing/installation/removal. For example, if you want to try a `.pythonrc` but leave it in your `EXCLUDES` in rcrc(5), you can do: rcup -Ipythonrc pythonrc --- man/rcdn.1 | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) (limited to 'man/rcdn.1') diff --git a/man/rcdn.1 b/man/rcdn.1 index c6f8e9f..9007783 100644 --- a/man/rcdn.1 +++ b/man/rcdn.1 @@ -7,8 +7,10 @@ .Sh SYNOPSIS .Nm rcdn .Op Fl vq -.Op Fl t Ar tag .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 @@ -30,6 +32,17 @@ 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 -- cgit v1.2.3