LucasLarson/dotfiles

regression: `find -size 0` doesn’t find all empty directories

LucasLarson opened this issue · 0 comments

find . -type d -size 0 \

Even empty directories keep a size (64 b in my testing), and I suspect that is what prevented find from seeing it.