From mboxrd@z Thu Jan 1 00:00:00 1970 To: 9fans@cse.psu.edu From: Ralph Corderoy Message-ID: <9pspio$m4b$1@inputplus.demon.co.uk> References: <20011008165233.9D1FC199F3@mail.cse.psu.edu> Subject: Re: Plan 9 annoyances (was: Re: [9fans] mv vs cp) Date: Tue, 9 Oct 2001 09:04:16 +0000 Topicbox-Message-UUID: 02d98256-eaca-11e9-9e20-41e7f4b1d025 Hi, > i've missed find several times. xargs always struck me as > compensating for poor shell design. Isn't the problem the argv limits of number of characters and number of words? > i still think find would be useful, although a massivly stripped-down > version from what's in most unixes would be more than enough. about > 90% of my find usage has been replaced with the fragment `{du -a . | > awk '{print $2}'} and i think a shell script built around that, ls > -l, and grep could be all the find i ever need. Didn't Bell Labs have a stat(1) program on Unix which used to print the return from stat(2) which could then be used to choose the files using awk, etc. This was an improvement on find(1) because you had more flexibility instead of find's built-in language. Ralph.