Skip to content

Instantly share code, notes, and snippets.

@iredun
Last active March 20, 2017 14:10
Show Gist options
  • Select an option

  • Save iredun/3a31eaffe751c4feb80fc526c1cde613 to your computer and use it in GitHub Desktop.

Select an option

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