Print a file skipping X lines in Bash

Posted by Eduardo on Stack Overflow See other posts from Stack Overflow or by Eduardo
Published on 2009-03-03T02:19:54Z Indexed on 2010/05/13 15:24 UTC
Read the original article Hit count: 190

Filed under:
|
|
|

Hi

I have a very long file which I want to print but skipping the first 1e6 lines for example. I look into the cat man page but I did not see nay option to do this. I am looking for a command to do this or a simple bash program. I know how to do it using a program in C but I want to do it using the common commands. Any way to do it? Thanks a lot in advance..

© Stack Overflow or respective owner

Related posts about linux

Related posts about print