blob: 0fb3c3cd472c62995a8d74112dd347fe3497aa48 (
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
40
41
42
|
rf(1)
# NAME
rf - a tiny and simple file finder
# SYNOPSIS
*rf* [*-d* _directory_] [*-c* _config_] [*-lsvw*] [*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.
*-c* config
Override config file location.
*-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), *rfconfig*(5)
# COPYRIGHT
Copyright © 2019 - 2021 Rory Bradford <roryrjb@gmail.com>.
|