find.1 (c76bc8f3bf28ab1e36706a4feeb459fa9a7f0704) find.1 (45fe9882b07432b80c4e2b7342abd6df244226bc)
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:

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

143from descending into directories that have a device number different
144than that of the file from which the descent began.
145.El
146.Sh PRIMARIES
147.Bl -tag -width Ds
148.It Ic -amin Ar n
149True if the difference between the file last access time and the time
150.Nm find
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:

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

143from descending into directories that have a device number different
144than that of the file from which the descent began.
145.El
146.Sh PRIMARIES
147.Bl -tag -width Ds
148.It Ic -amin Ar n
149True if the difference between the file last access time and the time
150.Nm find
151was started, rounded up to the next full minutes period, is
151was started, rounded up to the next full minute, is
152.Ar n
152.Ar n
153minutes periods.
153minutes.
154.It Ic -atime Ar n
155True if the difference between the file last access time and the time
156.Nm find
157was started, rounded up to the next full 24\-hour period, is
158.Ar n
15924\-hour periods.
160.It Ic -cmin Ar n
161True if the difference between the time of last change of file status
162information and the time
163.Nm find
154.It Ic -atime Ar n
155True if the difference between the file last access time and the time
156.Nm find
157was started, rounded up to the next full 24\-hour period, is
158.Ar n
15924\-hour periods.
160.It Ic -cmin Ar n
161True if the difference between the time of last change of file status
162information and the time
163.Nm find
164was started, rounded up to the next full minutes period, is
164was started, rounded up to the next full minute, is
165.Ar n
165.Ar n
166minutes periods.
166minutes.
167.It Ic -ctime Ar n
168True if the difference between the time of last change of file status
169information and the time
170.Nm find
171was started, rounded up to the next full 24\-hour period, is
172.Ar n
17324\-hour periods.
174.It Ic -delete

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

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 .
254.It Ic -mmin Ar n
255True if the difference between the file last modification time and the time
256.Nm find
167.It Ic -ctime Ar n
168True if the difference between the time of last change of file status
169information and the time
170.Nm find
171was started, rounded up to the next full 24\-hour period, is
172.Ar n
17324\-hour periods.
174.It Ic -delete

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

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 .
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
257was started, rounded up to the next full minute, is
258.Ar n
258.Ar n
259minutes periods.
259minutes.
260.It Ic -mtime Ar n
261True if the difference between the file last modification time and the time
262.Nm find
263was started, rounded up to the next full 24\-hour period, is
264.Ar n
26524\-hour periods.
266.It Ic \&-ok Ar utility Op argument ... ;
267The

--- 293 unchanged lines hidden ---
260.It Ic -mtime Ar n
261True if the difference between the file last modification time and the time
262.Nm find
263was started, rounded up to the next full 24\-hour period, is
264.Ar n
26524\-hour periods.
266.It Ic \&-ok Ar utility Op argument ... ;
267The

--- 293 unchanged lines hidden ---