Skip to content

Instantly share code, notes, and snippets.

@unfo
Created March 27, 2014 10:28
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 unfo/9804562 to your computer and use it in GitHub Desktop.
Save unfo/9804562 to your computer and use it in GitHub Desktop.
#!/bin/bash
ls -f1 | grep -Po '.*(?=20[0-1][0-9][-_]?[0-2][0-9][-_]?[0-3][0-9])' | awk '{ print $NF }' | sort | uniq | egrep -v '[0-9]'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment