about summary refs log tree commit diff stats
path: root/rf.1
diff options
context:
space:
mode:
authorRory Bradford <roryrjb@gmail.com>2020-04-18 22:19:52 +0100
committerRory Bradford <roryrjb@gmail.com>2020-04-18 22:19:52 +0100
commit4120bca8530b87747b44efec0552b946b60d657e (patch)
tree48e8199baf2ee87d528b7154eef7f76913cf6a54 /rf.1
parent0017f896237b0a9b379ba102acfa8dafd5ea87a1 (diff)
downloadrf-4120bca8530b87747b44efec0552b946b60d657e.tar.gz
Add wholename option
Signed-off-by: Rory Bradford <roryrjb@gmail.com>
Diffstat (limited to 'rf.1')
-rw-r--r--rf.121
1 files changed, 9 insertions, 12 deletions
diff --git a/rf.1 b/rf.1
index 8d04fd6..b4eab3c 100644
--- a/rf.1
+++ b/rf.1
@@ -5,13 +5,12 @@ rf \- a tiny and simple file finder
 
 .SH SYNOPSIS
 .SY rf
-.OP \-lsvSU
+.OP \-lsvw
 .OP pattern ...
 
 .SH DESCRIPTION
-.B rf
-will find files or directories based on one or more glob (or optionally
-substring) patterns.
+\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
@@ -27,13 +26,11 @@ Match using substrings instead of globs.
 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.
+.B \-w
+Match wholename, including path.
+
+.SH SEE ALSO
+.BR rfignore (5)
 
 .SH COPYRIGHT
-Copyright \(co 2020 Rory Bradford <roryrjb@gmail.com>.
+Copyright \(co 2019, 2020 Rory Bradford <roryrjb@gmail.com>.