command :
find / -xdev -type f -size +100M
ket : mencari file yg lebih besar dari 100 MB di root /
atau
find / -type f -size +20M -exec ls -lh {} \; | awk '{ print $NF ": " $5 }'
(Visited 3 times, 1 visits today)
command :
find / -xdev -type f -size +100M
ket : mencari file yg lebih besar dari 100 MB di root /
atau
find / -type f -size +20M -exec ls -lh {} \; | awk '{ print $NF ": " $5 }'