Skip to content

Instantly share code, notes, and snippets.

@akilism
Created August 3, 2016 21:03
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 akilism/e33e84faafee96a1dec50eacc474e39b to your computer and use it in GitHub Desktop.
Save akilism/e33e84faafee96a1dec50eacc474e39b to your computer and use it in GitHub Desktop.
file extensions in a directory
find . -type f | perl -ne 'print $1 if m/\.([^.\/]+)$/' | sort -u
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment