Using the following:
find "/oracle/tle/xlate/d" -mtime +15 -exec rm -f "{}" \;
I can delete files which are older than 15 days (or is it older than 14?).
However, how can I also delete folders/subfolders ?
Thanks
There's no need for sarcastic replies, we've not all been this sad for that long!
find "/oracle/tle/xlate/d" -mtime +15 -exec rm -f "{}" \;
I can delete files which are older than 15 days (or is it older than 14?).
However, how can I also delete folders/subfolders ?
Thanks
There's no need for sarcastic replies, we've not all been this sad for that long!