Search Results

Search: Posts Made By: csim_mohan
1,815
Posted By csim_mohan
URL partial matching
I have two files: file 1

http://www.hello.com http://neo.com/peace/development.html, www.japan.com, http://example.com/abc/abc.html
http://news.net ...
2,121
Posted By csim_mohan
@Don Cragun it worked like charm and thank you...
@Don Cragun it worked like charm and thank you very much for such a clear explanation with the code, amazing !
2,121
Posted By csim_mohan
If you see file2 (search key) at file1 column2...
If you see file2 (search key) at file1 column2 you will see the match. I need to retrieve those.
2,121
Posted By csim_mohan
column 1 and column 2 are tab separated. The code...
column 1 and column 2 are tab separated. The code you provided doesn't produce any output.
2,121
Posted By csim_mohan
Retrieving the relevant search from search file in the main file
I have two files:
file 1:


hello.com neo.com,japan.com,example.com
news.net xyz.com, telecom.net, highlands.net, software.com
example2.com earth.net, abc.gov.uk


file 2:
...
3,482
Posted By csim_mohan
Thank you very much for the clear explanation...
Thank you very much for the clear explanation about awk. The grep script works perfectly fine but just one another concern. If in case my output is just the same as above but with a slight change...
3,482
Posted By csim_mohan
Searching the content of one file using the search key of another file
I have two files:
file 1:

hello.com neo.com,japan.com,example.com
news.net xyz.com, telecom.net, highlands.net, software.com
example2.com earth.net, abc.gov.uk


file 2:

neo.com...
2,259
Posted By csim_mohan
Extracting URL with domain
I have a file like this:

http://article.wn.com/view/2010/11/26/IV_drug_policy_feels_HIV_patients_Red_Cross/ http://aidsjournal.com/,www.cfpa.org.cn/page1/page2 , www.youtube.com
...
1,309
Posted By csim_mohan
Thanks in2nix4life for the very short and...
Thanks in2nix4life for the very short and accurate script !
1,309
Posted By csim_mohan
Thank you for the script it works fine with the...
Thank you for the script it works fine with the example but applying in this it seems it does not work


1290786100000 http://twitter.com/maryxjoe Stuck in bed with the flu -...
1,309
Posted By csim_mohan
Putting the dot (.) infront of the URL domain
I have a file like this:

http://hello.com www.examplecom computer Company
I wanted to keep dot (.) infront of com. to make the file like this


http://hello.com www.example.com computer...
2,017
Posted By csim_mohan
Thank you RudiC it worked as I want. :b:
Thank you RudiC it worked as I want. :b:
1,425
Posted By csim_mohan
Extracting the column containing URL from a text file
I have the file like this:

Timestamp URL Text 1331635241000 http://example.com Peoples footage at www.test.com,http://example4.com 1331635231000 ...
1,373
Posted By csim_mohan
Extracting the column containing URL from a text file
I have the file like this:

Timestamp URL Text 1331635241000 http://example.com Peoples footage at www.test.com,http://example4.com 1331635231000 ...
2,017
Posted By csim_mohan
Extracting the column containing URL from a text file
I have the file like this:

Timestamp URL Text 1331635241000 http://example.com Peoples footage at www.test.com,http://example4.com 1331635231000 ...
1,842
Posted By csim_mohan
Thank you both Scrutinizer and ygemici, my...
Thank you both Scrutinizer and ygemici, my problem is solved :-)
1,842
Posted By csim_mohan
Problem with the awk in searching the contents in a file
Hello all,

I am a newbie in awk. I am struggling in this problem for a long.Actually I have two files, filea and fileb. File a is actually a search key through it I have to find the corresponding...
Showing results 1 to 17 of 17

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