On Thu, Feb 13, 2014 at 08:46:19 +0000, Frank Murphy <frankly3d@xxxxxxxxx> wrote:
Looking at: find ~/ -mtime 180 -type d -empty Some empty dirs are important, so how to filter out those that may be needed. Would -mtime, cover for those that have had no content for => 6mths
You coukd check which ones are owned by packages. rpm -qf will show the package that owns a file or directory. You probably don't want to delete those.
-- users mailing list users@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines Have a question? Ask away: http://ask.fedoraproject.org