Linux: Find large files using find command Posted on August 4, 2009 by christian To searach for files larger than 100mb (approx.): find / -type f -size +100000k Tweet This Post