Answers for "print specific line range awk"

0

awk print only range of lines

awk 'NR>=16224&&NR<=16482' in.sql > out.sql
Posted by: Guest on January-15-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language