docs/65822: find(1) documentation neglects to describe "-follow" option

Dag-Erling Smørgrav des at des.no
Tue Apr 20 21:30:23 UTC 2004


The following reply was made to PR docs/65822; it has been noted by GNATS.

From: des at des.no (=?iso-8859-1?q?Dag-Erling_Sm=F8rgrav?=)
To: Peter Ludemann <ludemann at yahoo-inc.com>
Cc: freebsd-gnats-submit at FreeBSD.org
Subject: Re: docs/65822: find(1) documentation neglects to describe
 "-follow" option
Date: Tue, 20 Apr 2004 23:28:13 +0200

 Peter Ludemann <ludemann at yahoo-inc.com> writes:
 > The "-follow" option to the find(1) command is only mentioned in
 > passing, but not otherwise documented.
 
 relevant excerpts from find(1):
 
 DESCRIPTION
 [...]
      -H      Cause the file information and file type (see stat(2)) returned
              for each symbolic link specified on the command line to be tho=
 se
              of the file referenced by the link, not the link itself.  If t=
 he
              referenced file does not exist, the file information and type
              will be for the link itself.  File information of all symbolic
              links not on the command line is that of the link itself.  This
              is a suitable replacement for the archaic -follow option.
 [...]
 COMPATIBILITY
      The -follow option has been deprecated; -H is considered to be a suita=
 ble
      replacement.
 [...]
 STANDARDS
 [...]
      Historically, the -d, -H and -x options were implemented using the pri-
      maries -depth, -follow, and -xdev.  [...]
 
 DES
 --=20
 Dag-Erling Sm=F8rgrav - des at des.no



More information about the freebsd-doc mailing list