Sponsored Content
Full Discussion: grep question
Top Forums Shell Programming and Scripting grep question Post 302330397 by Ramesh_srk on Wednesday 1st of July 2009 06:21:12 AM
Old 07-01-2009
Try this,

grep "XXX AAAA ZZZZ.*BBBB LLLL" <Filename>
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

grep question

what is the format for grep if I want to search from the current directory and through all its subdirectories?:) (3 Replies)
Discussion started by: pkappaz
3 Replies

2. UNIX for Dummies Questions & Answers

Grep Question

Hello Everybody, I have files; yyyymmdd.log which the data look like this; "Txid=9426043&MsgTxt=Thankyou&UserId=john&Password=jh2501" "Txid=9426150&MsgTxt=Thankyou&UserId=john&Password=jh2501" . . . "Txid=9426200&MsgTxt=Thankyou&UserId=john&Password=jh2501" Question 1: How to... (3 Replies)
Discussion started by: nazri76
3 Replies

3. Shell Programming and Scripting

grep question

hello people, All my servers have 4 mounts with this norme. For example, if my hostname is siroe. df -h | grep `hostname` /dev/dsk/c1t3d0s6 404G 399G 800M 100% /siroe3 /dev/dsk/c1t2d0s6 404G 399G 800M 100% /siroe2 /dev/md/dsk/d6 20G 812M 19G ... (3 Replies)
Discussion started by: melanie_pfefer
3 Replies

4. UNIX for Dummies Questions & Answers

grep question

Instead of using the following command #dmesg | grep -v sendmail | grep -v xntpd How can I use just one grep -v and give both arguments. Please suggest thanks (4 Replies)
Discussion started by: Tirmazi
4 Replies

5. Shell Programming and Scripting

grep question

Hello, Is there a way in grep to remember patterns? For eg: int a,b,c,d,a; If a variable is declared twice, like in the previous example, I should be able to print only those lines. Is there a way to print only the lines where the variable name occurs more than once, using grep... (1 Reply)
Discussion started by: prasanna1157
1 Replies

6. Shell Programming and Scripting

grep question please

i have files with "DOMAINSOLVER ACMS" with any number of spaces in between the two words on its own line and i can find it with the following: grep -c "DOMAINSOLVER* ACMS" $FILENAMEbut i need to exclude any lines matching: "$DOMAINSOLVER". i've tried a variety of quoting and escaping with no luck.... (4 Replies)
Discussion started by: crimso
4 Replies

7. Shell Programming and Scripting

Question about grep

can anyone tell me what the \/$ means? from grep \/$ (8 Replies)
Discussion started by: Nick1097
8 Replies

8. Shell Programming and Scripting

Question about grep

is there anyway i can ask grep to only get the first line? as in the top command line line 1 <-- just grep this line line 2 line 3 ---------- Post updated at 04:24 PM ---------- Previous update was at 04:19 PM ---------- nvm.. found out that i can do it with |head (12 Replies)
Discussion started by: Nick1097
12 Replies

9. UNIX for Dummies Questions & Answers

Question on grep

Hello all, I'm trying to grep the string "scott" from all files whose names are like srvr*.log and that were created "Nov 15"...I'm trying the following command but throws an error message...seems like the syntax is incorrect.. grep scott < ls -l srvr*.log|grep "Nov 15" Thanks for your... (9 Replies)
Discussion started by: luft
9 Replies

10. UNIX for Dummies Questions & Answers

Grep Question

My grep returns a row of data like this: 75=20130130;60=074338;61=985;511=55473883;452=115439;62=196;267=1; Is there a way for the grep to only return 60="something" and 511="something" ? Thanks in advance. (10 Replies)
Discussion started by: Carl2013
10 Replies
DateTime::Locale::uk_UA(3)				User Contributed Perl Documentation				DateTime::Locale::uk_UA(3)

NAME
DateTime::Locale::uk_UA SYNOPSIS
use DateTime; my $dt = DateTime->now( locale => 'uk_UA' ); print $dt->month_name(); DESCRIPTION
This is the DateTime locale package for Ukrainian Ukraine. DATA
This locale inherits from the DateTime::Locale::uk locale. It contains the following data. Days Wide (format) XXXXXXXXX XXXXXXXX XXXXXX XXXXXX XXXXXXXX XXXXXX XXXXXX Abbreviated (format) XX XX XX XX XX XX XX Narrow (format) X X X X X X X Wide (stand-alone) XXXXXXXXX XXXXXXXX XXXXXX XXXXXX XXXXXXXX XXXXXX XXXXXX Abbreviated (stand-alone) XX XX XX XX XX XX XX Narrow (stand-alone) X X X X X X X Months Wide (format) XXXXX XXXXXX XXXXXXX XXXXXX XXXXXX XXXXXX XXXXX XXXXXX XXXXXXX XXXXXX XXXXXXXXX XXXXXX Abbreviated (format) XXX. XXX. XXX. XXXX. XXXX. XXXX. XXX. XXXX. XXX. XXXX. XXXX. XXXX. Narrow (format) X X X X X X X X X X X X Wide (stand-alone) XXXXXX XXXXX XXXXXXXX XXXXXXX XXXXXXX XXXXXXX XXXXXX XXXXXXX XXXXXXXX XXXXXXX XXXXXXXX XXXXXXX Abbreviated (stand-alone) XXX XXX XXX XXX XXX XXX XXX XXX XXX XXX XXX XXX Narrow (stand-alone) X X X X X X X X X X X X Quarters Wide (format) I XXXXXXX II XXXXXXX III XXXXXXX IV XXXXXXX Abbreviated (format) I XX. II XX. III XX. IV XX. Narrow (format) 1 2 3 4 Wide (stand-alone) I XXXXXXX II XXXXXXX III XXXXXXX IV XXXXXXX Abbreviated (stand-alone) I XX. II XX. III XX. IV XX. Narrow (stand-alone) 1 2 3 4 Eras Wide XX XXXXX XXX XXXXX XXX Abbreviated XX X.X. X.X. Narrow XX X.X. X.X. Date Formats Full 2008-02-05T18:30:30 = XXXXXXXX, 5 XXXXXX 2008 X. 1995-12-22T09:05:02 = XXXXXXXX, 22 XXXXXX 1995 X. -0010-09-15T04:44:23 = XXXXXX, 15 XXXXXXX -10 X. Long 2008-02-05T18:30:30 = 5 XXXXXX 2008 X. 1995-12-22T09:05:02 = 22 XXXXXX 1995 X. -0010-09-15T04:44:23 = 15 XXXXXXX -10 X. Medium 2008-02-05T18:30:30 = 5 XXX. 2008 1995-12-22T09:05:02 = 22 XXXX. 1995 -0010-09-15T04:44:23 = 15 XXX. -10 Short 2008-02-05T18:30:30 = 05.02.08 1995-12-22T09:05:02 = 22.12.95 -0010-09-15T04:44:23 = 15.09.-10 Default 2008-02-05T18:30:30 = 5 XXX. 2008 1995-12-22T09:05:02 = 22 XXXX. 1995 -0010-09-15T04:44:23 = 15 XXX. -10 Time Formats Full 2008-02-05T18:30:30 = 18:30:30 UTC 1995-12-22T09:05:02 = 09:05:02 UTC -0010-09-15T04:44:23 = 04:44:23 UTC Long 2008-02-05T18:30:30 = 18:30:30 UTC 1995-12-22T09:05:02 = 09:05:02 UTC -0010-09-15T04:44:23 = 04:44:23 UTC Medium 2008-02-05T18:30:30 = 18:30:30 1995-12-22T09:05:02 = 09:05:02 -0010-09-15T04:44:23 = 04:44:23 Short 2008-02-05T18:30:30 = 18:30 1995-12-22T09:05:02 = 09:05 -0010-09-15T04:44:23 = 04:44 Default 2008-02-05T18:30:30 = 18:30:30 1995-12-22T09:05:02 = 09:05:02 -0010-09-15T04:44:23 = 04:44:23 Datetime Formats Full 2008-02-05T18:30:30 = XXXXXXXX, 5 XXXXXX 2008 X. 18:30:30 UTC 1995-12-22T09:05:02 = XXXXXXXX, 22 XXXXXX 1995 X. 09:05:02 UTC -0010-09-15T04:44:23 = XXXXXX, 15 XXXXXXX -10 X. 04:44:23 UTC Long 2008-02-05T18:30:30 = 5 XXXXXX 2008 X. 18:30:30 UTC 1995-12-22T09:05:02 = 22 XXXXXX 1995 X. 09:05:02 UTC -0010-09-15T04:44:23 = 15 XXXXXXX -10 X. 04:44:23 UTC Medium 2008-02-05T18:30:30 = 5 XXX. 2008 18:30:30 1995-12-22T09:05:02 = 22 XXXX. 1995 09:05:02 -0010-09-15T04:44:23 = 15 XXX. -10 04:44:23 Short 2008-02-05T18:30:30 = 05.02.08 18:30 1995-12-22T09:05:02 = 22.12.95 09:05 -0010-09-15T04:44:23 = 15.09.-10 04:44 Default 2008-02-05T18:30:30 = 5 XXX. 2008 18:30:30 1995-12-22T09:05:02 = 22 XXXX. 1995 09:05:02 -0010-09-15T04:44:23 = 15 XXX. -10 04:44:23 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 XX 1995-12-22T09:05:02 = 22 XX -0010-09-15T04:44:23 = 15 XX HHmm (HH:mm) 2008-02-05T18:30:30 = 18:30 1995-12-22T09:05:02 = 09:05 -0010-09-15T04:44:23 = 04:44 HHmmss (HH:mm:ss) 2008-02-05T18:30:30 = 18:30:30 1995-12-22T09:05:02 = 09:05:02 -0010-09-15T04:44:23 = 04:44:23 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 XX 1995-12-22T09:05:02 = 9:05 XX -0010-09-15T04:44:23 = 4:44 XX 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 XX 1995-12-22T09:05:02 = 9:05:02 XX -0010-09-15T04:44:23 = 4:44:23 XX 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 = XX, 2-5 1995-12-22T09:05:02 = XX, 12-22 -0010-09-15T04:44:23 = XX, 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 = XXX 1995-12-22T09:05:02 = XXX -0010-09-15T04:44:23 = XXX MMMd (d MMM) 2008-02-05T18:30:30 = 5 XXX. 1995-12-22T09:05:02 = 22 XXXX. -0010-09-15T04:44:23 = 15 XXX. MMMEd (E, d MMM) 2008-02-05T18:30:30 = XX, 5 XXX. 1995-12-22T09:05:02 = XX, 22 XXXX. -0010-09-15T04:44:23 = XX, 15 XXX. MMMMd (d MMMM) 2008-02-05T18:30:30 = 5 XXXXXX 1995-12-22T09:05:02 = 22 XXXXXX -0010-09-15T04:44:23 = 15 XXXXXXX MMMMEd (E, d MMMM) 2008-02-05T18:30:30 = XX, 5 XXXXXX 1995-12-22T09:05:02 = XX, 22 XXXXXX -0010-09-15T04:44:23 = XX, 15 XXXXXXX mmss (mm:ss) 2008-02-05T18:30:30 = 30:30 1995-12-22T09:05:02 = 05:02 -0010-09-15T04:44:23 = 44:23 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 = XX, 2008-2-5 1995-12-22T09:05:02 = XX, 1995-12-22 -0010-09-15T04:44:23 = XX, -10-9-15 yMMM (LLL y) 2008-02-05T18:30:30 = XXX 2008 1995-12-22T09:05:02 = XXX 1995 -0010-09-15T04:44:23 = XXX -10 yMMMEd (EEE, d MMM y) 2008-02-05T18:30:30 = XX, 5 XXX. 2008 1995-12-22T09:05:02 = XX, 22 XXXX. 1995 -0010-09-15T04:44:23 = XX, 15 XXX. -10 yMMMM (LLLL y) 2008-02-05T18:30:30 = XXXXX 2008 1995-12-22T09:05:02 = XXXXXXX 1995 -0010-09-15T04:44:23 = XXXXXXXX -10 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 I XX. 1995-12-22T09:05:02 = 1995 IV XX. -0010-09-15T04:44:23 = -10 III XX. yyMM (MM.yy) 2008-02-05T18:30:30 = 02.08 1995-12-22T09:05:02 = 12.95 -0010-09-15T04:44:23 = 09.-10 yyMMM (LLL yy) 2008-02-05T18:30:30 = XXX 08 1995-12-22T09:05:02 = XXX 95 -0010-09-15T04:44:23 = XXX -10 yyQ (Q yy) 2008-02-05T18:30:30 = 1 08 1995-12-22T09:05:02 = 4 95 -0010-09-15T04:44:23 = 3 -10 yyyyMMMM (LLLL y) 2008-02-05T18:30:30 = XXXXX 2008 1995-12-22T09:05:02 = XXXXXXX 1995 -0010-09-15T04:44:23 = XXXXXXXX -10 yyyyQQQQ (QQQQ y 'X'.) 2008-02-05T18:30:30 = I XXXXXXX 2008 X. 1995-12-22T09:05:02 = IV XXXXXXX 1995 X. -0010-09-15T04:44:23 = III XXXXXXX -10 X. Miscellaneous Prefers 24 hour time? Yes Local first day of the week XXXXXXXXX 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::uk_UA(3)
All times are GMT -4. The time now is 12:41 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy