Apr 20, 2005 #1 Michael42 Programmer Joined Oct 8, 2001 Messages 1,454 Location 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 Joined Nov 8, 2002 Messages 53,708 Location 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 Joined Feb 5, 2004 Messages 1,231 Location 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 Joined Mar 22, 2001 Messages 143 Location 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 Joined Feb 5, 2004 Messages 1,231 Location EU You could try installing MinGW Columb Healy Upvote 0 Downvote