diff options
Diffstat (limited to 'rf.1')
-rw-r--r-- | rf.1 | 21 |
1 files changed, 13 insertions, 8 deletions
diff --git a/rf.1 b/rf.1 index ee74e22..8d04fd6 100644 --- a/rf.1 +++ b/rf.1 @@ -5,30 +5,35 @@ rf \- a tiny and simple file finder .SH SYNOPSIS .SY rf -.OP \-lvSU +.OP \-lsvSU .OP pattern ... .SH DESCRIPTION .B rf -will find files or directories based on one or more glob patterns. +will find files or directories based on one or more glob (or optionally +substring) patterns. .SH OPTIONS .TP -.B \-v -Invert matches. -. -.TP .BI \-l count Limit to specified matches count. . .TP -.B \-U -Unlink matched file. Cannot be used with any other options. +.B \-s +Match using substrings instead of globs. +. +.TP +.B \-v +Invert matches. . .TP .BI \-S command Run shell command over each file. A %s will be replaced with the relative path to the current file. Cannot be used with any other options. +. +.TP +.B \-U +Unlink matched file. Cannot be used with any other options. .SH COPYRIGHT Copyright \(co 2020 Rory Bradford <roryrjb@gmail.com>. |