Last active
November 11, 2016 13:14
-
-
Save RauchF/ddaad2fcfcab4a6530dc745c9a198472 to your computer and use it in GitHub Desktop.
List versions of TYPO3 extensions underneath the current directory
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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