To find all files by file name containing THE TEXT I SEEK:
grep -lir "THE TEXT I SEEK" *
Had to list it as I always forget. But you know that already…
The Blog of Sven Welzel
To find all files by file name containing THE TEXT I SEEK:
grep -lir "THE TEXT I SEEK" *
Had to list it as I always forget. But you know that already…
Tags: bash, code, files, find, text
This entry was posted on Monday, August 9th, 2010 at 22:12 and is filed under bash, code, linux, sysadmin. You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.