Howto Find Files Larger Than 10MB

April 6, 2010

Recently, I was trying to track down large files on a Linux server.  Here’s an easy way to find files larger than a given size in the current directory.

find -size +10M

It doesn’t get much easier than that.

Stay in Touch!

Subscribe to our newsletter.

Solutions Architecture

browse through our blog articles

Blog Archive