Hi,
I have two files, should compare 1st column of file1 with 1st column of file2 and the resultant file should be file2
For example:
file1
apple
banana
Mango
potato
tomatofile 2
apple:fruit
brinjal: vegetable
lady's finger: vegetable
orange: fruit
tomato: vegetable
potato: vegetable
Resultant file should look something like this:
apple:fruit
tomato: vegetable
potato: vegetable
any ideas on this would be appreciated
Thanks