LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Ubuntu is creating files that are modified in future (https://www.linuxquestions.org/questions/linux-newbie-8/ubuntu-is-creating-files-that-are-modified-in-future-774667/)

ExWizzard 12-11-2009 03:38 PM

I did have a problem that the foo file was resetting to some early date but i just put that to cron aswell and its working now as i see it , no glitches yet.

*/2 * * * * touch -t 209712312359.59 /tmp/foo
*/3 * * * * find /path -newer /tmp/foo -exec touch {} \;

If you think it would work better in a script i could to that as well.

Off to another issue

http://www.linuxquestions.org/questi...3/#post3788211


All times are GMT -5. The time now is 11:33 PM.