How to remove all files with zero bytes ----------------------------------------- 1.go into the relevant directory 2. type find . -type f-size 0 | xargs rm The pipe symbol is the broken bar on the 7 key