packaging: remove old options to find hidden files
[platform/upstream/findutils.git] / find / oldfind.1
1 .TH OLDFIND 1 \" -*- nroff -*-
2 .SH NAME
3 oldfind \- search for files in a directory hierarchy
4 .SH SYNOPSIS
5 .B oldfind
6 [\-H] [\-L] [\-P] [\-D debugopts] [\-Olevel] [path...] [expression]
7 .SH DESCRIPTION
8 The
9 .B oldfind
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 oldfind
16 binary has a recursive implementation while
17 .B find
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 fts-based implementation, since the
26 .B \-\-without\-fts
27 option was not 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).