User Tools

Site Tools


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 11:28 by peter

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki