sign in
|
add example
|
see also:
xargs
,
stat
,
strftime
,
ctime
find
search for files in a directory hierarchy
[
package
|
man 1
|
usage
|
info
|
wiki
|
homepage
]
example
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 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 |
Comment
Login to post: