Skip to content

Instantly share code, notes, and snippets.

@dmgig
Last active August 29, 2015 14:13
Show Gist options
  • Save dmgig/e7fa8009d99cdc2a390e to your computer and use it in GitHub Desktop.
Save dmgig/e7fa8009d99cdc2a390e to your computer and use it in GitHub Desktop.
awk: show unique column values
cat /var/log/requests.log | awk ' { print $4 } ' | sort | uniq
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment