Source From Here
Question
How can I list all files that are not empty (size > 0) using linux?
How-To
I'd use find -not -empty -ls , assuming GNU find. The alternative way is:
Question
How can I list all files that are not empty (size > 0) using linux?
How-To
I'd use find
沒有留言:
張貼留言