I want to delete folders and its files that created before than 7 days by command line , Thanks and regards
feedback
|
migrated from stackoverflow.com Dec 11 '11 at 11:46
This question came from our site for professional and enthusiast programmers.
|
*NIX If you are using *nix and have find available this should do the trick;
The flag From the manpage for
WINDOWS I never work on windows though I got curious to see what command to be the equivalent to the above in a MS-DOS environment, and I found Batch file to delete files older than N days here on stackoverflow. The relevant command (copy+pasted from the previously linked thread):
| |||||||||||
feedback
|
