blob: 6f12cd568ed8d7e1675d2d42226ea8ca11412d71 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
|
rf(1)
# NAME
rf - a tiny and simple file finder
# SYNOPSIS
*rf* [*-d* _directory_] [*pattern* _..._]
# DESCRIPTION
*rf* will find files or directories based on one or more glob (or optionally
substring) patterns, while respecting any ignore rules in *rfignore* files.
# OPTIONS
*-d* directory
Search from specified directory, otherwise defaults to current working directory.
*-l* count
Limit to specified matches count.
*-s*
Match using substrings instead of globs.
*-v*
Invert matches.
*-w*
Match wholename, including path.
# SEE ALSO
*rfignore*(5)
# COPYRIGHT
Copyright © 2019 - 2021 Rory Bradford <roryrjb@gmail.com>.
|