From mboxrd@z Thu Jan 1 00:00:00 1970 MIME-Version: 1.0 In-Reply-To: <201001222023.aa02096@salmon.maths.tcd.ie> References: <6a3ae47e1001220944v34a952ebv23388e2aaab247a1@mail.gmail.com> <4B59E982.1080009@comfortstore.net> <20100122181931.GA5971@wyrm.eecs.umich.edu> <13426df11001221042l69c06a27q25e5d8d803cb90f4@mail.gmail.com> <201001221937.aa83108@salmon.maths.tcd.ie> <201001222023.aa02096@salmon.maths.tcd.ie> Date: Fri, 22 Jan 2010 12:38:26 -0800 Message-ID: <13426df11001221238x6adeb84aida7d4c6d410855a9@mail.gmail.com> From: ron minnich To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Subject: Re: [9fans] find command reloaded Topicbox-Message-UUID: c3d87e16-ead5-11e9-9d60-3106f5b1d025 On Fri, Jan 22, 2010 at 12:23 PM, John Stalker wrote= : >> sneaky. =A0but it won't work. >> >> ; touch 'x;reboot' >> ; du -a . >> 0 =A0 =A0 './x;reboot' >> 0 =A0 =A0 . >> >> - erik > > It worked under 9vx on my Mac. =A0I didn't test on real hardware. interesting. OK, my idea sucks due to a lack of foresight on my part :-) So far, given the complexity of all the alternatives, I'm sticking with my grep -r. Yeah, it's gross to special-case something, but sometimes a special case has more use than a general case. But, hey, if you don't like my idea don't use it. No feelings will be harmed; after all, I've only got one real user for smacme and it's not me :-) And if you like find, write and put it in contrib. I don't understand all the concern about whether this or that tool ends up in the "official" tree, or who is resistant to it. Plan 9 is a distributed OS. Roll your own tree. put it on bitbucket. Add all the stuff you think should be there. Maybe others will like it too. In the 70s just about every university had a Unix distro ... harvard, jhu, on and on ... it was only in the 80s that BSD became the choice item. With the tools we have today it's pretty easy to fork something. Who knows, you might pull a BSD :-) ron