$ cf find large files older than 30 days > find . -size +100M -mtime +30 -type f find / -size +100M -type f find . -mtime +30 -type f -delete [arrows: navigate] [enter: select] [q: cancel]
If so, I would improve the tool by deleting it from my system. This looks way too risky for my taste.
In general, if I don’t know what each of these three options do, how would I choose between them?
If so, I would improve the tool by deleting it from my system. This looks way too risky for my taste.
In general, if I don’t know what each of these three options do, how would I choose between them?