Path: utzoo!attcan!utgpu!jarvis.csri.toronto.edu!mailrus!ames!lll-winken!uunet!pilchuck!dataio!uw-entropy!mica!charlie From: charlie@mica.stat.washington.edu (Charlie Geyer) Newsgroups: comp.unix.wizards Subject: Re: Subdirectory listing Message-ID: <1448@uw-entropy.ms.washington.edu> Date: 21 May 89 04:18:17 GMT References: <215@cs.columbia.edu> Sender: news@uw-entropy.ms.washington.edu Reply-To: charlie@mica.stat.washington.edu (Charlie Geyer) Distribution: usa Organization: UW Statistics, Seattle Lines: 7 Summary: Expires: Sender: Followup-To: In article <215@cs.columbia.edu> olasov@cs.columbia.edu (Ben Olasov) writes: >I'm interested in finding a unix command usage that will return the complete >path names of all subdirectories below a given directory find directoryname -type d -print