Le Wed, 22 Mar 2017 00:47:52 +0100,
Sébastien Dinot <sebastien.di...@free.fr> a écrit :

> sudo find / -xdev -printf '%h\n' | sort | uniq -c | sort -k1nr | head
> -n 3 11907 /home/seb/.josm/cache/wms/4/lambertcc9
>    8842 /home/seb/.josm/cache/wms/5/lambertcc9
>    4758 /home/seb/.josm/cache/wms/5/mercator
> 
> sudo find / -xdev -printf '%h\n' | sort | uniq -c | sort -k1nr | head
> -n 3 12970 /var/lib/dpkg/info
>    7521 /usr/share/man/man3
>    3571 /usr/share/man/man1

moi j'ai tendance à utiliser "df" et "du" pour ce genre d'exploration,
il y a une option --inodes

-- 
haricoph...@aranha.fr 

Reply via email to