about summary refs log blame commit diff stats
path: root/rf.1
blob: 364b7195cd3a78e3a13e18fd7e2b320d470e88a5 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11










                                   
                                       







                  
                     







                                  
   




                                 



                    
   
                  


                                                                     
             
                                                      
.TH rf 1

.SH NAME
rf \- A tiny and simple file finder

.SH SYNOPSIS
.B rf
[OPTIONS] PATTERNS...

.SH DESCRIPTION
.B rf
will find files based on glob patterns.

.SH OPTIONS
.TP
.B "\-h, \-\-help"
.br
Show help message.

.TP
.B "\-V, \-\-version"
.br
Show version.

.TP
.B "\-b, \-\-basename"
.br
Only show the basename of results.

.TP
.B "\-b, \-\-dirname"
.br
Only show the dirname of results.

.TP
.B "\-v, \-\-invert"
.br
Invert matches.

.TP
.B "\-\-limit=[n]"
.br
Limit to [n] matches. The default is 0 which will return all matches.

.SH COPYRIGHT
Copyright \(co 2020 Rory Bradford <roryrjb@gmail.com>.