Aktionen
Howto grep » Historie » Revision 1
Revision 1/2
| Weiter »
Jeremias Keihsler, 25.05.2019 12:28
Howto grep¶
find files with a specific content¶
this is taken from: https://tecadmin.net/find-all-files-containing-specific-text-on-linux/
this will search all files recursively for the given term
grep -rwl “search-string” /path/to/search/dir
grep -rwl “search-string” /path/to/search/dir
Von Jeremias Keihsler vor mehr als 5 Jahren aktualisiert · 1 Revisionen