10108 shaares
2774 liens privés
2774 liens privés
find /home/toto/ -type f -size +500000k -exec ls -lh {} \; | awk '{ print $9 ": " $5 }'
http://www.system-linux.eu/index.php?post/2010/06/02/Trouver-les-plus-gros-fichiers-de-votre-disque-dur
du -Sh | sort -n
http://www.tux-planet.fr/trouver-les-plus-gros-fichiers/