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 03-12-2009
Usha Shastri Usha Shastri is offline
Registered User
  
 

Join Date: Mar 2009
Posts: 13
extracting a row from a file

hi...

i want to extract single row from a file at a time and i don't want to specify which row to be extracted in the command.
i mean i want to use a loop, so that i will fetch all the rows one after the another.
i used sed -n '$count p' filename
but this is not working.
please give me the solution

thank you