Answers for "cat from line to line"

0

cat from line to line

awk 'NR < 57890000 { next } { print } NR == 57890010 { exit }' /path/to/file
Posted by: Guest on September-21-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language