Skip to content

Instantly share code, notes, and snippets.

@lrhache
Created April 21, 2015 01:06
Show Gist options
  • Select an option

  • Save lrhache/8cbcc1c8abfe726aab83 to your computer and use it in GitHub Desktop.

Select an option

Save lrhache/8cbcc1c8abfe726aab83 to your computer and use it in GitHub Desktop.
Find unique file extension from list of files
awk -F. '!a[$NF]++{print $NF}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment