Re: Modified Date Problem - How to change modified date of many files?



On 2007-06-25, ISOHaven wrote:
I have an Adaptec storage server that is Linux based. Some how two of my
macs have created thousands of files that contain a modified date of the
year 1903. This is in turn causing thousands of error messages with my
backup system.

Does anyone have any insight as to how I can reset all these files to have a
current modified date? If I have to change ALL the files in a specific root
folder then so be it. Whatever will get the job done.

man touch ## Note the -R option.

--
Chris F.A. Johnson, author | <http://cfaj.freeshell.org>
Shell Scripting Recipes: | My code in this post, if any,
A Problem-Solution Approach | is released under the
2005, Apress | GNU General Public Licence
.



Relevant Pages