Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save ezhov-da/c2f3259bcf6df33c251e3746548c0e01 to your computer and use it in GitHub Desktop.
Save ezhov-da/c2f3259bcf6df33c251e3746548c0e01 to your computer and use it in GitHub Desktop.
Поиск текста в файлах рекурсивно
find . -name '*.java' -print0 | xargs -0r grep -H 'ldap'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment