aşağıdaki örnek komutta 100mb üstü dosyalar üzerine çalışma sağlanmıştır.
find / -type f -size +100M -exec ls -lh {} \; | awk '{ print $5 ": " $9 }' |sort -n
+100M parametresini tercihinize göre set edebilirsiniz
aşağıdaki örnek komutta 100mb üstü dosyalar üzerine çalışma sağlanmıştır.
find / -type f -size +100M -exec ls -lh {} \; | awk '{ print $5 ": " $9 }' |sort -n
+100M parametresini tercihinize göre set edebilirsiniz
0 Yorumlar.