Find files larger than 5MB
sudo -i cd /var/www find . -type f -mtime -3 -size +5M -exec ls -lh {} \; | awk '{ print $9 ": " $5 }'
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article