Deleted Added
full compact
find.1 (61573) find.1 (61575)
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 61573 2000-06-12 10:36:52Z roberto $
35.\" $FreeBSD: head/usr.bin/find/find.1 61575 2000-06-12 11:12:41Z roberto $
36.\"
37.Dd May 9, 1995
38.Dt FIND 1
39.Os
40.Sh NAME
41.Nm find
42.Nd walk a file hierarchy
43.Sh SYNOPSIS

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

240The following information for the current file is written to standard output:
241its inode number, size in 512\-byte blocks, file permissions, number of hard
242links, owner, group, size in bytes, last modification time, and pathname.
243If the file is a block or character special file, the major and minor numbers
244will be displayed instead of the size in bytes.
245If the file is a symbolic link, the pathname of the linked\-to file will be
246displayed preceded by ``\->''.
247The format is identical to that produced by ``ls \-dgils''.
36.\"
37.Dd May 9, 1995
38.Dt FIND 1
39.Os
40.Sh NAME
41.Nm find
42.Nd walk a file hierarchy
43.Sh SYNOPSIS

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

240The following information for the current file is written to standard output:
241its inode number, size in 512\-byte blocks, file permissions, number of hard
242links, owner, group, size in bytes, last modification time, and pathname.
243If the file is a block or character special file, the major and minor numbers
244will be displayed instead of the size in bytes.
245If the file is a symbolic link, the pathname of the linked\-to file will be
246displayed preceded by ``\->''.
247The format is identical to that produced by ``ls \-dgils''.
248.It Ic -maxdepth Ar n
249True if the depth of the current file into the tree is less than or equal to
250.Ar n .
251.It Ic -mindepth Ar n
252True if the depth of the current file into the tree is greater than or equal to
253.Ar n .
248.It Ic -mmin Ar n
249True if the difference between the file last modification time and the time
250.Nm find
251was started, rounded up to the next full minutes period, is
252.Ar n
253minutes periods.
254.It Ic -mtime Ar n
255True if the difference between the file last modification time and the time

--- 299 unchanged lines hidden ---
254.It Ic -mmin Ar n
255True if the difference between the file last modification time and the time
256.Nm find
257was started, rounded up to the next full minutes period, is
258.Ar n
259minutes periods.
260.It Ic -mtime Ar n
261True if the difference between the file last modification time and the time

--- 299 unchanged lines hidden ---