Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Pushplaybang/d4dbab896c09213d6fda to your computer and use it in GitHub Desktop.
Save Pushplaybang/d4dbab896c09213d6fda to your computer and use it in GitHub Desktop.
// Go to menue:
// find->find in files
// Switch on reg_ex button
// Find:
^(.*)$
// alt
^.*\S+.*$
// Where:
c:\your_folder\,*.php,*.phtml,*.js,*.inc,*.html, -*/folder_to_exclude/*
// Then click on the find button
// Be careful to not click on Replace!!!
// On the bottom line of your search result you'll find something like:
// 21342 matches in 124 files = your lines of code
@hanut
Copy link

hanut commented Aug 16, 2014

neat-o. Ty i was looking for this a while.

@PeyTy
Copy link

PeyTy commented Oct 10, 2014

Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment