find.1 (f6e4fb22cf7c6b8a201b2879369e5763a05fc48c) | find.1 (41cbb62401042edaef677195f4d4c1e51a816ed9) |
---|---|
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.13 1997/10/27 04:22:13 steve Exp $ | 36.\" $Id: find.1,v 1.14 1997/10/27 14:25:54 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 --- 388 unchanged lines hidden (view full) --- 433and owned by ``wnj''. 434.It Li "find / \e( -newer ttt -or -user wnj \e) -print" 435Print out a list of all the files that are either owned by ``wnj'' or 436that are newer than ``ttt''. 437.El 438.Sh SEE ALSO 439.Xr chmod 1 , 440.Xr locate 1 , | 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 --- 388 unchanged lines hidden (view full) --- 433and owned by ``wnj''. 434.It Li "find / \e( -newer ttt -or -user wnj \e) -print" 435Print out a list of all the files that are either owned by ``wnj'' or 436that are newer than ``ttt''. 437.El 438.Sh SEE ALSO 439.Xr chmod 1 , 440.Xr locate 1 , |
441.Xr whereis 1 , 442.Xr which 1 , |
|
441.Xr stat 2 , 442.Xr fts 3 , 443.Xr getgrent 3 , 444.Xr getpwent 3 , 445.Xr strmode 3 , 446.Xr symlink 7 447.Sh STANDARDS 448The --- 66 unchanged lines hidden --- | 443.Xr stat 2 , 444.Xr fts 3 , 445.Xr getgrent 3 , 446.Xr getpwent 3 , 447.Xr strmode 3 , 448.Xr symlink 7 449.Sh STANDARDS 450The --- 66 unchanged lines hidden --- |