The UNIX and Linux Forums  
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.

Go Back   The UNIX and Linux Forums > Special Forums > UNIX and Linux Applications
.
google unix.com




View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #1 (permalink)  
Old 11-21-2008
revenna revenna is offline
Registered User
  
 

Join Date: Nov 2008
Posts: 16
How to compare two files using shell script

hi experts

please help me to compare two files which are in different directory

file1<file will be master file>
(/home/rev/mas.txt}
ex x1
x2

file2 <will be in different folder>
(/home/rev/per/.....)
ex x3
x4
the filesinside per folder i need to compare with master file and the files inside the per are having some changes 3 and 4 but file name is same
so if i comapare i need to have the OUTPUT no difff for this ex

please help me i am new to this shell script and i have no idea


i need to compare this two files using shell scipt