Answers for "how to grep to a specidif line"

0

how to grep to a specidif line

sed -n '1234,5555p' someFile
Posted by: Guest on March-25-2022

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language