You are on page 1of 1

find .

-type f -size +50000k -exec ls -lh {} \; | awk '{ print $9 ": " $5 }' ps aux
| sort -rk 3,3 | head -n 6

You might also like