Path: utzoo!attcan!utgpu!jarvis.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!cs.utexas.edu!uunet!auspex!guy From: guy@auspex.auspex.com (Guy Harris) Newsgroups: comp.unix.wizards Subject: Re: Subdirectory listing Message-ID: <1680@auspex.auspex.com> Date: 22 May 89 18:41:33 GMT References: <215@cs.columbia.edu> <187@csun1.UUCP> Reply-To: guy@auspex.auspex.com (Guy Harris) Distribution: usa Organization: Auspex Systems, Santa Clara Lines: 5 >I am sure there are lots of ways to do this. Here's a recursive C program to >do it. Yes, there are lots of ways; using the already-written "find" command is far easier than writing your own program to do the same thing....