Linux - Find and delete file size with 0, Remove zero file size from a directory
Find and delete file size with 0
To find every file with a size of 0 and execute the remove command on the found files.# find . -size 0 -exec rm {} \;
The topic on Linux - Find and delete file size with 0 is posted by - Math
Hope you have enjoyed, Linux - Find and delete file size with 0Thanks for your time