Sponsored Content
Top Forums Shell Programming and Scripting Discard part of a file based on a pattern --- Post 302902189 by Makarand Dodmis on Monday 19th of May 2014 08:38:00 AM
Old 05-19-2014
Hello try
Code:
nawk '{A[++c] = $0} END { for ( i = 1; i <=c; i++ ) {if(A[i] ~ "---") {d++} { if ( d  == 2) print A[i+1]}}}' file

 

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
wxTreebook(3erl)					     Erlang Module Definition						  wxTreebook(3erl)

NAME
wxTreebook - See external documentation: wxTreebook. DESCRIPTION
See external documentation: wxTreebook . This class is derived (and can use functions) from: wxControl wxWindow wxEvtHandler DATA TYPES
wxTreebook() : 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() -> wxTreebook() See external documentation . new(Parent::wxWindow() (see module wxWindow), Id::integer()) -> wxTreebook() Equivalent to new(Parent, Id, []) . new(Parent::wxWindow() (see module wxWindow), Id::integer(), Options::[Option]) -> wxTreebook() Types Option = {pos, {X::integer(), Y::integer()}} | {size, {W::integer(), H::integer()}} | {style, integer()} See external documentation . addPage(This::wxTreebook(), Page::wxWindow() (see module wxWindow), Text::string()) -> bool() Equivalent to addPage(This, Page, Text, []) . addPage(This::wxTreebook(), Page::wxWindow() (see module wxWindow), Text::string(), Options::[Option]) -> bool() Types Option = {bSelect, bool()} | {imageId, integer()} See external documentation . advanceSelection(This::wxTreebook()) -> ok Equivalent to advanceSelection(This, []) . advanceSelection(This::wxTreebook(), Options::[Option]) -> ok Types Option = {forward, bool()} See external documentation . assignImageList(This::wxTreebook(), ImageList::wxImageList() (see module wxImageList)) -> ok See external documentation . create(This::wxTreebook(), Parent::wxWindow() (see module wxWindow), Id::integer()) -> bool() Equivalent to create(This, Parent, Id, []) . create(This::wxTreebook(), Parent::wxWindow() (see module wxWindow), Id::integer(), Options::[Option]) -> bool() Types Option = {pos, {X::integer(), Y::integer()}} | {size, {W::integer(), H::integer()}} | {style, integer()} See external documentation . deleteAllPages(This::wxTreebook()) -> bool() See external documentation . deletePage(This::wxTreebook(), Pos::integer()) -> bool() See external documentation . removePage(This::wxTreebook(), N::integer()) -> bool() See external documentation . getCurrentPage(This::wxTreebook()) -> wxWindow() (see module wxWindow) See external documentation . getImageList(This::wxTreebook()) -> wxImageList() (see module wxImageList) See external documentation . getPage(This::wxTreebook(), N::integer()) -> wxWindow() (see module wxWindow) See external documentation . getPageCount(This::wxTreebook()) -> integer() See external documentation . getPageImage(This::wxTreebook(), N::integer()) -> integer() See external documentation . getPageText(This::wxTreebook(), N::integer()) -> string() See external documentation . getSelection(This::wxTreebook()) -> integer() See external documentation . expandNode(This::wxTreebook(), Pos::integer()) -> bool() Equivalent to expandNode(This, Pos, []) . expandNode(This::wxTreebook(), Pos::integer(), Options::[Option]) -> bool() Types Option = {expand, bool()} See external documentation . isNodeExpanded(This::wxTreebook(), Pos::integer()) -> bool() See external documentation . hitTest(This::wxTreebook(), Pt::{X::integer(), Y::integer()}) -> {integer(), Flags::integer()} See external documentation . insertPage(This::wxTreebook(), Pos::integer(), Page::wxWindow() (see module wxWindow), Text::string()) -> bool() Equivalent to insertPage(This, Pos, Page, Text, []) . insertPage(This::wxTreebook(), Pos::integer(), Page::wxWindow() (see module wxWindow), Text::string(), Options::[Option]) -> bool() Types Option = {bSelect, bool()} | {imageId, integer()} See external documentation . insertSubPage(This::wxTreebook(), Pos::integer(), Page::wxWindow() (see module wxWindow), Text::string()) -> bool() Equivalent to insertSubPage(This, Pos, Page, Text, []) . insertSubPage(This::wxTreebook(), Pos::integer(), Page::wxWindow() (see module wxWindow), Text::string(), Options::[Option]) -> bool() Types Option = {bSelect, bool()} | {imageId, integer()} See external documentation . setImageList(This::wxTreebook(), ImageList::wxImageList() (see module wxImageList)) -> ok See external documentation . setPageSize(This::wxTreebook(), Size::{W::integer(), H::integer()}) -> ok See external documentation . setPageImage(This::wxTreebook(), N::integer(), ImageId::integer()) -> bool() See external documentation . setPageText(This::wxTreebook(), N::integer(), StrText::string()) -> bool() See external documentation . setSelection(This::wxTreebook(), N::integer()) -> integer() See external documentation . changeSelection(This::wxTreebook(), N::integer()) -> integer() See external documentation . destroy(This::wxTreebook()) -> ok Destroys this object, do not use object again AUTHORS
<> wxErlang 0.98.9 wxTreebook(3erl)
All times are GMT -4. The time now is 12:58 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy