hok1man
Technical User
- Feb 16, 2008
- 102
Hi guys,
I just got a simple question but I just couldn't nail it.
I got a source code error on line 148, and I would like to view it from 148 onward. How do I do that?
I know how to view it using vim but I just want abit more handy which I used to do using less.
I did :
head -148 filename | tail
or
using vim put the line number.
Thanks guys,
I just got a simple question but I just couldn't nail it.
I got a source code error on line 148, and I would like to view it from 148 onward. How do I do that?
I know how to view it using vim but I just want abit more handy which I used to do using less.
I did :
head -148 filename | tail
or
using vim put the line number.
Thanks guys,