Apr 20, 2005 #1 Michael42 Programmer Oct 8, 2001 1,454 US Hello, Using a Bourne shell script or commands how can I delete all files older that 30 days in a particular directory (/mydir)? Thanks, Michael42
Hello, Using a Bourne shell script or commands how can I delete all files older that 30 days in a particular directory (/mydir)? Thanks, Michael42
Apr 20, 2005 #2 PHV MIS Nov 8, 2002 53,708 FR man find man xargs Hope This Helps, PH. Want to get great answers to your Tek-Tips questions? Have a look at FAQ219-2884 or FAQ222-2244 Upvote 0 Downvote
man find man xargs Hope This Helps, PH. Want to get great answers to your Tek-Tips questions? Have a look at FAQ219-2884 or FAQ222-2244
Apr 21, 2005 #3 columb IS-IT--Management Feb 5, 2004 1,231 EU If you search the FAQs (faq80-5793) you'll find an answer. Columb Healy Upvote 0 Downvote
Apr 28, 2005 #4 Diogo Technical User Mar 22, 2001 143 PT Hello. I have this implemented in unix, and i would like to do that in nt. I am trying to do that with the gnu tools, but the find command does not exist (or i do not have them). Is there other way? Thanks any way... DR Upvote 0 Downvote
Hello. I have this implemented in unix, and i would like to do that in nt. I am trying to do that with the gnu tools, but the find command does not exist (or i do not have them). Is there other way? Thanks any way... DR
Apr 28, 2005 #5 columb IS-IT--Management Feb 5, 2004 1,231 EU You could try installing MinGW Columb Healy Upvote 0 Downvote