public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] search files for "text string"
@ 2015-06-06 16:45 Joseph
  2015-06-06 17:09 ` Alexander Kapshuk
                   ` (3 more replies)
  0 siblings, 4 replies; 16+ messages in thread
From: Joseph @ 2015-06-06 16:45 UTC (permalink / raw
  To: gentoo-user

I've bunch of php files in many directories and I need to file a text string in them "Check/Money Order"

I've tried:
find -type f -print0 | xargs -r0 grep -F 'Check/Money Order'
it doesn't work.

What is a better method of searching files?
-- 
Joseph


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

end of thread, other threads:[~2015-06-08  6:43 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-06-06 16:45 [gentoo-user] search files for "text string" Joseph
2015-06-06 17:09 ` Alexander Kapshuk
2015-06-06 17:46   ` Joseph
2015-06-06 17:49     ` Alexander Kapshuk
2015-06-06 17:11 ` Philip Webb
2015-06-06 23:40   ` Neil Bothwick
2015-06-07 12:59     ` Volker Armin Hemmann
2015-06-07 14:30       ` Neil Bothwick
2015-06-06 21:04 ` Alan McKinnon
2015-06-07  3:36   ` Joseph
2015-06-07  4:02     ` tlze
2015-06-07 13:00 ` Volker Armin Hemmann
2015-06-07 14:40   ` Alan McKinnon
2015-06-08  6:05   ` Raffaele BELARDI
2015-06-08  6:25     ` Alan McKinnon
2015-06-08  6:43   ` Andrew Lowe

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox