9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
* [9fans] Is there a Plan 9 equivalent of the find command
@ 2007-06-10 19:32 Kim Shrier
  2007-06-10 19:44 ` Kris Maglione
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Kim Shrier @ 2007-06-10 19:32 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

This is probably me just stuck in the UNIX mind set again.  I have
looked through the commands and I don't see anything that does what
find does.  What I am trying to do is look in a directory that has
many files and subdirectories and find any file that contains a string.
In UNIX, I would do something like this.

find . -type f -exec grep some_pattern {} \; -print

What is the Plan 9 way?

Thanks,
Kim


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2007-06-17  7:27 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-06-10 19:32 [9fans] Is there a Plan 9 equivalent of the find command Kim Shrier
2007-06-10 19:44 ` Kris Maglione
2007-06-10 19:44 ` erik quanstrom
2007-06-10 20:10   ` Kris Maglione
2007-06-11 18:09     ` Federico Benavento
2007-06-17  7:27 ` Dan Cross

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).