Skip to content

Instantly share code, notes, and snippets.

@gindemit
Created August 17, 2015 08:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gindemit/ea23bd3635ef3b0e94d9 to your computer and use it in GitHub Desktop.
Save gindemit/ea23bd3635ef3b0e94d9 to your computer and use it in GitHub Desktop.
Find all Unity bundles in current directory and sorted print they version.
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