Re: Removing Files with a specified date.

From: John DuBois (spcecdt_at_armory.com)
Date: 04/28/05

  • Next message: Brian K. White: "Re: tr syntax"
    Date: Thu, 28 Apr 2005 00:40:08 -0000
    
    

    In article <426F7018.F014C6CD@free.com>, Andre georgel <agl@free.com> wrote:
    >John DuBois a écrit :
    >
    >> You could pick up this:
    >>
    >> ftp://ftp.armory.com/pub/scobins/rh
    >>
    >> Man page: ftp://ftp.armory.com/pub/scobins/help_pages/rh
    >>
    >> It's a recursive file locater, like find but in some ways much superior -
    >> it uses a C-like syntax and gives direct access to all of the file metadata.
    >> You would do something like:
    >>
    >> rh -e 'mtime >= [2004/12/12] && mtime < [2004/12/13]' dir-name | xargs rm --
    >>
    >I' ve attmpt a first test, it was very fast, cannot execue ....
    >My system test is in OSR 5.0.6 an the working test on 5.0.05.
    >
    >I think that your binay is for a newer OpenServer Version.

    It was built under 5.0.6. "Cannot execute"? Sounds like you didn't chmod it
    to be executable, or perhaps downloaded it in ascii mode.

            John

    -- 
    John DuBois  spcecdt@armory.com  KC6QKZ/AE  http://www.armory.com/~spcecdt/
    

  • Next message: Brian K. White: "Re: tr syntax"