The UNIX and Linux Forums  
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.

Go Back   The UNIX and Linux Forums > Top Forums > Shell Programming and Scripting
.
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 06-29-2006
charbel charbel is offline
Registered User
  
 

Join Date: Feb 2006
Posts: 41
Suppressing one line in a file

Hello there,

I am having a text file, the following is written in that text file:

Full range of accounts:

Account1
Account2
Account3
Account4


Now my question is. how to take that file and produce another file having only the accounts (i.e., suppressing the fist line of that file)....Any idea?
What about if i want to suppress two lines as well?

Tnanks for your help.