Skip to content

Instantly share code, notes, and snippets.

@honwhy
Created August 14, 2014 14:51
Show Gist options
  • Save honwhy/70f7efa8b5c6537f9fa1 to your computer and use it in GitHub Desktop.
Save honwhy/70f7efa8b5c6537f9fa1 to your computer and use it in GitHub Desktop.
批量删除文件大小为0的文件
honwhy@eos:images$ find . -size 0
./18342-106vq6i
./16601-1bgsvrc
./16601-v389qr
./16601-1lsd6ei
./21398-haoave
./18342-zwtoqd
./18342-1404c4x
./20513-1b0wtmo
./18342-14g3r6i
./16601-1an6095
./21398-gh4d37
./20513-w6yzsi
./20513-1qakq55
./20513-239yun
./21398-a4jo3s
honwhy@eos:images$ find . -size 0 | xargs rm -f
honwhy@eos:images$ find . -size 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment