Skip to content

Instantly share code, notes, and snippets.

@yuuichi-fujioka
Created April 8, 2014 05:36
Show Gist options
  • Save yuuichi-fujioka/10094556 to your computer and use it in GitHub Desktop.
Save yuuichi-fujioka/10094556 to your computer and use it in GitHub Desktop.
awk tips
awk 'NR>1 {print $1}' file
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment