Answers for "grep specific line"

0

grep specific line

sed '3,10!d' your.file # capture line 3 to 10   
#same number for single line
Posted by: Guest on January-19-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language