Middle
Middle of a Text File
Display the lines (from line number 12 to 22, both inclusive) of a given text file.
head -n 22 | tail -n 11
Last updated
Was this helpful?
Display the lines (from line number 12 to 22, both inclusive) of a given text file.
head -n 22 | tail -n 11
Last updated
Was this helpful?