User Tools

Site Tools


ubuntu:file:delete_empty_files

This is an old revision of the document!


Ubuntu - 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.

ubuntu/file/delete_empty_files.1594805433.txt.gz ยท Last modified: 2020/07/15 09:30 by 127.0.0.1

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki