View Single Post
Join Date: Jun 2007
Posts: 11
Reputation: vrgurav is an unknown quantity at this point 
Solved Threads: 1
vrgurav vrgurav is offline Offline
Newbie Poster

Re: Best way to skip first line?

 
0
  #4
Jun 19th, 2007
tail +n <filename>

to start from second line
eg : tail +2 <filename>

Hope this will solve your query
Reply With Quote