Skip to content

Instantly share code, notes, and snippets.

@takahashiyuya
Created February 16, 2015 05:57
Show Gist options
  • Save takahashiyuya/4fc55ce7460fe0868d13 to your computer and use it in GitHub Desktop.
Save takahashiyuya/4fc55ce7460fe0868d13 to your computer and use it in GitHub Desktop.
awk で重複行の削除
awk '!a[$0]++' FILE
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment