BSD 4_3_Reno release
[unix-history] / usr / src / usr.bin / find / find.1
index 7f08e69..3f45222 100644 (file)
@@ -1,11 +1,23 @@
 .\" Copyright (c) 1990 The Regents of the University of California.
 .\" All rights reserved.
 .\"
 .\" Copyright (c) 1990 The Regents of the University of California.
 .\" All rights reserved.
 .\"
-.\" %sccs.include.redist.man%
+.\" Redistribution and use in source and binary forms are permitted provided
+.\" that: (1) source distributions retain this entire copyright notice and
+.\" comment, and (2) distributions including binaries display the following
+.\" acknowledgement:  ``This product includes software developed by the
+.\" University of California, Berkeley and its contributors'' in the
+.\" documentation or other materials provided with the distribution and in
+.\" all advertising materials mentioning features or use of this software.
+.\" Neither the name of the University nor the names of its contributors may
+.\" be used to endorse or promote products derived from this software without
+.\" specific prior written permission.
+.\" THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR IMPLIED
+.\" WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
+.\" MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
 .\"
 .\"
-.\"     @(#)find.1     6.16 (Berkeley) %G%
+.\"     @(#)find.1     6.15 (Berkeley) 7/24/90
 .\"
 .\"
-.Dd 
+.Dd July 24, 1990
 .Dt FIND 1
 .Os BSD 4.4
 .Sh NAME
 .Dt FIND 1
 .Os BSD 4.4
 .Sh NAME
 .Nd walk a file hierarchy
 .Sh SYNOPSIS
 .Nm find
 .Nd walk a file hierarchy
 .Sh SYNOPSIS
 .Nm find
-.Op Fl drsx
+.Op Fl dsx
 .Op Ar path
 .Ar expression
 .Nm find
 .Op Ar path
 .Ar expression
 .Nm find
-.Op Fl drsx
+.Op Fl dsx
 .Op Fl f Ar path
 .Ar expression
 .Sh DESCRIPTION
 .Op Fl f Ar path
 .Ar expression
 .Sh DESCRIPTION
@@ -35,9 +47,7 @@ The options are as follows:
 .Tp Fl d
 The
 .Fl d
 .Tp Fl d
 The
 .Fl d
-option causes
-.Nm find
-to perform a depth\-first traversal, i.e. directories
+option causes find to perform a depth\-first traversal, i.e. directories
 are visited in post\-order and all entries in a directory will be acted
 on before the directory itself.
 By default,
 are visited in post\-order and all entries in a directory will be acted
 on before the directory itself.
 By default,
@@ -56,25 +66,6 @@ If no
 .Fl f
 option is specified, the first operand after the options is
 expected to be the file hierarchy to be traversed.
 .Fl f
 option is specified, the first operand after the options is
 expected to be the file hierarchy to be traversed.
-.Tp Fl r
-The
-.Fl r
-option permits
-.Nm find
-to execute the utility specified for the
-.Ic exec
-and
-.Ic ok
-primaries from other than the directory where
-.Nm find
-was executed.
-.Nm Find
-may then change directories during the file hierarchy walk, meaning
-that
-.Nm find
-can traverse hierarchies with path names longer than those directly
-resolvable by the kernel.
-This usually results in a performance improvement as well.
 .Tp Fl s
 The
 .Fl s
 .Tp Fl s
 The
 .Fl s