instead of 'head | tail' to delete the first lines of file

from the tail man page:

-n, –lines=N
output the last N lines, instead of the last 10; or use +N to output lines starting with the Nth

…note the +N option!

Next
Previous

Related