Created
January 8, 2019 11:24
-
-
Save Padilo300/c7ca10da6b20dc18c0db97467dd0c1ff to your computer and use it in GitHub Desktop.
bash поиск строки в файлах
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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