Tagged Questions
1
vote
1answer
56 views
Create a recursive diff directory. Copy reference and diff. Recreate original directory
I have several directories/web site resources, each has total size of several gigabytes. They are more than 90% the same. Sometimes only a few files are modified.
I need to download these files for ...
4
votes
1answer
373 views
How to use diff tool to take a diff between directories with libraries and source?
I would like to know if i can use the diff tool to take the difference between two folders which contain sources as well as libraries and executable.
Right now i gave
diff -Naur dir1/ dir2/
...
4
votes
1answer
2k views
Recursively compare directory contents by name, ignoring file extensions
I have a directory containing about 7,000 music files. I used lame to recursively re-encode all files in it to a separate directory, outputting all files with the same relative path and file name. ...