Sponsored Content
Top Forums Shell Programming and Scripting Remove specific pattern header and its content problem facing Post 302402142 by summer_cherry on Tuesday 9th of March 2010 03:31:40 AM
Old 03-09-2010
Code:
local $/="\n>";
while(<DATA>){

if(not /\[TYPE\]/){
	print;
}
}
__DATA__
>TRACK:[NAME] Position:  1 TYPE:  1  Pos:   
SVAVPQRHHPGGTVFREPIIIPAIPRLVPGWNKPIIIGRHAFGDQYRATDRVIPGPGKLE
LVYTPVNGEPETVKVYDFQGGGIAQTQYNTDESIRGFAHASFQMALLKGLPLYMSTKNTI
LKRYDGRFKDIFQEIYESTYQKDFEAKNLWYEHRLIDDMVAQMIKSEGGFVMALKNYDGD
>TRACK:[TYPE] Position:  1 TYPE:  2  Pos:  
FAHASFQMALLKGLPLYMS
>TRACK:[TYPE] Position:  2 TYPE:  3  Pos:  
FAHASFQMALLKGLPLYMSFAHASFQMALLKGLPLYMSFAHASFQMALLKGLPLYMS
>TRACK:   1   5 TYPE (s)    963  -   3075   
MSSVRFSSALARRSFAVASPPLSAPLSSSARRFLSSSSSTISSSSSSVSTRSPRSLTSAS
SLLSSRTASARWTGLSSLNLTQSRTMATEIPKIKVKNPVVELDGDEMTRIIWQEIREKGL
EYRDQTDDQVTVEAAEAIKKYGVGVKCATITPDEARVEEFKLKKSTHTEACEWSHTNPCF
SVAVPQRHHPGGTVFREPIIIPAIPRLVPGWNKPIIIGRHAFGDQYRATDRVIPGPGKLE
LVYTPVNGEPETVKVYDFQGGGIAQTQYNTDESIRGFAHASFQMALLKGLPLYMSTKNTI
LKRYDGRFKDIFQEIYESTYQKDFEAKNLWYEHRLIDDMVAQMIKSEGGFVMALKNYDGD
VQSDIVAQGFGSLGLMTSTLVTPTGEAFESEAAHGTVTRHYREHQKGRETSTNPIASIFA
WTRGLIQRGKLDETPDVVTFAEELERACIEVVNDEGIMTKDLALACGRKEREAWVTTREY
MAAVERRLKANLKSRL

 

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Remove specific content in a file

Hi, I have a file called fl_list consists of files i have to archive. I want to create a exception parm called except_parm, so if it finds the directory it will not archive these files and remove from fl_list. $ cat fl_list /apps/dev/ihub/ready/IA003B/IA003B_Deal_Header_yyyymmdd_hhmmss.txt... (1 Reply)
Discussion started by: k9cheung
1 Replies

2. Shell Programming and Scripting

Renaming all header to specific header pattern

Input #HAC0253 EFVHIJHIJEFVTHIJOPKOPKTEFVEFVEFVOPKHIJOPKOPKHIJTTEFVEFVTEFV #BASFS12 EFVEFVHIJEFVEFVTOPKEFVOPKTHIJTTHIJOPK #ACG5115 TEFVEFVOIJEFVHIJHIJOPKOPKHIJHIJTTEFVEFVOPKTTEFVEFVOPKHIJOPKOPKOPK #ECG5114 IJTOPKHIJEFVOEFVEFVOPKTTEFVEFVOPKHIJOPKOPKOPK . . Output (5 Replies)
Discussion started by: patrick87
5 Replies

3. Shell Programming and Scripting

Extract specific content from data and rename its header problem asking

Input file 1: >pattern_5 GAATTCGTTCATGTAGGTTGASDASFGDSGRTYRYGHDGSDFGSDGGDSGSDGSDFGSDF ATTTAATTATGATTCATACGTCATATGTTATTATTCAATCGTATAAAATTATGTGACCTT SDFSDGSDFKSDAFLKJASLFJASKLFSJAKJFHASJKFHASJKFHASJKFHSJAKFHAW >pattern_1 AAGTCTTAAGATATCACCGTCGATTAGGTTTATACAGCTTTTGTGTTATTTAAATTTGAC... (10 Replies)
Discussion started by: patrick87
10 Replies

4. Shell Programming and Scripting

awk/sed/perl command to delete specific pattern and content above it...

Hi, Below is my input file: Data: 1 Length: 20 Got result. Data: 2 Length: 30 No result. Data: 3 Length: 20 (7 Replies)
Discussion started by: edge_diners
7 Replies

5. Shell Programming and Scripting

Help with rename header content based on reference file problem

I got long list of reference file >data_tmp_number_22 >data_tmp_number_12 >data_tmp_number_20 . . Input file: >sample_data_1 Math, 5, USA, tmp SDFEWRWERWERWRWER FSFDSFSDFSDGSDGSD >sample_data_2 Math, 15, UK, tmp FDSFSDFF >sample_data_3 Math, 50, USA, tmp ARQERREQR . . Desired... (7 Replies)
Discussion started by: perl_beginner
7 Replies

6. Shell Programming and Scripting

Help with replace the content of specific pattern

Input file: __<name>AWEETET</name> ____<name_evidence="3"_type="2@#">QEWQE</name> __<name>QWE048</name> ____<name_evidence="3"_type="570">@#@$#545</name> ____<name_evidence="2"_type="351">QWE4</name> Desired output: __<tmp>AWEETET</tmp> ____<name_evidence="3"_type="2@#">QEWQE</name>... (2 Replies)
Discussion started by: perl_beginner
2 Replies

7. Shell Programming and Scripting

Remove the file content based on the Header of the file

Hi All, I want to remove the content based on the header information . Please find the example below. File1.txt Name|Last|First|Location|DepId|Depname|DepLoc naga|rr|tion|hyd|1|wer|opr Nava|ra|tin|gen|2|wera|opra I have to search for the DepId and remove the data from the... (5 Replies)
Discussion started by: i150371485
5 Replies

8. Red Hat

Moving of file content to another two files after searching with specific pattern

Hello, Please help me with this!! Thanks in advance!! I have a file named file.gc with the content: 1-- Mon Sep 10 08:53:09 CDT 2012 2revoke connect from FR2261; 3delete from mkt_allow where grantee = 'FR2261'; 4grant connect to FR2261 with '******'; 5alter user FR2261 comment... (0 Replies)
Discussion started by: raosr020
0 Replies

9. Shell Programming and Scripting

Facing issues with Content-Type:application/x-download Content-Disposition:attachment

I am in the process of developing a perl cgi page. I had succeeded in developing the page but there are few errors/issues with the page. description about cgi page: My CGI page retrieves all the file names from an directory and displays the files in drop down menu for downloading the... (5 Replies)
Discussion started by: scriptscript
5 Replies

10. Shell Programming and Scripting

How to remove content present in between specific pattern ?

Hi, I have a file with following pattern. We are looking to filter out only specific content from this file. sample BLAdmins Server.* LinuxAdmins Server.* Policy Name: Recommended Default ACL Policy Everyone ACLPushJob.Read Everyone ACLTemplate.Read Everyone ... (9 Replies)
Discussion started by: Litu19
9 Replies
wxTextCtrl(3erl)					     Erlang Module Definition						  wxTextCtrl(3erl)

NAME
wxTextCtrl - See external documentation: wxTextCtrl. DESCRIPTION
See external documentation: wxTextCtrl . This class is derived (and can use functions) from: wxControl wxWindow wxEvtHandler DATA TYPES
wxTextCtrl() : An object reference, The representation is internal and can be changed without notice. It can't be used for comparsion stored on disc or distributed for use on other nodes. EXPORTS
new() -> wxTextCtrl() See external documentation . new(Parent::wxWindow() (see module wxWindow), Id::integer()) -> wxTextCtrl() Equivalent to new(Parent, Id, []) . new(Parent::wxWindow() (see module wxWindow), Id::integer(), Options::[Option]) -> wxTextCtrl() Types Option = {value, string()} | {pos, {X::integer(), Y::integer()}} | {size, {W::integer(), H::integer()}} | {style, integer()} | {validator, wx() (see module wx)} See external documentation . appendText(This::wxTextCtrl(), Text::string()) -> ok See external documentation . canCopy(This::wxTextCtrl()) -> bool() See external documentation . canCut(This::wxTextCtrl()) -> bool() See external documentation . canPaste(This::wxTextCtrl()) -> bool() See external documentation . canRedo(This::wxTextCtrl()) -> bool() See external documentation . canUndo(This::wxTextCtrl()) -> bool() See external documentation . clear(This::wxTextCtrl()) -> ok See external documentation . copy(This::wxTextCtrl()) -> ok See external documentation . create(This::wxTextCtrl(), Parent::wxWindow() (see module wxWindow), Id::integer()) -> bool() Equivalent to create(This, Parent, Id, []) . create(This::wxTextCtrl(), Parent::wxWindow() (see module wxWindow), Id::integer(), Options::[Option]) -> bool() Types Option = {value, string()} | {pos, {X::integer(), Y::integer()}} | {size, {W::integer(), H::integer()}} | {style, integer()} | {validator, wx() (see module wx)} See external documentation . cut(This::wxTextCtrl()) -> ok See external documentation . discardEdits(This::wxTextCtrl()) -> ok See external documentation . emulateKeyPress(This::wxTextCtrl(), Event::wxKeyEvent() (see module wxKeyEvent)) -> bool() See external documentation . getDefaultStyle(This::wxTextCtrl()) -> wxTextAttr() (see module wxTextAttr) See external documentation . getInsertionPoint(This::wxTextCtrl()) -> integer() See external documentation . getLastPosition(This::wxTextCtrl()) -> integer() See external documentation . getLineLength(This::wxTextCtrl(), LineNo::integer()) -> integer() See external documentation . getLineText(This::wxTextCtrl(), LineNo::integer()) -> string() See external documentation . getNumberOfLines(This::wxTextCtrl()) -> integer() See external documentation . getRange(This::wxTextCtrl(), From::integer(), To::integer()) -> string() See external documentation . getSelection(This::wxTextCtrl()) -> {From::integer(), To::integer()} See external documentation . getStringSelection(This::wxTextCtrl()) -> string() See external documentation . getStyle(This::wxTextCtrl(), Position::integer(), Style::wxTextAttr() (see module wxTextAttr)) -> bool() See external documentation . getValue(This::wxTextCtrl()) -> string() See external documentation . isEditable(This::wxTextCtrl()) -> bool() See external documentation . isModified(This::wxTextCtrl()) -> bool() See external documentation . isMultiLine(This::wxTextCtrl()) -> bool() See external documentation . isSingleLine(This::wxTextCtrl()) -> bool() See external documentation . loadFile(This::wxTextCtrl(), File::string()) -> bool() Equivalent to loadFile(This, File, []) . loadFile(This::wxTextCtrl(), File::string(), Options::[Option]) -> bool() Types Option = {fileType, integer()} See external documentation . markDirty(This::wxTextCtrl()) -> ok See external documentation . paste(This::wxTextCtrl()) -> ok See external documentation . positionToXY(This::wxTextCtrl(), Pos::integer()) -> {bool(), X::integer(), Y::integer()} See external documentation . redo(This::wxTextCtrl()) -> ok See external documentation . remove(This::wxTextCtrl(), From::integer(), To::integer()) -> ok See external documentation . replace(This::wxTextCtrl(), From::integer(), To::integer(), Value::string()) -> ok See external documentation . saveFile(This::wxTextCtrl()) -> bool() Equivalent to saveFile(This, []) . saveFile(This::wxTextCtrl(), Options::[Option]) -> bool() Types Option = {file, string()} | {fileType, integer()} See external documentation . setDefaultStyle(This::wxTextCtrl(), Style::wxTextAttr() (see module wxTextAttr)) -> bool() See external documentation . setEditable(This::wxTextCtrl(), Editable::bool()) -> ok See external documentation . setInsertionPoint(This::wxTextCtrl(), Pos::integer()) -> ok See external documentation . setInsertionPointEnd(This::wxTextCtrl()) -> ok See external documentation . setMaxLength(This::wxTextCtrl(), Len::integer()) -> ok See external documentation . setSelection(This::wxTextCtrl(), From::integer(), To::integer()) -> ok See external documentation . setStyle(This::wxTextCtrl(), Start::integer(), End::integer(), Style::wxTextAttr() (see module wxTextAttr)) -> bool() See external documentation . setValue(This::wxTextCtrl(), Value::string()) -> ok See external documentation . showPosition(This::wxTextCtrl(), Pos::integer()) -> ok See external documentation . undo(This::wxTextCtrl()) -> ok See external documentation . writeText(This::wxTextCtrl(), Text::string()) -> ok See external documentation . xYToPosition(This::wxTextCtrl(), X::integer(), Y::integer()) -> integer() See external documentation . destroy(This::wxTextCtrl()) -> ok Destroys this object, do not use object again AUTHORS
<> wxErlang 0.98.9 wxTextCtrl(3erl)
All times are GMT -4. The time now is 06:44 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy