Search Results

Search: Posts Made By: dragonfly85
1,636
Posted By dragonfly85
Yeah, i did. It should be exact match. If it is...
Yeah, i did. It should be exact match. If it is United Kingdom Mobile 1 in file1, it searches for United Kingdom Mobile through the file2. So it wont match United Staes or United Arab Emirates, it...
1,636
Posted By dragonfly85
So if i have : United Kingdom in file1 ...
So if i have :
United Kingdom in file1

United Kingdom, United Arab Emirates and United States of America in file2

It gets United from file1 and matches it with all the 3 countries from...
1,636
Posted By dragonfly85
Thanks a lot for the explanation. You are the...
Thanks a lot for the explanation. You are the best.

The thing i cant understand is :

if ($0 ~ v) # if actual line ($0) matches index from file1 is our pattern match, right ?
...
1,636
Posted By dragonfly85
WoW ! Thank you ! It works like a charm. Is...
WoW ! Thank you ! It works like a charm.

Is it too much, if i ask for explanation about the syntax ?

For example, what is VT and where the hell is the pattern match ? LOL!

Regards.
1,636
Posted By dragonfly85
United Kingdom Mobile 1 matches United Kingdom...
United Kingdom Mobile 1 matches United Kingdom Mobile OST 1.5. United Kingdom Mobile 1 has lower value ( 1 < 1.5) , so the output should be United Kingdom Mobile 1 File1.

Yeah, i forgot about...
1,636
Posted By dragonfly85
For example : United Kingdom Mobile,...
For example :

United Kingdom Mobile, matches United Kingdom Mobile Dev.
United Kingdom Mobile`s value is 1,
United Kingdom Mobile Dev is 0.7

So the output should be :

United Kingdom...
1,636
Posted By dragonfly85
Compare between two files with condition
Hello there.

I am trying to compare two files.

File1

Austria Mobile 1
United Kingdom Mobile 1
...

File2

Austria Mobile Vien 2
Austria Mobile Ostr 0
United Kingdom Mobile...
1,097
Posted By dragonfly85
Thanks, it worked like a charm.
Thanks, it worked like a charm.
1,097
Posted By dragonfly85
Well, i tried to do it with that command line,...
Well, i tried to do it with that command line, but i didnt succeeded.

awk -F "," '{x+=$14}END{printf "%.0f", x}' FebruaryTest > FebTestCount.txt
1,097
Posted By dragonfly85
Sum talk time in bash
Hello, guys !
I need a little help :)

Lets say i have log files with "n" calls like this one :


""""" <+825080825462>","+825080825462","60197774588","from-internal",...
1,078
Posted By dragonfly85
As soon as i read more and dig deeper about...
As soon as i read more and dig deeper about "while do", i will bombard you with questions ;)

Thanks again.
1,078
Posted By dragonfly85
Thanks a lot guys. With sed and awk...
Thanks a lot guys.

With sed and awk examples, it worked like a charm.
I couldnt do it with "while do" , but i will keep trying.

Once again, thanks to everyone.
1,078
Posted By dragonfly85
Get information from one files, based on data from other file
Hello.

I am trying to get some info from log file.

I have fileA , which contains all the country prefixes (the file contains one column and "n" rows ).

And i have fileB, which contains huge...
Showing results 1 to 13 of 13

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