From owner-freebsd-doc@FreeBSD.ORG Sun Feb 22 23:00:42 2004 Return-Path: Delivered-To: freebsd-doc@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D522B16A4CE for ; Sun, 22 Feb 2004 23:00:42 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id CDF3543D1D for ; Sun, 22 Feb 2004 23:00:42 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i1N70gbv006715 for ; Sun, 22 Feb 2004 23:00:42 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.10/8.12.10/Submit) id i1N70gD8006714; Sun, 22 Feb 2004 23:00:42 -0800 (PST) (envelope-from gnats) Date: Sun, 22 Feb 2004 23:00:42 -0800 (PST) Message-Id: <200402230700.i1N70gD8006714@freefall.freebsd.org> To: freebsd-doc@FreeBSD.org From: "Peter C. Lai" Subject: Re: docs/40196: man find does not describe -follow X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: "Peter C. Lai" List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 Feb 2004 07:00:42 -0000 The following reply was made to PR docs/40196; it has been noted by GNATS. From: "Peter C. Lai" To: freebsd-gnats-submit@FreeBSD.org, chu@gpi.ru Cc: freebsd-doc@freebsd.org Subject: Re: docs/40196: man find does not describe -follow Date: Mon, 23 Feb 2004 01:54:44 -0500 find(1) has the -follow option historically on SysV and Solaris. In IRIX 6.5, the find(1) manpage says: -follow Always true; causes the underlying file of a symbolic link to be checked rather than the symbolic link itself. In GNU find(1), the manpage says: -follow Dereference symbolic links... In Solaris 8+ find(1), the manpage says: -follow Always true; causes symbolic links to be followed. When following symbolic links, find keeps track of the directories visited so that it can detect infinite loops; for example, such a loop would occur if a sym- bolic link pointed to an ancestor. This expression should not be used with the -type l expression. Whereas I'm not sure whether or not FreeBSD's find(1) supports the infinite loop detection feature, the Solaris description appears to be the most accurate. Can someone verify this for me, and submit a diff/patch? This PR's been open for over a year. Thanks, Pete -- Peter C. Lai University of Connecticut Dept. of Molecular and Cell Biology Yale University School of Medicine SenseLab | Research Assistant http://cowbert.2y.net/