From mboxrd@z Thu Jan 1 00:00:00 1970 To: 9fans@cse.psu.edu Subject: Re: [9fans] GUI toolkit for Plan 9 From: anothy@cosym.net MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8bit Message-Id: <20020304140109.1E0A819A7A@mail.cse.psu.edu> Date: Mon, 4 Mar 2002 09:01:05 -0500 Topicbox-Message-UUID: 5e749d08-eaca-11e9-9e20-41e7f4b1d025 // ...what's the Plan9 equivalent of Unix's "find . -name ... -print"? this should almost be in the FAQ. try "du -a . | grep foo". i've also found "grep foo `{du -a . | awk '{print $2}'" to be very useful. variations can reproduce most or all of find. ア