Sponsored Content
Full Discussion: Remove unwanted data?
Top Forums Shell Programming and Scripting Remove unwanted data? Post 302116849 by ghostdog74 on Wednesday 9th of May 2007 04:00:46 AM
Old 05-09-2007
if you have Python, here's an alternative:
Code:
#!/usr/bin/python
d={}
for line in open("file"):    
    if line.startswith("Event Id") and not d.has_key(line):
        d[line] = [line]
        temp = line
        continue
    d[temp].append(line)
for key in sorted(d.keys()):
    if not "Type : INFO\n" in d[key]:
        print ''.join(d[key])

output:
Code:
# ./test.py
Event Id: 4909
Time : Tue May 8 23:06:06 2007
Type : RESET
User : XXXXX
Message :
Auto-purged 23 log entries.

Event Id: 4911
Time : Tue May 8 23:08:13 2007
Type : STARTED
User : XXXXXXX
Message :
Starting Job XXXXXXX.
$APT_DB2INSTANCE_HOME = XXXXXX
$APT_CONFIG_FILE = XXXXXXXXXX
DB_ALIAS = XXXXXX
DB_INST = XXXXXXXX
DB_NAME = XXXXXXX
PASSWORD = XXXXXX
USER = XXXXXX
SERVER = XXXXXXXX

Event Id: 4918
Time : Tue May 8 23:08:16 2007
Type : WARNING
User : XXXXXXX
Message :
Sequential_File_1: When checking operator: When validating export schema: At field "XXXXXXXXX": Exporting nulla
ble field without null handling properties

 

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Remove unwanted XML Tags

I have set of sources and the respective resolution. Please advice how to resolve the same using Unix shell scripting. Source 1: ======= <ext:ContactInfo xmlns:ext="urn:AOL.FLOWS.Extensions"> <ext:InternetEmailAddress>AOL@AOL.COM</ext:InternetEmailAddress> </ext:ContactInfo> Resoultion... (1 Reply)
Discussion started by: ambals123
1 Replies

2. UNIX for Advanced & Expert Users

How to Remove the unwanted Blank Lines

I have a file with the below data, i would like to remove the end blank lines with no data. I used the below commands but could not able to succeed, could you please shed some light. Commands Used: sed '/^$/d' input.txt > output.txt grep -v '^$' input.txt > output.txt input.txt file... (5 Replies)
Discussion started by: Ariean
5 Replies

3. Solaris

Remove unwanted packages

I got a system which was installed with SUNWCXall cluster installed on it and i want remove unwanted software like GMNOME, Java Desktop System, Staroffice and numerous other softwares .. i want to do an automated removal of these packages where its uninstalled by itself ..from the is there any... (4 Replies)
Discussion started by: fugitive
4 Replies

4. Emergency UNIX and Linux Support

Remove Unwanted Libraries - optimizing

We have a huge makefile composing of inclusion of libraries, objects and system libraries to generate a binary. How do we find out that which of the libraries we can remove in the most efficient way? Doing hit and trial method is a waste of time and can during the linking with some post linking... (12 Replies)
Discussion started by: uunniixx
12 Replies

5. Shell Programming and Scripting

Remove unwanted lines

I have a .xml file, where i need some output. The xml file is like: Code: <?******?></ddddd><sssss>234</dfdffsdf><sdhjh>534</dfdfa>......... /Code I need the output like: code 234 534 . . . /code How can i do it? (5 Replies)
Discussion started by: anupdas
5 Replies

6. Shell Programming and Scripting

remove unwanted text using perl

Hello..I have a text file that need to remove unwanted text. This is the original file. No. Time Source Destination Protocol Info 16 0.649949 10.1.1.101 209.225.11.237 HTTP POST /scripts/cms/xcms.asp HTTP/1.1 ... (9 Replies)
Discussion started by: taxi
9 Replies

7. Shell Programming and Scripting

How to remove unwanted strings?

Hi Guys, Can someone give me a hand on how I can remove unwanted strings like "<Number>" and "</Number>" and retain only the numbers from the input file below. INPUT FILE: <Number>10050000</Number> <Number>1001340001</Number> <Number>1001750002</Number> <Number>100750003</Number>... (8 Replies)
Discussion started by: pinpe
8 Replies

8. Shell Programming and Scripting

How to remove unwanted " from string...

I have this Input File with extra double quotes in the middle. Please suggest how to handle this condition. Input File: "123985","SAW CUT CONCRETE SLAB 20"THICK",,"98.57","","EACH","N" "204312","ARMAFLEX-1 3/8 X 3"",,"2.48","","PER FOOT","N" "205745","MISTING HEAD HOLLOW CONE "C"... (3 Replies)
Discussion started by: BICC
3 Replies

9. Shell Programming and Scripting

Remove unwanted white space

Hi, I have a very big file 25GB with information present in it like $ head ind_stats update index statistics pfirm001.dbo.Office using 200 values go ... (11 Replies)
Discussion started by: sam05121988
11 Replies

10. Shell Programming and Scripting

Help with parsing data with awk , eliminating unwanted data

Experts , Below is the data: --- Physical volumes --- PV Name /dev/dsk/c1t2d0 VG Name /dev/vg00 PV Status available Allocatable yes VGDA 2 Cur LV 8 PE Size (Mbytes) 8 Total PE 4350 Free PE 2036 Allocated PE 2314 Stale PE 0 IO Timeout (Seconds) default --- Physical volumes ---... (5 Replies)
Discussion started by: rveri
5 Replies
DateTime::Locale::mr_IN(3)				User Contributed Perl Documentation				DateTime::Locale::mr_IN(3)

NAME
DateTime::Locale::mr_IN SYNOPSIS
use DateTime; my $dt = DateTime->now( locale => 'mr_IN' ); print $dt->month_name(); DESCRIPTION
This is the DateTime locale package for Marathi India. DATA
This locale inherits from the DateTime::Locale::mr locale. It contains the following data. Days Wide (format) XXXXXX XXXXXXX XXXXXX XXXXXXX XXXXXXXX XXXXXX XXXXXX Abbreviated (format) XXX XXXX XXX XXXX XXXXX XXX XXX Narrow (format) XX XX XX XX XX X X Wide (stand-alone) XXXXXX XXXXXXX XXXXXX XXXXXXX XXXXXXXX XXXXXX XXXXXX Abbreviated (stand-alone) XXX XXXX XXX XXXX XXXXX XXX XXX Narrow (stand-alone) XX XX XX XX XX X X Months Wide (format) XXXXXXXX XXXXXXXXXX XXXXX XXXXXX XX XXX XXXX XXXXX XXXXXXXX XXXXXXX XXXXXXXXX XXXXXXX Abbreviated (format) XXXXXXXX XXXXXXXXXX XXXXX XXXXXX XX XXX XXXX XXXXX XXXXXXXX XXXXXXX XXXXXXXXX XXXXXXX Narrow (format) XX XX XX X XX XX XX X X X XX XX Wide (stand-alone) XXXXXXXX XXXXXXXXXX XXXXX XXXXXX XX XXX XXXX XXXXX XXXXXXXX XXXXXXX XXXXXXXXX XXXXXXX Abbreviated (stand-alone) 1 2 3 4 5 6 7 8 9 10 11 12 Narrow (stand-alone) XX XX XX X XX XX XX X X X XX XX Quarters Wide (format) XXXXX XXXXXX XXXXXXX XXXXXX XXXXX XXXXXX XXXXXX XXXXXX Abbreviated (format) Q1 Q2 Q3 Q4 Narrow (format) 1 2 3 4 Wide (stand-alone) XXXXX XXXXXX XXXXXXX XXXXXX XXXXX XXXXXX XXXXXX XXXXXX Abbreviated (stand-alone) Q1 Q2 Q3 Q4 Narrow (stand-alone) 1 2 3 4 Eras Wide XXXXXXXXXXX XXXXXX Abbreviated X.X.XX. X.X. Narrow X.X.XX. X.X. Date Formats Full 2008-02-05T18:30:30 = XXXXXXX 5 XXXXXXXXXX 2008 1995-12-22T09:05:02 = XXXXXXXX 22 XXXXXXX 1995 -0010-09-15T04:44:23 = XXXXXX 15 XXXXXXXX -10 Long 2008-02-05T18:30:30 = 5 XXXXXXXXXX 2008 1995-12-22T09:05:02 = 22 XXXXXXX 1995 -0010-09-15T04:44:23 = 15 XXXXXXXX -10 Medium 2008-02-05T18:30:30 = 5 XXXXXXXXXX 2008 1995-12-22T09:05:02 = 22 XXXXXXX 1995 -0010-09-15T04:44:23 = 15 XXXXXXXX -10 Short 2008-02-05T18:30:30 = 5-2-08 1995-12-22T09:05:02 = 22-12-95 -0010-09-15T04:44:23 = 15-9--10 Default 2008-02-05T18:30:30 = 5 XXXXXXXXXX 2008 1995-12-22T09:05:02 = 22 XXXXXXX 1995 -0010-09-15T04:44:23 = 15 XXXXXXXX -10 Time Formats Full 2008-02-05T18:30:30 = 6-30-30 pm UTC 1995-12-22T09:05:02 = 9-05-02 am UTC -0010-09-15T04:44:23 = 4-44-23 am UTC Long 2008-02-05T18:30:30 = 6-30-30 pm UTC 1995-12-22T09:05:02 = 9-05-02 am UTC -0010-09-15T04:44:23 = 4-44-23 am UTC Medium 2008-02-05T18:30:30 = 6-30-30 pm 1995-12-22T09:05:02 = 9-05-02 am -0010-09-15T04:44:23 = 4-44-23 am Short 2008-02-05T18:30:30 = 6-30 pm 1995-12-22T09:05:02 = 9-05 am -0010-09-15T04:44:23 = 4-44 am Default 2008-02-05T18:30:30 = 6-30-30 pm 1995-12-22T09:05:02 = 9-05-02 am -0010-09-15T04:44:23 = 4-44-23 am Datetime Formats Full 2008-02-05T18:30:30 = XXXXXXX 5 XXXXXXXXXX 2008 6-30-30 pm UTC 1995-12-22T09:05:02 = XXXXXXXX 22 XXXXXXX 1995 9-05-02 am UTC -0010-09-15T04:44:23 = XXXXXX 15 XXXXXXXX -10 4-44-23 am UTC Long 2008-02-05T18:30:30 = 5 XXXXXXXXXX 2008 6-30-30 pm UTC 1995-12-22T09:05:02 = 22 XXXXXXX 1995 9-05-02 am UTC -0010-09-15T04:44:23 = 15 XXXXXXXX -10 4-44-23 am UTC Medium 2008-02-05T18:30:30 = 5 XXXXXXXXXX 2008 6-30-30 pm 1995-12-22T09:05:02 = 22 XXXXXXX 1995 9-05-02 am -0010-09-15T04:44:23 = 15 XXXXXXXX -10 4-44-23 am Short 2008-02-05T18:30:30 = 5-2-08 6-30 pm 1995-12-22T09:05:02 = 22-12-95 9-05 am -0010-09-15T04:44:23 = 15-9--10 4-44 am Default 2008-02-05T18:30:30 = 5 XXXXXXXXXX 2008 6-30-30 pm 1995-12-22T09:05:02 = 22 XXXXXXX 1995 9-05-02 am -0010-09-15T04:44:23 = 15 XXXXXXXX -10 4-44-23 am Available Formats d (d) 2008-02-05T18:30:30 = 5 1995-12-22T09:05:02 = 22 -0010-09-15T04:44:23 = 15 EEEd (d EEE) 2008-02-05T18:30:30 = 5 XXXX 1995-12-22T09:05:02 = 22 XXXXX -0010-09-15T04:44:23 = 15 XXX Hm (H-mm) 2008-02-05T18:30:30 = 18-30 1995-12-22T09:05:02 = 9-05 -0010-09-15T04:44:23 = 4-44 hm (h:mm a) 2008-02-05T18:30:30 = 6:30 pm 1995-12-22T09:05:02 = 9:05 am -0010-09-15T04:44:23 = 4:44 am Hms (H-mm-ss) 2008-02-05T18:30:30 = 18-30-30 1995-12-22T09:05:02 = 9-05-02 -0010-09-15T04:44:23 = 4-44-23 hms (h:mm:ss a) 2008-02-05T18:30:30 = 6:30:30 pm 1995-12-22T09:05:02 = 9:05:02 am -0010-09-15T04:44:23 = 4:44:23 am M (L) 2008-02-05T18:30:30 = 2 1995-12-22T09:05:02 = 12 -0010-09-15T04:44:23 = 9 Md (M-d) 2008-02-05T18:30:30 = 2-5 1995-12-22T09:05:02 = 12-22 -0010-09-15T04:44:23 = 9-15 MEd (E, M-d) 2008-02-05T18:30:30 = XXXX, 2-5 1995-12-22T09:05:02 = XXXXX, 12-22 -0010-09-15T04:44:23 = XXX, 9-15 MMdd (dd-MM) 2008-02-05T18:30:30 = 05-02 1995-12-22T09:05:02 = 22-12 -0010-09-15T04:44:23 = 15-09 MMM (LLL) 2008-02-05T18:30:30 = 2 1995-12-22T09:05:02 = 12 -0010-09-15T04:44:23 = 9 MMMd (MMM d) 2008-02-05T18:30:30 = XXXXXXXXXX 5 1995-12-22T09:05:02 = XXXXXXX 22 -0010-09-15T04:44:23 = XXXXXXXX 15 MMMEd (E MMM d) 2008-02-05T18:30:30 = XXXX XXXXXXXXXX 5 1995-12-22T09:05:02 = XXXXX XXXXXXX 22 -0010-09-15T04:44:23 = XXX XXXXXXXX 15 MMMMd (d MMMM) 2008-02-05T18:30:30 = 5 XXXXXXXXXX 1995-12-22T09:05:02 = 22 XXXXXXX -0010-09-15T04:44:23 = 15 XXXXXXXX MMMMEd (E MMMM d) 2008-02-05T18:30:30 = XXXX XXXXXXXXXX 5 1995-12-22T09:05:02 = XXXXX XXXXXXX 22 -0010-09-15T04:44:23 = XXX XXXXXXXX 15 ms (mm:ss) 2008-02-05T18:30:30 = 30:30 1995-12-22T09:05:02 = 05:02 -0010-09-15T04:44:23 = 44:23 y (y) 2008-02-05T18:30:30 = 2008 1995-12-22T09:05:02 = 1995 -0010-09-15T04:44:23 = -10 yM (y-M) 2008-02-05T18:30:30 = 2008-2 1995-12-22T09:05:02 = 1995-12 -0010-09-15T04:44:23 = -10-9 yMEd (EEE, y-M-d) 2008-02-05T18:30:30 = XXXX, 2008-2-5 1995-12-22T09:05:02 = XXXXX, 1995-12-22 -0010-09-15T04:44:23 = XXX, -10-9-15 yMMM (y MMM) 2008-02-05T18:30:30 = 2008 XXXXXXXXXX 1995-12-22T09:05:02 = 1995 XXXXXXX -0010-09-15T04:44:23 = -10 XXXXXXXX yMMMEd (EEE, y MMM d) 2008-02-05T18:30:30 = XXXX, 2008 XXXXXXXXXX 5 1995-12-22T09:05:02 = XXXXX, 1995 XXXXXXX 22 -0010-09-15T04:44:23 = XXX, -10 XXXXXXXX 15 yMMMM (y MMMM) 2008-02-05T18:30:30 = 2008 XXXXXXXXXX 1995-12-22T09:05:02 = 1995 XXXXXXX -0010-09-15T04:44:23 = -10 XXXXXXXX yQ (y Q) 2008-02-05T18:30:30 = 2008 1 1995-12-22T09:05:02 = 1995 4 -0010-09-15T04:44:23 = -10 3 yQQQ (y QQQ) 2008-02-05T18:30:30 = 2008 Q1 1995-12-22T09:05:02 = 1995 Q4 -0010-09-15T04:44:23 = -10 Q3 yyQ (Q yy) 2008-02-05T18:30:30 = 1 08 1995-12-22T09:05:02 = 4 95 -0010-09-15T04:44:23 = 3 -10 yyyyMM (MM-yyyy) 2008-02-05T18:30:30 = 02-2008 1995-12-22T09:05:02 = 12-1995 -0010-09-15T04:44:23 = 09--010 yyyyMMMM (MMMM y) 2008-02-05T18:30:30 = XXXXXXXXXX 2008 1995-12-22T09:05:02 = XXXXXXX 1995 -0010-09-15T04:44:23 = XXXXXXXX -10 Miscellaneous Prefers 24 hour time? No Local first day of the week XXXXXX SUPPORT
See DateTime::Locale. AUTHOR
Dave Rolsky <autarch@urth.org> COPYRIGHT
Copyright (c) 2008 David Rolsky. All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. This module was generated from data provided by the CLDR project, see the LICENSE.cldr in this distribution for details on the CLDR data's license. perl v5.18.2 2017-10-06 DateTime::Locale::mr_IN(3)
All times are GMT -4. The time now is 04:15 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy