9
Jun
Posted by Derek@TheDailyLinux in Tips and Tricks » Add Comment »
Compare Two Directories or Filesystems Recursively
It’s so simple it doesn’t really need an entry, but there will be a time when somebody asks “how can I compare two different directories or file systems”, and I will say, “this way…”
diff -rq /dir1 /dir2
The -q option above will only tell you which files differ. It will not go into details and display each differing line of each file.
Feel free to donate if this post prevented any headaches! Another way to show your appreciation is to take a gander at these relative ads that you may be interested in:
Here are some similar posts that you may be interested in:
There's 0 Comment So Far
Share your thoughts, leave a comment!