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 > Top Forums > Shell Programming and Scripting
.
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 03-18-2009
protocomm protocomm is offline
Registered User
  
 

Join Date: Mar 2009
Location: france, montpellier
Posts: 150
Compare 2 folders...

Hello,

I try to compare 2 folders, i explain, i have file in this 2 folder and i want to print out the difference in this folders...

ex: folder1: file1 file2 file3
folder2: file1 file2
print file3

I do a ls of the 2 folders and i use the command diff (diff $var1 $var2) without result....

Thanks for your help.