Skip to content

Instantly share code, notes, and snippets.

@sunnyone
Created March 16, 2018 09:21
Show Gist options
  • Save sunnyone/0601eb25b461b454918eb57c2b4a7fb4 to your computer and use it in GitHub Desktop.
Save sunnyone/0601eb25b461b454918eb57c2b4a7fb4 to your computer and use it in GitHub Desktop.
cat iamlist4.txt | perl -pne 's/(.*?:[A-Z][a-z]*)(.*)/$2 $1$2/' | sort | awk '{print $2}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment