Skip to content

Instantly share code, notes, and snippets.

@framon
Created September 10, 2019 01:52
Show Gist options
  • Save framon/74b3b1f02710ac4bc2091c091889fc1b to your computer and use it in GitHub Desktop.
Save framon/74b3b1f02710ac4bc2091c091889fc1b to your computer and use it in GitHub Desktop.
Exibir apenas uma faixa de linhas de um arquivo
sed -n '97623,97667p;97667q' input
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment