Postări

Se afișează postări din noiembrie, 2017

Find all files larger than ...

find / -type f -size +800M -exec ls -lh {} \; | awk '{ print $NF ": " $5 }' Find all files larger than 800M