Menu

#2656 INSTALL rm -f safety

closed-fixed
nobody
1
2009-07-27
2009-07-25
jidanni
No

In INSTALL
$ cd /var/local/squirrelmail/attach
$ rm -f *
Say
$ cd /var/local/squirrelmail/attach && m -f *
instead.

Discussion

  • jidanni

    jidanni - 2009-07-25
    • labels: --> Documentation
    • priority: 5 --> 1
     
  • jidanni

    jidanni - 2009-07-25

    in fact just say ... -type f -mtime +1 -exec rm {} \;

     
  • jidanni

    jidanni - 2009-07-25

    I mean find /var/local/squirrelmail/attach -type f -mtime +1 -exec rm {} \;

     
  • jidanni

    jidanni - 2009-07-25

    OK, I see it already....

     
  • jidanni

    jidanni - 2009-07-25
    • status: open --> open-works-for-me
     
  • Jonathan Angliss

    • status: open-works-for-me --> closed-fixed
     
  • Jonathan Angliss

    This bug has been resolved.

    Please pull the latest version from the appropriate development
    tree repository to fix your bug.

    Thank you for your help in resolving this issue.

     

Log in to post a comment.