login
|
about
|
faq
Questions
Tags
Users
Badges
Unanswered
Ask Question
Search Results
relevance
newest
votes
active
4
votes
How can I extract a range of lines from a text file on unix?
Quite simple using head/tail: head -16482 in.sql | tail -258 > out.sql using sed: sed -n '16482,16482p' in.sql > out.sql us …
answered
Sep 17 '08 at 13:46
manveru
1,053
●
2
●
6
posts containing
user:8367
within these tags
sed
Want better search results?
See our search tips!
Stack Overflow works best with JavaScript enabled