Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!cs.utexas.edu!uunet!ficc!peter From: peter@ficc.uu.net (Peter da Silva) Newsgroups: comp.unix.wizards Subject: Re: Subdirectory listing Keywords: directory tree subdirectory Message-ID: <4314@ficc.uu.net> Date: 25 May 89 19:37:13 GMT References: <215@cs.columbia.edu> <2673@ssc-vax.UUCP> Distribution: usa Organization: Xenix Support Lines: 18 In article <2673@ssc-vax.UUCP>, ray3rd@ssc-vax.UUCP (Ray E. Saddler III) writes: > do > find $I -type d -exec ls -d {} \; > done > fi Ack. At the very least: find $I -type d -print But find is a hog. I generally do: du $I | cut -f2 -- Peter da Silva, Xenix Support, Ferranti International Controls Corporation. Business: uunet.uu.net!ficc!peter, peter@ficc.uu.net, +1 713 274 5180. Personal: ...!texbell!sugar!peter, peter@sugar.hackercorp.com.