Created
August 17, 2015 08:04
-
-
Save gindemit/ea23bd3635ef3b0e94d9 to your computer and use it in GitHub Desktop.
Find all Unity bundles in current directory and sorted print they version.
This file contains hidden or 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 '*.unity3d' -exec head -c 26 '{}' ';' -exec echo " '{}'" ';' | cut -c 18- | sort |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment