Empty directories no content for >= 6mths

Ed Greshko ed.greshko at greshko.com
Thu Feb 13 14:00:10 UTC 2014


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


More information about the users mailing list