Need to compare the two files and list out differences between the two

Hi,

I need to compare the two files and list out difference between the two.

Please assist.

Best regards,
Vishal

Hi,

Check out the comm command orr the diff command.

man comm

or

man diff

This should give you whats required.

Regards

Gull04

you can also use "sdiff" command.