Skip to content

Instantly share code, notes, and snippets.

@ShahriyarR
Created May 1, 2014 13:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ShahriyarR/f8852634b0459d0c2d49 to your computer and use it in GitHub Desktop.
Save ShahriyarR/f8852634b0459d0c2d49 to your computer and use it in GitHub Desktop.
SED usage
1. # Print first line
sed -n '1p' apa_az_news.sql
2. # Print last line
sed -n '$p' apa_az_news.sql
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment