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 UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
  #5 (permalink)  
Old 05-14-2007
gridview gridview is offline
Registered User
 

Join Date: Apr 2007
Posts: 6
Hi Shell_Life,

Thanks for quick reply.

It worked !

could you please explain me the logic behind the implementation of the command ?
OR you can direct me to links/sources where I can read about it .



Quote:
Originally Posted by Shell_Life
Gridview,
See if this works for you:
Code:
sed -n '35p' input_file
Reply With Quote