The UNIX and Linux Forums  


Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Dummies Questions & Answers
.
google unix.com




View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #1 (permalink)  
Old 07-02-2009
meny meny is offline
Registered User
  
 

Join Date: Jul 2009
Location: Israel
Posts: 5
how can i extract text section via grep

hi, i have a very long text file. i need to extract with grep command a certain part.
for example text file include 1ooo rows:
1....
2...
3...
.
.
.
1000

i want to view with grep only rows 50-100.
any ideas will be appreciated
thanks...