Search Results

Search: Posts Made By: sushmab82
6,287
Posted By sushmab82
Hi Tyler, Thanks a lot for your Perl script....
Hi Tyler,
Thanks a lot for your Perl script. This is what i wanted.

Thanks and Regrads,
Sushma
6,287
Posted By sushmab82
Hi , This is my sample input file ...
Hi ,
This is my sample input file

getBalances_PSM.c(37): t=109010ms: 845-byte request body for "https://10.144.0.53/apc/webservices/customeraccount" (RelFrameId=1, Internal ID=2)...
6,287
Posted By sushmab82
Hi Devraj, Thanks for your reply. I have tried...
Hi Devraj,
Thanks for your reply. I have tried your code like this. It is working but it gives only 1 matched line in input file but I need all matched string to be output to the file in different...
6,287
Posted By sushmab82
Hi Devaraj, This code is matching only 1 line...
Hi Devaraj,
This code is matching only 1 line matched out put. But I need all matched out puts.

I tried below code and out put file containes only 1 line of matched string

awk -F ":" '{printf...
6,287
Posted By sushmab82
Hi Taylor, Thanks for your reply. I want same...
Hi Taylor,
Thanks for your reply. I want same code in shell script not in perl. If you know please send the same.
6,287
Posted By sushmab82
Hi, Thanks for your reply. But I am getting...
Hi,
Thanks for your reply. But I am getting syntax error for first 3 lines in bash shell. I think If we do search line by line it is taking too much of time since input file is big. Is there any way...
6,287
Posted By sushmab82
Extracting particular string in a file and storing matched string in output file
Hi ,
I have input file and i want to extract below strings

<msisdn xmlns="">0492001956</ msisdn> => numaber inside brackets
<resCode>3000</resCode> => 3000 needs to be extracted...
2,565
Posted By sushmab82
Its working. This what I exactly wanted. Thank...
Its working. This what I exactly wanted. Thank you so much Frans :)
2,565
Posted By sushmab82
Thanks for you reply Frans. But echo $X...
Thanks for you reply Frans.

But echo $X prints 'subfolder_130'. I want value SigtranCamel_11 in $x. how to do the same?

Regards,
SUshma
2,565
Posted By sushmab82
Array indexing in shell
Hi ,
I have 4 array as below

Input:
servernames=(10.144.0.129 10.144.0.130 10.144.0.131)
subfolder_129=(PSTN_SigtranCamel_03 PSTN_SigtranCamel_04 PSTN_SigtranCamel_05)...
20,867
Posted By sushmab82
I was just seaching for similar commond like...
I was just seaching for similar commond like below which I used for greping numbers. Since here matched string line is not uniq it is not printing total count for matched string in given input file. ...
20,867
Posted By sushmab82
This method will be effective is i have only 1...
This method will be effective is i have only 1 input file but I have many input log files. If you send same command using grep for multiple files it will be more useful
20,867
Posted By sushmab82
Count occurance of multiple strings using grep command
How to grep multiple string occurance in input file using single grep command? I have below input file with many IDP, RRBE messages. Out put should have count of each messages.

I have used below...
16,717
Posted By sushmab82
This is what I exactly wanted, Thanks RDC and...
This is what I exactly wanted, Thanks RDC and ahmad for your useful timely reply.
16,717
Posted By sushmab82
Hi, I need last record(last row value) of...
Hi,
I need last record(last row value) of column 16. Suppose column 16 has 2 records(2 rows) I want to grep and store 2nd record of column16 i.e 3 in my input file.
16,717
Posted By sushmab82
Hi Dennis, Please find sample input and output ...
Hi Dennis,
Please find sample input and output

input:...
16,717
Posted By sushmab82
Using awk command for .csv file
Hi ,
I have .csv file with value separated by ";".
1. Using awk how to extract perticular colums and store in to array
2. For some columns I needs to extract last value of the column

How to...
Showing results 1 to 17 of 17

 
All times are GMT -4. The time now is 06:08 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy