Skip to content

Instantly share code, notes, and snippets.

@wrzlbrmft
Created November 14, 2015 14:28
Show Gist options
  • Save wrzlbrmft/5de63dd803d164cf466e to your computer and use it in GitHub Desktop.
Save wrzlbrmft/5de63dd803d164cf466e to your computer and use it in GitHub Desktop.
Show lines 6-8 of a text file.
# from (8-3)+1 to 8
head -n 8 file.txt | tail -n 3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment