[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: fixing date stamp on files



Paul Slootman (paul@wau.mis.ah.nl) wrote:

> Try something like
> 
>     find / -mtime -0 -o -mtime +11000 | xargs touch
> 
> -mtime -0 will catch all files modified in the future,
> -mtime +11000 will catch all files modified more than 30 years ago.
> Touch will then modify the timestamp to "now".

Thanks Paul, and everyone else who replyed on and off list. I did the above and everything seems to be back
to normal.


Thanks again,

Ron
-- 
=========================
= Ronald Burnett Farrer =
=========================
------------------------------------
- "mailto:rbf@magnesium.net";       -
- "http://www.magnesium.net/~rbf/"; -
------------------------------------
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
! If you let Windows dominate, expect the worst: !
! "WORLD.SYS is corrupt, reboot UNIVERSE Y/n"    !
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
???????????????????????????????????????????????????????
? "How could this [Y2K Bug] be a problem in a country ?
? where we have Intel and Microsoft?" -- Al Gore      ?
???????????????????????????????????????????????????????


Reply to: