There are 100 files in dir and there are 2 pairs of file.
I want to find the difference between 2 files in shell script
File 1:
Operating System : Windows XP
Operating System : Windows NT
Operating System : Windows 2008
FILE 2:
Windows XP
Windows NT
Windows2008
( e.g Windows 2008 ( file 1 ) and Windows2008 ( file2) ) .
But finally both file dont have any difference.
How to achieve this?
These file in linux host and want to do shell script ?