On Thu, 13 Feb 2014 07:16:37 -0600
Bruno Wolff III <br...@wolff.to> wrote:

> 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.

So I could run this every 6 month .
find ~/ -mtime 180 -type d -empty > empty.list \
&& rpm -qf $(cat empty.list)

Thanks Bruno

___
Regards
Frank 
frankly3d.com
-- 
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