On 02/13/14 16:46, Frank Murphy 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

Not sure what your question is....

Isn't

find ~/ -mtime 180 -type d -empty

equivalent to

find $HOME/ -mtime 180 -type d -empty  ??

I don't see any files below a user's $HOME belonging to any packages....  So, I 
don't really understand the objective.


-- 
Getting tired of non-Fedora discussions and self-serving posts
-- 
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