find

search for files in a directory hierarchy

Find all files larger than 100M on the system

Searches / to find all large files on the system and display info about them
copy
9
0
Find all files larger than 100M on the systemfind / -size +100M -lsSearches / to find all large files on the system and display info about them

6 months, 1 week ago george 3 |