find (Linux Command)

ss64.com — Search a folder hierarchy for filename(s) that meet a desired criteria.If you need a quick way to find the largest files in a drive or directory you can use the find command with the -size parameter. For example, "find / -size +10000k" will search the root directory for files which are larger than 10MB. Jul 5, 2006 View in Crawl 4