Header Shadow Image


Find files larger then

In most distributions including RH / SL (Scientific Linux) / CentOS / Fedora / Ubuntu / MintLinux the following commands can be used to achieve this purpose:

find . -type f -size +10000k
find /root/ -type f -size +10000k -exec ls -altri {} \;
find . -type f -size +10000k -exec ls -altri {} \;

Cheers,
TK

Leave a Reply

You must be logged in to post a comment.


     
  Copyright © 2003 - 2013 Tom Kacperski (microdevsys.com). All rights reserved.

Creative Commons License
This work is licensed under a Creative Commons Attribution 3.0 Unported License