Just ignore this… I use this blog as my long term memory sometimes.
find . -name \*.doc -type f -exec mv {} /some/other/place \;
find . -mtime +45 -type f -exec rm {} \;
Just ignore this… I use this blog as my long term memory sometimes.
find . -name \*.doc -type f -exec mv {} /some/other/place \;
find . -mtime +45 -type f -exec rm {} \;
Leave a Reply
You must be logged in to post a comment.