Skip to content

Instantly share code, notes, and snippets.

@iredun
Last active March 20, 2017 14:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save iredun/3a31eaffe751c4feb80fc526c1cde613 to your computer and use it in GitHub Desktop.
Save iredun/3a31eaffe751c4feb80fc526c1cde613 to your computer and use it in GitHub Desktop.
Команда которая находит и выводи путь к файлу, номер строки и строку, в котором содержится "base64_decode" в текущем каталоге
grep -iRI -n "base64_decode" ./
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment