Tuesday Jun 16, 2009
How to search for text within a file
find /dir | xargs grep 'text to search for' -sl
Posted at 11:23PM Jun 16, 2009 by Tim Coy in Linux |
Comments:
How to search for text within a file
find /dir | xargs grep 'text to search for' -sl
Posted at 11:23PM Jun 16, 2009 by Tim Coy in Linux |