Imported Upstream version 4.5.14
[platform/upstream/findutils.git] / find / ftsfind.1
1 .TH FTSFIND 1 \" -*- nroff -*-
2 .SH NAME
3 ftsfind \- search for files in a directory hierarchy
4 .SH SYNOPSIS
5 .B ftsfind
6 [\-H] [\-L] [\-P] [\-D debugopts] [\-Olevel] [path...] [expression]
7 .SH DESCRIPTION
8 The
9 .B ftsfind
10 and
11 .B find
12 programs are functionally identical.  The only difference between them
13 is the implementation internals of how the filesystem is searched.
14 The
15 .B find
16 binary has a recursive implementation while
17 .B ftsfind
18 uses
19 .BR fts (3).
20 The fts-based implementation will replace the recursive implementation
21 but for the moment both implementations are installed.
22 .P
23 The implementation which is installed as
24 .B find
25 on this system is the recursive implementation, since the
26 .B \-\-without\-fts
27 option was passed to the
28 .B configure
29 script when findutils was built.
30 .SH "SEE ALSO"
31 \fBfind\fP(1), \fBfts\fP(3), \fBFinding Files\fP (on-line in Info, or printed).