find

January 25th, 2014 by usage | Filed under Linux/Unix

How to find files larger than 25MB in linux

find / -type f -size +25000k -exec ls -lh {} \; | awk ‘{ print $9 “: ” $5 }’

Credit:
http://www.cyberciti.biz/faq/find-large-files-linux/
http://www.cyberciti.biz/faq/how-do-i-find-the-largest-filesdirectories-on-a-linuxunixbsd-filesystem/

 

tag_icon

You can follow any responses to this entry through the RSS 2.0 feed. You can skip to the end and leave a response. Pinging is currently not allowed.

Leave a comment.

To leave a comment, please fill in the fields below.