Skip to content

Instantly share code, notes, and snippets.

@RauchF
Last active November 11, 2016 13:14
Show Gist options
  • Save RauchF/ddaad2fcfcab4a6530dc745c9a198472 to your computer and use it in GitHub Desktop.
Save RauchF/ddaad2fcfcab4a6530dc745c9a198472 to your computer and use it in GitHub Desktop.
List versions of TYPO3 extensions underneath the current directory
find . -name ext_emconf.php -exec grep -Hie "[\"\']version[\"\']\s*=>" {} \; | sort
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment