sign in
|
add example
|
see also:
examples
configs
questions
[
new example
]
copy
9
0
Find all files larger than 100M on the system
find / -size +100M -ls
Searches / to find all large files on the system and display info about them
find
large
files
6 months, 1 week ago
george
3 |
[
new config
]
[
ask question
]