Tom's Guide | Tom's Hardware | Tom's Games
![]() |
![]() |
![]() |
you can use find command and list the files with 0k.
find $path -type f -size 0k -exec ls -lh {} \;
if confirmed you can use the same command to delete these files.
find $path -type f -size 0k -exec rm -f '{}' \;

![]() |
![]() |
![]() |
| Login or Register to Reply | |
| Login | Register |
| Ads by Google |