Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save Padilo300/c7ca10da6b20dc18c0db97467dd0c1ff to your computer and use it in GitHub Desktop.
Save Padilo300/c7ca10da6b20dc18c0db97467dd0c1ff to your computer and use it in GitHub Desktop.
bash поиск строки в файлах
grep --exclude=\*.{jpg,png,gif,svg,xml,sql,jpeg,JPG,log,eot,ttf,css,md,txt,scss,zip,psd} --exclude-dir={.git,bitrix,upload,updates} -Hrl 'recreative' /home/bitrix/ext_www/site.com/ | cut -d: -f1 | sort -u
\ исключить \ /исключить / /строка которую искать/ /путь где искать /
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment