Linux Forums - Linux Help,Advice & support community:LinuxSolved.com

Linux Software => Linux Application => Topic started by: vwvr9 on January 24, 2007, 05:36:52 PM

Title: Generating diff doc for directories
Post by: vwvr9 on January 24, 2007, 05:36:52 PM
I have a samba server that has files added to it often. I need to have a diff doc created on the top directory everyday to show the latest  files added.

Is there a tool to do this?
Title: Generating diff doc for directories
Post by: Ricky on January 24, 2007, 06:06:01 PM
I don't think so , you can simply right a small script reading all available files and then  you can make output to a text file using cron job.