Skip to content

Instantly share code, notes, and snippets.

@alexgman
Forked from manfe/script.sh
Last active August 29, 2015 14:25
Show Gist options
  • Save alexgman/3c18cef812fdf44af0d1 to your computer and use it in GitHub Desktop.
Save alexgman/3c18cef812fdf44af0d1 to your computer and use it in GitHub Desktop.
awk '{ if( NR > 2 ) { print } }' file > outputfile
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment