You can use this command to search for files larger than 20MB on your linux box , change the number to meet your needs
find / -type f -size +20000k -exec ls -lh {} \; | awk ‘{ print $9 “: ” $5 }’
You can use this command to search for files larger than 20MB on your linux box , change the number to meet your needs
find / -type f -size +20000k -exec ls -lh {} \; | awk ‘{ print $9 “: ” $5 }’
Designed using Responsive Brix. Powered by WordPress.