Results 1 to 2 of 2
I have a file which is having 10000+ lines. I want to view the file from 500th line onwards. How will i do that....
- 07-22-2010 #1
How to cat from a specific line onwards
I have a file which is having 10000+ lines. I want to view the file from 500th line onwards. How will i do that.
- 07-22-2010 #2
cat filename | sed '1,499d'
New to the internet, technical forums, or the hacker / open source community??
Read this to learn good posting habits http://www.catb.org/~esr/faqs/smart-questions.html
RHCE for RHEL version 5
RHCT for RHEL version 4


Reply With Quote