file:delete_empty_files
This is an old revision of the document!
File - Delete empty files
find /path/to/dir -type f -size 0 -print|xargs rm
NOTE: The subdirectories of /path/to/dir are also scanned.
file/delete_empty_files.1476783807.txt.gz ยท Last modified: 2020/07/15 09:30 (external edit)