I need to extract a set number of lines from a file given the start line number and end line number.
How could I quickly do this under unix (it’s actually Solaris so gnu flavour isn’t available).
Thx
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
To print lines 6-10:
If the file is huge, and the end line number is small compared to the number of lines, you can make it more efficient by:
From testing a file with a fairly large number of lines: