The UNIX and Linux Forums
>
Top Forums
>
Shell Programming and Scripting
Compare 2 folders...
.
User Name
Remember Me?
Password
google unix.com
Forums
Register
Forum Rules
Links
Albums
FAQ
Members List
Calendar
Search
Today's Posts
Mark Forums Read
Thread
:
Compare 2 folders...
View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
#
4
(
permalink
)
03-18-2009
rikxik
Registered User
Join Date: Dec 2007
Posts: 250
Quote:
Originally Posted by
protocomm
Hello,
ex: folder1: file1 file2 file3
folder2: file1 file2
print file3
Atleast on Solaris, you can do this:
Code:
$ dircmp -s folder1 folder2 |grep -v "^ *$" |grep -v Page ./file3
rikxik
View Public Profile
Find all posts by rikxik
Find rikxik's past nominations received
Find rikxik's present nominations given