diff options
Diffstat (limited to 'rf.1')
-rw-r--r-- | rf.1 | 47 |
1 files changed, 0 insertions, 47 deletions
diff --git a/rf.1 b/rf.1 deleted file mode 100644 index a600e69..0000000 --- a/rf.1 +++ /dev/null @@ -1,47 +0,0 @@ -.TH rf 1 - -.SH NAME -rf \- a tiny and simple file finder - -.SH SYNOPSIS -.SY rf -.OP \-d directory -.OP \-c config -.OP \-lsvw -.OP pattern ... - -.SH DESCRIPTION -\fBrf\fR will find files or directories based on one or more glob (or optionally -substring) patterns, while respecting any ignore rules in \fBrfignore\fR files. - -.SH OPTIONS -.TP -.BI \-d directory -Search from specified directory, otherwise defaults to current working directory. -. -.TP -.BI \-c config -Override config file location. -. -.TP -.BI \-l count -Limit to specified matches count. -. -.TP -.B \-s -Match using substrings instead of globs. -. -.TP -.B \-v -Invert matches. -. -.TP -.B \-w -Match wholename, including path. - -.SH SEE ALSO -.BR rfignore (5), -.BR rfconfig (5) - -.SH COPYRIGHT -Copyright \(co 2019, 2020 Rory Bradford <roryrjb@gmail.com>. |