Encontre arquivos vazios Linux
find . -type f -size 0b
#OR
find . -type f -empty
KeWols
find . -type f -size 0b
#OR
find . -type f -empty