Deleted Added
sdiff udiff text old ( 93528 ) new ( 94366 )
full compact
1.\" The Regents of the University of California. All rights reserved.
2.\"
3.\" This code is derived from software contributed to Berkeley by
4.\" the Institute of Electrical and Electronics Engineers, Inc.
5.\"
6.\" Redistribution and use in source and binary forms, with or without
7.\" modification, are permitted provided that the following conditions
8.\" are met:

--- 18 unchanged lines hidden (view full) ---

27.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
28.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
29.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
30.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
31.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
32.\" SUCH DAMAGE.
33.\"
34.\" @(#)find.1 8.7 (Berkeley) 5/9/95
35.\" $FreeBSD: head/usr.bin/find/find.1 93528 2002-04-01 12:41:14Z keramida $
36.\"
37.Dd May 3, 2001
38.Dt FIND 1
39.Os
40.Sh NAME
41.Nm find
42.Nd walk a file hierarchy
43.Sh SYNOPSIS

--- 68 unchanged lines hidden (view full) ---

112is skipped.
113The delimiting characters include single
114.Pq Dq Li " ' "
115and double
116.Pq Dq Li " \*q "
117quotes, backslash
118.Pq Dq Li \e ,
119space, tab and newline characters.
120.It Fl d
121The
122.Fl d
123option causes
124.Nm
125to perform a depth\-first traversal, i.e., directories
126are visited in post\-order and all entries in a directory will be acted
127on before the directory itself.

--- 599 unchanged lines hidden (view full) ---

727.El
728.Sh SEE ALSO
729.Xr chflags 1 ,
730.Xr chmod 1 ,
731.Xr cvs 1 ,
732.Xr locate 1 ,
733.Xr whereis 1 ,
734.Xr which 1 ,
735.Xr stat 2 ,
736.Xr fts 3 ,
737.Xr getgrent 3 ,
738.Xr getpwent 3 ,
739.Xr strmode 3 ,
740.Xr re_format 7 ,
741.Xr symlink 7
742.Sh STANDARDS

--- 100 unchanged lines hidden ---