On Tue, Dec 29, 2009 at 7:09 PM, Saravanan S <[email protected]> wrote:

>         How to find the difference between two directories, need a summary
> of all the added, updated, deleted files/directories.
> Like diff is for files, what is for directories?

That seems a little tricky. I am not aware of any commands for this
though. If i were to do this, i might do an

find dir -ls > file-timestamp.txt

to extract the dir details and the compare it with a later date
values. Does anyone know of a better way?

- Kiran
_______________________________________________
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc

Reply via email to