Shell snippets
for my reference:
Find files containing some text:
grep -lir "some text" /path/to/dir/*
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.
for my reference:
Find files containing some text:
grep -lir "some text" /path/to/dir/*
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.