advanced code snippet search
CharlyBr on 03/25/08
Bash find
03/25/08 10:59am
2 people have marked this snippet as a favorite
AzizLightsmvnet
find . -mtime +5 -type f -exec rm {} \;
Report this snippet Tweet
Comment:
You need to login to post a comment.