I’m relatively new to UNIX. I have a question and your help would be appreciated.
I have 2 UNIX files named as (test1, test2) each contains data (say: test1 has 1,2,3,4) (test2 has 1,2,3,4,5,6,7,8,9,0) . I need a script/command to tell me that the similarities in both testes are 1,2,3,4 and test2 has 60% more of data than test1.
Thanks in advance