Skip to content

Instantly share code, notes, and snippets.

@ruslankonev
Created November 23, 2015 15:35
Show Gist options
  • Save ruslankonev/d5e9b1daad6e89a34e3a to your computer and use it in GitHub Desktop.
Save ruslankonev/d5e9b1daad6e89a34e3a to your computer and use it in GitHub Desktop.
Cut (split) file from line
sed -n 16224,16482p filename > newfile
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment