On Thu, Feb 13, 2014 at 08:46:19 +0000,
  Frank Murphy <frankl...@gmail.com> 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@lists.fedoraproject.org
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

Reply via email to