Deleted Added
full compact
find.1 (93528) find.1 (94366)
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
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 $
35.\" $FreeBSD: head/usr.bin/find/find.1 94366 2002-04-10 16:39:22Z trhodes $
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.
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.Pp
121However, you may wish to consider the
122.Fl print0
123primary in conjunction with
124.Ql xargs -0
125as an effective alternative.
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 ,
126.It Fl d
127The
128.Fl d
129option causes
130.Nm
131to perform a depth\-first traversal, i.e., directories
132are visited in post\-order and all entries in a directory will be acted
133on before the directory itself.

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

733.El
734.Sh SEE ALSO
735.Xr chflags 1 ,
736.Xr chmod 1 ,
737.Xr cvs 1 ,
738.Xr locate 1 ,
739.Xr whereis 1 ,
740.Xr which 1 ,
741.Xr xargs 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 ---
742.Xr stat 2 ,
743.Xr fts 3 ,
744.Xr getgrent 3 ,
745.Xr getpwent 3 ,
746.Xr strmode 3 ,
747.Xr re_format 7 ,
748.Xr symlink 7
749.Sh STANDARDS

--- 100 unchanged lines hidden ---