Skip to content

Instantly share code, notes, and snippets.

@javikalsan
Created August 8, 2014 11:25
Show Gist options
  • Save javikalsan/9a16eca771348ff3ef85 to your computer and use it in GitHub Desktop.
Save javikalsan/9a16eca771348ff3ef85 to your computer and use it in GitHub Desktop.
Search Wordpress version of all projects under directory
egrep 'wp_version =' `find . -name version.php`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment