Skip to content

Instantly share code, notes, and snippets.

@viktor-ulyankin
Created February 24, 2017 22:45
Show Gist options
  • Save viktor-ulyankin/52180445290cdd25feeb889f758cce45 to your computer and use it in GitHub Desktop.
Save viktor-ulyankin/52180445290cdd25feeb889f758cce45 to your computer and use it in GitHub Desktop.
Найти файлы в /html/ с расширением .php, и вывести строки из этих файлов, содержащие слово 'organic'.
find ~/html/ -name '*.php' -exec grep organic '{}' ';'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment