![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Rules & FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Backup Directories and SubDirectories with log using DOS | osramos | Windows & DOS: Issues & Discussions | 1 | 11-14-2007 02:10 PM |
| Display only subdirectories from given directories | HAA | Shell Programming and Scripting | 8 | 04-25-2007 02:36 AM |
| perform diff between 2 directories | umen | UNIX for Dummies Questions & Answers | 5 | 08-25-2006 08:55 AM |
| Permissions for Directories and Subdirectories | clancymf | UNIX for Dummies Questions & Answers | 1 | 08-07-2006 03:40 PM |
| How to Remove Ctrl M characters in files from directories and its subdirectories | skdp | Shell Programming and Scripting | 7 | 07-29-2006 08:53 PM |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
Compare/Diff between directories and subdirectories?
Hi,
Does anybody know the cmd to compare two areas and print out the different files w/ path? I tried cmp and diff and dircmp but with no luck. Should I grep and print? For example: /aa/images/jan ..../images/feb /bb/images/jan ..../images/feb i want to print the compare, find, and print the difference of /aa and /bb. Thanks again. |
| Forum Sponsor | ||
|
|
|
|||
|
Sorry for being vague.
Nevermind about the 'area'. On my unix box, I have the following directories: /home/intranet/images and /home/internet/images I want to compare the two and print out the difference w/ path. Something like this: #some cmd + /images/jan07/home.gif + /images/jan07/button.gif These two files exist in /intranet/images but not in /internet/images. Sorry if it's not clear. |
| Thread Tools | |
| Display Modes | |
|
|