Shell: find big files
find
{
path
}
-type
f
-exec
du
{
}
\;
|
sort
-gr
|
head
—
return to gimbo wiki
home page