to delete the files
find . -type f -size 0b -delete
Use the Find command to find files by size and print file names to standard output.
find . -type f -size 0b -print
Discover more from Soa Technology | Aditya Website Development Designing Company
Subscribe to get the latest posts sent to your email.