find.1 (da52b4caaf187775f6b56a72c6b16e94ad728f7b) | find.1 (be2cad28b306fa3af2ea79a0d3f1a4aba187168e) |
---|---|
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 --- 163 unchanged lines hidden (view full) --- 172from descending into directories that have a device number different 173than that of the file from which the descent began. 174.Pp 175This option is equivalent to the deprecated 176.Ic -xdev 177primary. 178.El 179.Sh PRIMARIES | 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 --- 163 unchanged lines hidden (view full) --- 172from descending into directories that have a device number different 173than that of the file from which the descent began. 174.Pp 175This option is equivalent to the deprecated 176.Ic -xdev 177primary. 178.El 179.Sh PRIMARIES |
180.Pp 181All primaries which take a numeric argument allow the number to be 182preceded by a plus sign 183.Pq Dq Li + 184or a minus sign 185.Pq Dq Li - . 186A preceding plus sign means 187.Dq more than n , 188a preceding minus sign means 189.Dq less than n 190and neither means 191.Dq exactly n . |
|
180.Bl -tag -width indent 181.It Ic -Bmin Ar n 182True if the difference between the time of a file's inode creation 183and the time 184.Nm 185was started, rounded up to the next full minute, is 186.Ar n 187minutes. --- 622 unchanged lines hidden (view full) --- 810is numeric and there is no such user name, then 811.Ar uname 812is treated as a user ID. 813.It Ic -wholename Ar pattern 814The same thing as 815.Ic -path , 816for GNU find compatibility. 817.El | 192.Bl -tag -width indent 193.It Ic -Bmin Ar n 194True if the difference between the time of a file's inode creation 195and the time 196.Nm 197was started, rounded up to the next full minute, is 198.Ar n 199minutes. --- 622 unchanged lines hidden (view full) --- 822is numeric and there is no such user name, then 823.Ar uname 824is treated as a user ID. 825.It Ic -wholename Ar pattern 826The same thing as 827.Ic -path , 828for GNU find compatibility. 829.El |
818.Pp 819All primaries which take a numeric argument allow the number to be 820preceded by a plus sign 821.Pq Dq Li + 822or a minus sign 823.Pq Dq Li - . 824A preceding plus sign means 825.Dq more than n , 826a preceding minus sign means 827.Dq less than n 828and neither means 829.Dq exactly n . | |
830.Sh OPERATORS 831The primaries may be combined using the following operators. 832The operators are listed in order of decreasing precedence. 833.Pp 834.Bl -tag -width indent -compact 835.It Cm \&( Ar expression Cm \&) 836This evaluates to true if the parenthesized expression evaluates to 837true. --- 233 unchanged lines hidden --- | 830.Sh OPERATORS 831The primaries may be combined using the following operators. 832The operators are listed in order of decreasing precedence. 833.Pp 834.Bl -tag -width indent -compact 835.It Cm \&( Ar expression Cm \&) 836This evaluates to true if the parenthesized expression evaluates to 837true. --- 233 unchanged lines hidden --- |