Howto Find Files Larger Than 10MB

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.

Leave a comment

Name: (Required)

eMail: (Required)

Website:

Comment: