From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <6216a59ca1c9f5ca6089a591aa990d30@collyer.net> To: 9fans@cse.psu.edu Subject: Re: [9fans] find(1) revisited. From: Geoff Collyer MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Date: Thu, 31 Oct 2002 16:47:33 -0800 Topicbox-Message-UUID: 13294870-eacb-11e9-9e20-41e7f4b1d025 I'm just curious: what sorts of things did you do with find that you find impossible or too awkward to do with du? The main things I can recall using find for were finding set-id files (not an issue on Plan 9), finding core files (ditto), or finding files older than some date (I use "du -ta" for that). I haven't missed find.