Received: from PACIFIC-CARRIER-ANNEX.MIT.EDU by po7.MIT.EDU (5.61/4.7) id AA15055; Sat, 30 Sep 95 00:39:39 EDT
Received: from colossus.cse.psu.edu by MIT.EDU with SMTP
	id AA21757; Sat, 30 Sep 95 00:39:10 EDT
Received: by colossus.cse.psu.edu id <78580>; Sat, 30 Sep 1995 00:31:12 -0400
Received: from galapagos.cse.psu.edu ([130.203.2.12]) by colossus.cse.psu.edu with SMTP id <78573>; Sat, 30 Sep 1995 00:30:56 -0400
Received: from localhost by galapagos.cse.psu.edu with SMTP id <12759>; Sat, 30 Sep 1995 00:30:32 -0400
To: 9fans@cse.psu.edu
Subject: Re: where is 'find'? 
In-Reply-To: <9509301227.ZM13405@suede.sw.oz.au> 
Date: 	Sat, 30 Sep 1995 00:30:34 -0400
From: Scott Schwartz <schwartz@galapagos.cse.psu.edu>
Message-Id: <95Sep30.003032edt.12759@galapagos.cse.psu.edu>
Sender: owner-9fans@cse.psu.edu
Precedence: bulk
Reply-To: 9fans@cse.psu.edu

"Jeremy Fitzhardinge" <jeremy@suede.sw.oz.au> writes:
| I wrote a little program to descend a directory tree and print all the
| files it finds. 

I hope it doesn't use chdir(), since ".." is unpredictable in Plan 9.
du avoids that, but has a limit of 256 chars on total path length.


