Pages

How to find a large file in linux


Reference
http://www.linuxnix.com/2011/02/find-large-files-linux.html

#find /Telecom/ -type f -size +123234k -exec ls -lh {} \;