Sponsored Content
Top Forums Shell Programming and Scripting Discard part of a file based on a pattern --- Post 302902190 by Subbeh on Monday 19th of May 2014 08:48:22 AM
Old 05-19-2014
Try this:
Code:
awk '/---/{p++;next} p==2' file

This User Gave Thanks to Subbeh For This Post:
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

how to change a particular value in a file based on a pattern

how to change a particular value in a line of a file based on a pattern eg: source file will be like ================= 99999999999 maximum number(0) ksuisikjjsl;;l skjss''llsl minimum number 0000000 maximum number of golds(0) target should be like ================= ... (9 Replies)
Discussion started by: orbeyen
9 Replies

2. Shell Programming and Scripting

listing Directory chronologically based on part of file name

hi Everbody, I had file names as shown file_01_20101104.txt file_01_20101105.txt file_02_20101104.txt file_01_20101205.txt file_03_20101104.txt file_02_20101105.txt Now i want to list them based on the date in the file name as shown... file_01_20101104.txt file_02_20101104.txt... (3 Replies)
Discussion started by: Reddy482
3 Replies

3. UNIX for Dummies Questions & Answers

Removing Part of a variable based on a pattern

Hi All, I am writing a script to work with files in a folder. The files are all in the following patterns (without quotes): "some filename - NxNN - the end.YYY" or "some filename - NNxNN - the end.YYY" Where N = a single number and YYY is the extension. Basically what I want... (5 Replies)
Discussion started by: sgtbobie
5 Replies

4. Shell Programming and Scripting

how to find pattern and discard lines before it?

Hi all, I'd like to search a file for the first occurence of the phrase "PLASTICS THAT EXPIRE" and then discard all the lines that came before it. Output the remainder to a new file. Operating system is hp-ux. I've searched for usual awk and sed one liners but can't find a solution. Thank... (4 Replies)
Discussion started by: Scottie1954
4 Replies

5. Shell Programming and Scripting

Remove part of a file based on identifiers

here below is a part of the file cat fileName.txt NAME=APP-VA-va_mediaservices-113009-VA_MS_MEDIA_SERVER_NOT_PRESENT-S FIXED=false DATE= 2013-02-19 03:46:04.4 PRIORITY=HIGH RESOURCE NAME=ccm113 NAME=APP-DS-ds_ha-140020-databaseReplicationFailure-S FIXED=false DATE= 2013-02-19... (4 Replies)
Discussion started by: vivek d r
4 Replies

6. Shell Programming and Scripting

Grep a part of file based on string identifiers

consider below file contents cat myOutputFIle.txt 8 CCM-HQE-ResourceHealthCheck: Resource List : No RED/UNKNOWN resource Health entries found ---------------------------------------------------------- 9 CCM-TraderLogin-Status: Number of logins: 0... (4 Replies)
Discussion started by: vivek d r
4 Replies

7. Shell Programming and Scripting

Splitting textfile based on pattern and name new file after pattern

Hi there, I am pretty new to those things, so I couldn't figure out how to solve this, and if it is actually that easy. just found that awk could help:(. so i have a textfile with strings and numbers (originally copy pasted from word, therefore some empty cells) in the following structure: SC... (9 Replies)
Discussion started by: luja
9 Replies

8. Shell Programming and Scripting

Finding pattern in a text file and returning a part of the word

Dear All, assume that we have a text file or a folder of files, I want to find this pattern followers*.csv in the text file , and get * as the output. There are different matches and * means every character. Thank you in advance. Best, David (1 Reply)
Discussion started by: davidfreed
1 Replies

9. UNIX for Advanced & Expert Users

Split one file to many based on pattern

Hello All, I have records in a file in a pattern A,B,B,B,B,K,A,B,B,K Is there any command or simple logic I can pull out records into multiple files based on A record? I want output as File1: A,B,B,B,B,K File2: A,B,B,K (9 Replies)
Discussion started by: deal1dealer
9 Replies

10. UNIX for Beginners Questions & Answers

Splitting a file based on a pattern

Hi All, I am having a problem. I tried to extract the chunk of data and tried to fix I am not able to. Any help please Basically I need to remove the for , values after K, this is how it is now A,, B, C,C, D,D, 12/04/10,12/04/10, K,1,1,1,1,0,3.0, K,1,1,1,2,0,4.0,... (2 Replies)
Discussion started by: arunkumar_mca
2 Replies
wxToolBar(3erl) 					     Erlang Module Definition						   wxToolBar(3erl)

NAME
wxToolBar - See external documentation: wxToolBar. DESCRIPTION
See external documentation: wxToolBar . This class is derived (and can use functions) from: wxControl wxWindow wxEvtHandler DATA TYPES
wxToolBar() : 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
addControl(This::wxToolBar(), Control::wxControl() (see module wxControl)) -> wx() (see module wx) See external documentation . addSeparator(This::wxToolBar()) -> wx() (see module wx) See external documentation . addTool(This::wxToolBar(), Tool::wx() (see module wx)) -> wx() (see module wx) See external documentation . addTool(This::wxToolBar(), Toolid::integer(), Bitmap::wxBitmap() (see module wxBitmap)) -> wx() (see module wx) Equivalent to addTool(This, Toolid, Bitmap, []) . addTool(This::wxToolBar(), Toolid::integer(), X::string() | term(), X::term()) -> wx() (see module wx) See external documentation . Alternatives: addTool(This::wxToolBar(), Toolid::integer(), Label::string(), Bitmap::wxBitmap:wxBitmap()) -> addTool(This,Toolid,Label,Bitmap, []) addTool(This::wxToolBar(), Toolid::integer(), Bitmap::wxBitmap:wxBitmap(), BmpDisabled::wxBitmap:wxBitmap()) -> addTool(This,Toolid,Bitmap,BmpDisabled, []) addTool(This::wxToolBar(), Toolid::integer(), Bitmap::wxBitmap:wxBitmap(), [Option]) -> wx:wx() Option = {shortHelpString, string()} | {longHelpString, string()} addTool(This::wxToolBar(), Toolid::integer(), X::string() | term(), X::term(), X::term()) -> wx() (see module wx) See external documentation . Alternatives: addTool(This::wxToolBar(), Toolid::integer(), Label::string(), Bitmap::wxBitmap:wxBitmap(), BmpDisabled::wxBitmap:wxBitmap()) -> addTool(This,Toolid,Label,Bitmap,BmpDisabled, []) addTool(This::wxToolBar(), Toolid::integer(), Label::string(), Bitmap::wxBitmap:wxBitmap(), [Option]) -> wx:wx() Option = {shortHelp, string()} | {kind, WxItemKind} WxItemKind = integer() WxItemKind is one of ?wxITEM_SEPARATOR | ?wxITEM_NORMAL | ?wxITEM_CHECK | ?wxITEM_RADIO | ?wxITEM_MAX addTool(This::wxToolBar(), Toolid::integer(), Bitmap::wxBitmap:wxBitmap(), BmpDisabled::wxBitmap:wxBitmap(), [Option]) -> wx:wx() Option = {toggle, bool()} | {clientData, wx:wx()} | {shortHelpString, string()} | {longHelpString, string()} addTool(This::wxToolBar(), Toolid::integer(), X::term() | string(), X::term(), X::bool() | term(), X::integer() | term()) -> wx() (see mod- ule wx) See external documentation . Alternatives: addTool(This::wxToolBar(), Toolid::integer(), Bitmap::wxBitmap:wxBitmap(), BmpDisabled::wxBitmap:wxBitmap(), Toggle::bool(), XPos::integer()) -> addTool(This,Toolid,Bitmap,BmpDisabled,Toggle,XPos, []) addTool(This::wxToolBar(), Toolid::integer(), Label::string(), Bitmap::wxBitmap:wxBitmap(), BmpDisabled::wxBitmap:wxBitmap(), [Option]) -> wx:wx() Option = {kind, WxItemKind} | {shortHelp, string()} | {longHelp, string()} | {data, wx:wx()} WxItemKind = integer() WxItemKind is one of ?wxITEM_SEPARATOR | ?wxITEM_NORMAL | ?wxITEM_CHECK | ?wxITEM_RADIO | ?wxITEM_MAX addTool(This::wxToolBar(), Toolid::integer(), Bitmap::wxBitmap() (see module wxBitmap), BmpDisabled::wxBitmap() (see module wxBitmap), Tog- gle::bool(), XPos::integer(), Options::[Option]) -> wx() (see module wx) Types Option = {yPos, integer()} | {clientData, wx() (see module wx)} | {shortHelp, string()} | {longHelp, string()} See external documentation . addCheckTool(This::wxToolBar(), Toolid::integer(), Label::string(), Bitmap::wxBitmap() (see module wxBitmap)) -> wx() (see module wx) Equivalent to addCheckTool(This, Toolid, Label, Bitmap, []) . addCheckTool(This::wxToolBar(), Toolid::integer(), Label::string(), Bitmap::wxBitmap() (see module wxBitmap), Options::[Option]) -> wx() (see module wx) Types Option = {bmpDisabled, wxBitmap() (see module wxBitmap)} | {shortHelp, string()} | {longHelp, string()} | {data, wx() (see module wx)} See external documentation . addRadioTool(This::wxToolBar(), Toolid::integer(), Label::string(), Bitmap::wxBitmap() (see module wxBitmap)) -> wx() (see module wx) Equivalent to addRadioTool(This, Toolid, Label, Bitmap, []) . addRadioTool(This::wxToolBar(), Toolid::integer(), Label::string(), Bitmap::wxBitmap() (see module wxBitmap), Options::[Option]) -> wx() (see module wx) Types Option = {bmpDisabled, wxBitmap() (see module wxBitmap)} | {shortHelp, string()} | {longHelp, string()} | {data, wx() (see module wx)} See external documentation . deleteTool(This::wxToolBar(), Toolid::integer()) -> bool() See external documentation . deleteToolByPos(This::wxToolBar(), Pos::integer()) -> bool() See external documentation . enableTool(This::wxToolBar(), Toolid::integer(), Enable::bool()) -> ok See external documentation . findById(This::wxToolBar(), Toolid::integer()) -> wx() (see module wx) See external documentation . findControl(This::wxToolBar(), Toolid::integer()) -> wxControl() (see module wxControl) See external documentation . findToolForPosition(This::wxToolBar(), X::integer(), Y::integer()) -> wx() (see module wx) See external documentation . getToolSize(This::wxToolBar()) -> {W::integer(), H::integer()} See external documentation . getToolBitmapSize(This::wxToolBar()) -> {W::integer(), H::integer()} See external documentation . getMargins(This::wxToolBar()) -> {W::integer(), H::integer()} See external documentation . getToolEnabled(This::wxToolBar(), Toolid::integer()) -> bool() See external documentation . getToolLongHelp(This::wxToolBar(), Toolid::integer()) -> string() See external documentation . getToolPacking(This::wxToolBar()) -> integer() See external documentation . getToolPos(This::wxToolBar(), Id::integer()) -> integer() See external documentation . getToolSeparation(This::wxToolBar()) -> integer() See external documentation . getToolShortHelp(This::wxToolBar(), Toolid::integer()) -> string() See external documentation . getToolState(This::wxToolBar(), Toolid::integer()) -> bool() See external documentation . insertControl(This::wxToolBar(), Pos::integer(), Control::wxControl() (see module wxControl)) -> wx() (see module wx) See external documentation . insertSeparator(This::wxToolBar(), Pos::integer()) -> wx() (see module wx) See external documentation . insertTool(This::wxToolBar(), Pos::integer(), Tool::wx() (see module wx)) -> wx() (see module wx) See external documentation . insertTool(This::wxToolBar(), Pos::integer(), Toolid::integer(), Bitmap::wxBitmap() (see module wxBitmap)) -> wx() (see module wx) Equivalent to insertTool(This, Pos, Toolid, Bitmap, []) . insertTool(This::wxToolBar(), Pos::integer(), Toolid::integer(), X::string() | term(), X::term()) -> wx() (see module wx) See external documentation . Alternatives: insertTool(This::wxToolBar(), Pos::integer(), Toolid::integer(), Label::string(), Bitmap::wxBitmap:wxBitmap()) -> insert- Tool(This,Pos,Toolid,Label,Bitmap, []) insertTool(This::wxToolBar(), Pos::integer(), Toolid::integer(), Bitmap::wxBitmap:wxBitmap(), [Option]) -> wx:wx() Option = {bmpDisabled, wxBitmap:wxBitmap()} | {toggle, bool()} | {clientData, wx:wx()} | {shortHelp, string()} | {longHelp, string()} insertTool(This::wxToolBar(), Pos::integer(), Toolid::integer(), Label::string(), Bitmap::wxBitmap() (see module wxBitmap), Options::[Option]) -> wx() (see module wx) Types Option = {bmpDisabled, wxBitmap() (see module wxBitmap)} | {kind, WxItemKind} | {shortHelp, string()} | {longHelp, string()} | {clientData, wx() (see module wx)} WxItemKind = integer() See external documentation . WxItemKind is one of ?wxITEM_SEPARATOR | ?wxITEM_NORMAL | ?wxITEM_CHECK | ?wxITEM_RADIO | ?wxITEM_MAX realize(This::wxToolBar()) -> bool() See external documentation . removeTool(This::wxToolBar(), Toolid::integer()) -> wx() (see module wx) See external documentation . setMargins(This::wxToolBar(), X::integer(), Y::integer()) -> ok See external documentation . setToolBitmapSize(This::wxToolBar(), Size::{W::integer(), H::integer()}) -> ok See external documentation . setToolLongHelp(This::wxToolBar(), Toolid::integer(), HelpString::string()) -> ok See external documentation . setToolPacking(This::wxToolBar(), Packing::integer()) -> ok See external documentation . setToolShortHelp(This::wxToolBar(), Id::integer(), HelpString::string()) -> ok See external documentation . setToolSeparation(This::wxToolBar(), Separation::integer()) -> ok See external documentation . toggleTool(This::wxToolBar(), Toolid::integer(), Toggle::bool()) -> ok See external documentation . AUTHORS
<> wxErlang 0.98.9 wxToolBar(3erl)
All times are GMT -4. The time now is 01:06 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy