bash:files:delete_empty_files
BASH - Files - Delete empty files
find /path/to/dir -type f -size 0 -print|xargs rm
NOTE: The subdirectories of /path/to/dir are also scanned.
bash/files/delete_empty_files.txt · Last modified: 2022/06/13 10:28 by peter