Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10 5/3/83; site spanky.UUCP Path: utzoo!linus!decvax!harpo!eagle!mhuxt!mhuxi!cbosgd!ihnp4!houxm!hocda!spanky!ka From: ka@spanky.UUCP Newsgroups: net.unix-wizards Subject: Re: -depth option for find(1) Message-ID: <440@spanky.UUCP> Date: Mon, 15-Aug-83 13:43:22 EDT Article-I.D.: spanky.440 Posted: Mon Aug 15 13:43:22 1983 Date-Received: Tue, 16-Aug-83 04:28:02 EDT References: <352@hou5f.UUCP> Organization: Bell Labs, Holmdel, N. J. Lines: 7 The -depth option always returns true, but if it is present the find command will skip directories. Thus "find -depth -print" will only print the names of files which are not directories. I think that the inclusion of this kluge in find was a mistake; the same effect can be obtained with "find -type d -o -print". The fact that they didn't document it gives me some hope that it may eventually go away. Kenneth Almquist