Commande Ubuntu pour énumérer les plus grands fichiers
du -a /dir/ | sort -n -r | head -n 20 # where /dir/ is the directory name
Different Dotterel
du -a /dir/ | sort -n -r | head -n 20 # where /dir/ is the directory name