find (Linux Command)
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.
read more | digg story
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.
read more | digg story


0 Comments:
Post a Comment
<< Home