Sponsored Content
Top Forums Shell Programming and Scripting Search several string and convert into a single line for each search string using awk command AIX?. Post 302741651 by laknar on Sunday 9th of December 2012 05:51:05 PM
Old 12-09-2012
The script provided by bipinajith works well. But there could be many date above each request type in which i need to pick the date immediately before the Request type string. i have highlighted the dates in bold. we cannot seach with date and time since it will be changed month on month. Could you please suggest me to get this date?.

HTML Code:
Cat test


Nov 10, 2012 5:12:53 AM 
Nov 10, 2012 5:13:53 AM 
[B]Nov 10, 2012 5:17:53 AM[/B]
INFO: Request Type
Line 1. <fullOperation>MAKE:NUMBER:9366109380:PPAY2;</fullOperation>
Line 2. <starttime>20081003000047</starttime>
Line 3. <stoptime>20081003000047</stoptime>
Line 4. <fullResult>940120105;;</fullResult>
Line 5. <status>FAILED</status>
Nov 10, 2012 5:18:53 AM 
Nov 10, 2012 5:19:53 AM 
[B]Nov 10, 2012 5:20:53 AM[/B]
WARNING: Request Method
Line 1. <fullOperation>MAKE:NUMBER:5424683284:PPAY2;</fullOperation>
Line 2. <starttime>20081003000047</starttime>
Line 3. <stoptime>20081003000047</stoptime>
Line 4. <fullResult>940120105;;</fullResult>
Line 5. <status>FAILED</status>
Nov 10, 2012 5:22:53 AM 
Nov 10, 2012 5:23:53 AM
[B]Nov 10, 2012 5:25:53 AM[/B]
FATAL: Response Type
Line 1. <fullOperation>MAKE:NUMBER:5424678435:PPAY2;</fullOperation>
Line 2. <starttime>20081003000047</starttime>
Line 3. <stoptime>20081003000047</stoptime>
Line 4. <fullResult>940120105;;</fullResult>
Line 5. <status>FAILED</status>

Result
---------

Nov 10, 2012 5:17:53 AM,INFO,Request Type,MAKE:NUMBER:9366109380:PPAY2;,20081003000047,20081003000047,940120105;;,FAILED
Nov 10, 2012 5:20:53 AM,WARNING,Request Method,MAKE:NUMBER:5424683284:PPAY2;,20081003000047,20081003000047,940120105;;,FAILED
Nov 10, 2012 5:25:53 AM,FATAL,Response Type,MAKE:NUMBER:5424678435:PPAY2;,20081003000047,20081003000047,940120105;;,FAILED
 

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Perl: Search for string on line then search and replace text

Hi All, I have a file that I need to be able to find a pattern match on a line, search that line for a text pattern, and replace that text. An example of 4 lines in my file is: 1. MatchText_randomNumberOfText moreData ReplaceMe moreData 2. MatchText_randomNumberOfText moreData moreData... (4 Replies)
Discussion started by: Crypto
4 Replies

2. Shell Programming and Scripting

Awk command for search a string in lspv

I want to know wich hdisk have only one pvid and also display hdisk with two pvid. hdisk1 00c3fcd4e516183f testvg active hdisk2 00c3fcd4e516189b testvg active hdisk3 00c3fcd4e51618ec testvg ... (1 Reply)
Discussion started by: khalidou13
1 Replies

3. Shell Programming and Scripting

Awk command for search a string in lspv

I 've got this retourn when i tape the commande lspv: hdisk0 00c3fce454950416 rootvg active hdisk1 00c3fce454950416 rootvg active I want to verify if hdisk0 et hdisk1 have the same pvid (ex : 00c3fce454950416)? Can... (8 Replies)
Discussion started by: khalidou13
8 Replies

4. Shell Programming and Scripting

awk print second line after search string

I have multiple config files where I need to pull the ip address from loopback3. The format is the same in every file, the ip is the second line after interface loopback3. interface loopback2 loopback description router ID ip address 192.168.1.1 interface loopback3 loopback description... (3 Replies)
Discussion started by: numele
3 Replies

5. Shell Programming and Scripting

search string in a file and retrieve 10 lines including string line

Hi Guys, I am trying to write a perl script to search a string "Name" in the file "FILE" and also want to create a new file and push the searched string Name line along with 10 lines following the same. can anyone of you please let me know how to go about it ? (8 Replies)
Discussion started by: sukrish
8 Replies

6. Shell Programming and Scripting

Search a string in a text file and add another string at the particular position of a line

I am having a text file which is having more than 200 lines. EX: 001010122 12000 BIB 12000 11200 1200003 001010122 2000 AND 12000 11200 1200003 001010122 12000 KVB 12000 11200 1200003 In the above file i want to search for string KVB and add/replace... (1 Reply)
Discussion started by: suryanarayana
1 Replies

7. Shell Programming and Scripting

Search a string in a text file and add another string at the end of line

Dear All I am having a text file which is having more than 200 lines. EX: 001010122 12000 BIB 12000 11200 1200003 001010122 2000 AND 12000 11200 1200003 001010122 12000 KVB 12000 11200 1200003 In the above file i want to search for string KVB... (5 Replies)
Discussion started by: suryanarayana
5 Replies

8. Shell Programming and Scripting

Search string within a file and list common words from the line having the search string

Hi, Need your help for this scripting issue I have. I am not really good at this, so seeking your help. I have a file looking similar to this: Hello, i am human and name=ABCD. How are you? Hello, i am human and name=PQRS. I am good. Hello, i am human and name=ABCD. Good bye. Hello, i... (12 Replies)
Discussion started by: royzlife
12 Replies

9. UNIX for Advanced & Expert Users

Pass variable to awk command search string

I must have forgot how to do this, but, I am attempting to enter a variable into an awk / gawk search pattern. I am getting a value from user input to place in a specific section of a 132 character string. my default command is .... gawk --re-interval '/^(.{3}P .{4}CYA.{8}1)/' ... (3 Replies)
Discussion started by: sdeevers
3 Replies

10. UNIX for Dummies Questions & Answers

Search for a string,delete the line and replace with new string in a file

Hi Everyone, I have a requirement in ksh where i have a set of files in a directory. I need to search each and every file if a particular string is present in the file, delete that line and replace that line with another string expression in the same file. I am very new to unix. Kindly help... (10 Replies)
Discussion started by: Pradhikshan
10 Replies
spindate(1)							  [incr Widgets]						       spindate(1)

__________________________________________________________________________________________________________________________________________________

NAME
spindate - Create and manipulate time spinner widgets SYNOPSIS
spindate pathName ?options? INHERITANCE
itk::Widget <- Spindate STANDARD OPTIONS
background cursor foreground relief See the "options" manual entry for details on the standard options. ASSOCIATED OPTIONS
textBackground textFont See the "entryfield" manual entry for details on the above associated options. labelFont labelMargin See the "labeledwidget" manual entry for details on the above associated options. arrowOrient repeatDelay repeatInterval See the "spinner" manual entry for details on the above associated options. WIDGET-SPECIFIC OPTIONS Name: dateMargin Class: Margin Command-Line Switch: -datemargin Specifies the margin space between the month, day, and year spinners is any of the forms accpetable to Tcl_GetPixels. The default is 1 pixel. Name: dayLabel Class: Text Command-Line Switch: -daylabel Specifies the text of the label for the day spinner. The default is "Day". Name: dayOn Class: dayOn Command-Line Switch: -dayon Specifies whether or not to display the day spinner in any of the forms acceptable to Tcl_GetBoolean. The default is true. Name: dayWidth Class: Width Command-Line Switch: -daywidth Specifies the width of the day spinner in any of the forms acceptable to Tcl_GetPixels. The default is 3 pixels. Name: labelPos Class: Position Command-Line Switch: -labelpos Specifies the position of the label along the sides of the various spinners: n, e, s, or w. The default is w. Name: monthFormat Class: MonthFormat Command-Line Switch: -monthformat Specifies the format of month display, integer (1-12) or brief strings (Jan - Dec), or full strings (January - December). Name: monthLabel Class: Text Command-Line Switch: -monthlabel Specifies the text of the label for the month spinner. The default is "Month". Name: monthOn Class: monthOn Command-Line Switch: -monthon Specifies whether or not to display the month spinner in any of the forms acceptable to Tcl_GetBoolean. The default is true. Name: monthWidth Class: Width Command-Line Switch: -monthwidth Specifies the width of the month spinner in any of the forms acceptable to Tcl_GetPixels. The default is 3 pixels. Name: orient Class: Orient Command-Line Switch: -orient Specifies the orientation of the month, day, and year spinners: vertical or horizontal. The default is horizontal. Name: yearDigits Class: YearDigits Command-Line Switch: -yeardigits Specifies the number of digits to be displayed as the value for the year spinner. The valid values are 2 and 4. The default is 2. Name: yearLabel Class: Text Command-Line Switch: -yearlabel Specifies the text of the label for the year spinner. The default is "Year" Name: yearOn Class: yearOn Command-Line Switch: -yearon Specifies whether or not to display the year spinner in any of the forms acceptable to Tcl_GetBoolean. The default is true. Name: yearWidth Class: Width Command-Line Switch: -yearwidth Specifies the width of the year spinner in any of the forms acceptable to Tcl_GetPixels. The default is 3 pixels. __________________________________________________________________________________________________________________________________________________ DESCRIPTION
The spindate command creates a set of spinners for use in date value entry. The set includes an month, day, and year spinner widget. METHODS
The spindate command creates a new Tcl command whose name is pathName. This command may be used to invoke various operations on the widget. It has the following general form: pathName option ?arg arg ...? Option and the args determine the exact behavior of the command. The fol- lowing commands are possible for spindate widgets: WIDGET-SPECIFIC METHODS pathName cget option Returns the current value of the configuration option given by option. Option may have any of the values accepted by the spindate command. pathName configure ?option? ?value option value ...? Query or modify the configuration options of the widget. If no option is specified, returns a list describing all of the available options for pathName (see Tk_ConfigureInfo for information on the format of this list). If option is specified with no value, then the command returns a list describing the one named option (this list will be identical to the corresponding sublist of the value returned if no option is specified). If one or more option-value pairs are specified, then the command modifies the given widget option(s) to have the given value(s); in this case the command returns an empty string. Option may have any of the values accepted by the spindate command. pathName get ?format? Returns the current contents of the spindate widget in a format of string or as an integer clock value using the -string and -clicks format options respectively. The default is by string. Reference the clock command for more information on obtaining dates and their formats. pathName show date Changes the currently displayed date to be that of the date argument. The date may be specified either as a string, an integer clock value or the keyword "now". Reference the clock command for more information on obtaining dates and their formats. COMPONENTS
Name: month Class: Spinner The month spinner component is the month spinner of the date spinner. See the Spinner widget manual entry for details on the month component item. Name: day Class: Spinint The day spinner component is the day spinner of the date spinner. See the SpinInt widget manual entry for details on the day compo- nent item. Name: year Class: Spinint The year spinner component is the year spinner of the date spinner. See the SpinInt widget manual entry fordetails on the year com- ponent item. EXAMPLE
spindate .sd pack .sd -padx 10 -pady 10 AUTHOR
Sue Yockey Mark L. Ulferts KEYWORDS
spindate, spinint, spinner, entryfield, entry, widget Tk spindate(1)
All times are GMT -4. The time now is 09:59 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy