Answers for "how to delete huge files in linux"

1

delete all files smaller than a certain size linux

find . -name "*.tif" -type 'f' -size -160k -delete
Posted by: Guest on October-27-2020

Code answers related to "how to delete huge files in linux"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language