Skip to content

Instantly share code, notes, and snippets.

@ccjoel
Created February 13, 2017 15:17
Show Gist options
  • Save ccjoel/90c7516b814d65dd8d641f3ce19c70ad to your computer and use it in GitHub Desktop.
Save ccjoel/90c7516b814d65dd8d641f3ce19c70ad to your computer and use it in GitHub Desktop.
Finding funny notes, code that saddens me, and silly occurrences on code base and open source libraries
sudo fgrep --exclude=\*.{db,json,so,jar,sig,log,md,edn,patch,class,css,scssc} --exclude-dir=".git" -rnw "." -e "hammer" -e "dragon" -e "plz" -e "crazy" -e "dont look here" -e "please ignore" -e "horrible" -e "horrid" -e "hideous" -e "nonsense" -e "fack" -e "hack" / 2>&1 | tee -a very-telling.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment