find.1 (6a068746777241722b2b32c5d0bc443a2a64d80b) find.1 (5102783b6e3e8c3f63f108b58a0b61dde31f8106)
1.\" Copyright (c) 1990, 1993
2.\" The Regents of the University of California. All rights reserved.
3.\"
4.\" This code is derived from software contributed to Berkeley by
5.\" the Institute of Electrical and Electronics Engineers, Inc.
6.\"
7.\" Redistribution and use in source and binary forms, with or without
8.\" modification, are permitted provided that the following conditions

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

26.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
27.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
28.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
29.\" SUCH DAMAGE.
30.\"
31.\" @(#)find.1 8.7 (Berkeley) 5/9/95
32.\" $FreeBSD$
33.\"
1.\" Copyright (c) 1990, 1993
2.\" The Regents of the University of California. All rights reserved.
3.\"
4.\" This code is derived from software contributed to Berkeley by
5.\" the Institute of Electrical and Electronics Engineers, Inc.
6.\"
7.\" Redistribution and use in source and binary forms, with or without
8.\" modification, are permitted provided that the following conditions

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

26.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
27.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
28.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
29.\" SUCH DAMAGE.
30.\"
31.\" @(#)find.1 8.7 (Berkeley) 5/9/95
32.\" $FreeBSD$
33.\"
34.Dd September 28, 2011
34.Dd May 06, 2012
35.Dt FIND 1
36.Os
37.Sh NAME
38.Nm find
39.Nd walk a file hierarchy
40.Sh SYNOPSIS
41.Nm
42.Op Fl H | Fl L | Fl P

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

314.Nm
315recurses down the tree.
316It will not attempt to delete a filename with a
317.Dq Pa /
318character in its pathname relative to
319.Dq Pa \&.
320for security reasons.
321Depth-first traversal processing is implied by this option.
35.Dt FIND 1
36.Os
37.Sh NAME
38.Nm find
39.Nd walk a file hierarchy
40.Sh SYNOPSIS
41.Nm
42.Op Fl H | Fl L | Fl P

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

314.Nm
315recurses down the tree.
316It will not attempt to delete a filename with a
317.Dq Pa /
318character in its pathname relative to
319.Dq Pa \&.
320for security reasons.
321Depth-first traversal processing is implied by this option.
322The
323.Ic -delete
324primary will fail to delete a directory if it is not empty.
322Following symlinks is incompatible with this option.
323.It Ic -depth
324Always true;
325same as the
326.Fl d
327option.
328.It Ic -depth Ar n
329True if the depth of the file relative to the starting point of the traversal

--- 740 unchanged lines hidden ---
325Following symlinks is incompatible with this option.
326.It Ic -depth
327Always true;
328same as the
329.Fl d
330option.
331.It Ic -depth Ar n
332True if the depth of the file relative to the starting point of the traversal

--- 740 unchanged lines hidden ---