Path: utzoo!attcan!utgpu!jarvis.csri.toronto.edu!mailrus!purdue!haven!adm!xadmx!rbj@dsys.icst.nbs.gov From: rbj@dsys.icst.nbs.gov (Root Boy Jim) Newsgroups: comp.unix.wizards Subject: Subdirectory listing Message-ID: <19707@adm.BRL.MIL> Date: 22 May 89 17:55:51 GMT Sender: news@adm.BRL.MIL Lines: 14 ? 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 /files/home/users -type d -print Almost. Don't forget to pipe it to `sort', as find doesn't. And BZS forgot that he asked for directorys only. One thing I recently discovered is that find takes multiple directorys before the options: find /here /there /everywhere -dothis -dothat ... Root Boy Jim is what I am Are you what you are or what?