e55db081d05f58a

snippet_find

Apr 16th, 2017
6,458
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.14 KB | None | 0 0
  1. find . -type f -name "*" -exec bash -c 'a=`strings "$0"|grep -Ein "firefox*"`; if [[ "$a" != "" ]];then echo $0;echo -e "\t"$a"\n\n";fi' {} \;
Advertisement
Add Comment
Please, Sign In to add comment