find.1 (fcda3c86e19d1322785d59b9d062e71985c48e7e) | find.1 (f6e4fb22cf7c6b8a201b2879369e5763a05fc48c) |
---|---|
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 --- 19 unchanged lines hidden (view full) --- 28.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 29.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 30.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 31.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 32.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 33.\" SUCH DAMAGE. 34.\" 35.\" @(#)find.1 8.7 (Berkeley) 5/9/95 | 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 --- 19 unchanged lines hidden (view full) --- 28.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 29.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 30.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 31.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 32.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 33.\" SUCH DAMAGE. 34.\" 35.\" @(#)find.1 8.7 (Berkeley) 5/9/95 |
36.\" $Id: find.1,v 1.12 1997/10/13 21:06:20 wosch Exp $ | 36.\" $Id: find.1,v 1.13 1997/10/27 04:22:13 steve Exp $ |
37.\" 38.Dd May 9, 1995 39.Dt FIND 1 40.Os 41.Sh NAME 42.Nm find 43.Nd walk a file hierarchy 44.Sh SYNOPSIS --- 401 unchanged lines hidden (view full) --- 446.Xr symlink 7 447.Sh STANDARDS 448The 449.Nm find 450utility syntax is a superset of the syntax specified by the 451.St -p1003.2 452standard. 453.Pp | 37.\" 38.Dd May 9, 1995 39.Dt FIND 1 40.Os 41.Sh NAME 42.Nm find 43.Nd walk a file hierarchy 44.Sh SYNOPSIS --- 401 unchanged lines hidden (view full) --- 446.Xr symlink 7 447.Sh STANDARDS 448The 449.Nm find 450utility syntax is a superset of the syntax specified by the 451.St -p1003.2 452standard. 453.Pp |
454All the single character options as well as the 455.Ic -inum , 456.Ic -print0 , 457.Ic -delete , 458and 459.Ic -ls 460primaries are extensions to 461.St -p1003.2 . 462.Pp |
|
454Historically, the 455.Fl d , 456.Fl h 457and 458.Fl x 459options were implemented using the primaries ``\-depth'', ``\-follow'', 460and ``\-xdev''. 461These primaries always evaluated to true. --- 44 unchanged lines hidden --- | 463Historically, the 464.Fl d , 465.Fl h 466and 467.Fl x 468options were implemented using the primaries ``\-depth'', ``\-follow'', 469and ``\-xdev''. 470These primaries always evaluated to true. --- 44 unchanged lines hidden --- |