Path: utzoo!attcan!uunet!cs.utexas.edu!tut.cis.ohio-state.edu!ukma!xanth!mcnc!spl From: spl@mcnc.org (Steve Lamont) Newsgroups: comp.unix.wizards Subject: Re: Subdirectory listing Message-ID: <4505@alvin.mcnc.org> Date: 22 May 89 19:42:19 GMT References: <19707@adm.BRL.MIL> Reply-To: spl@mcnc.org.UUCP (Steve Lamont) Organization: Microelectronics Center of NC; RTP, NC Lines: 26 In article <19707@adm.BRL.MIL> rbj@dsys.icst.nbs.gov (Root Boy Jim) writes: >? 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. .... Um... am I missing something or doesn't du -a . or du -a your_favorite_directory do all this good stuff without the fuss and muss? Is this really a "wizards" type question? -- spl Steve Lamont, sciViGuy EMail: spl@ncsc.org North Carolina Supercomputing Center Phone: (919) 248-1120 Box 12732/RTP, NC 27709