Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> Re: Unix- How to remove the first few lines(N) in a file without

Re: Unix- How to remove the first few lines(N) in a file without

From: Ravi Kulkarni <nandagokul_at_yahoo.com>
Date: Sun, 14 Sep 2003 13:04:24 -0800
Message-ID: <F001.005CFE13.20030914130424@fatcity.com>


Sami,

Try this ====

[dev99105]: cat file1
1 to be removed
2 to be removed
3 to be removed
4 to be removed
5 to be removed

aaaaaaaaaaaaaaaaa
sssssssssssssssss
eeeeeeeeeeeeeeee

[dev99105]: tail +6 file1
aaaaaaaaaaaaaaaaa
sssssssssssssssss
eeeeeeeeeeeeeeee    

Thanks,
Ravi.


Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software http://sitebuilder.yahoo.com
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.net
-- 
Author: Ravi Kulkarni
  INET: nandagokul_at_yahoo.com

Fat City Network Services    -- 858-538-5051 http://www.fatcity.com
San Diego, California        -- Mailing list and web hosting services
---------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).
Received on Sun Sep 14 2003 - 16:04:24 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US