This commit is contained in:
pdiogoantunes 2017-04-07 15:54:39 +02:00
parent 5848e6aabd
commit 591e9f83a7

View file

@ -141,6 +141,7 @@ $ stat -c %U /tmp/* | sort | uniq -c | sort -n
~~~
Si «too arguments pour stat» (version bien plus lente) :
~~~
$ find /tmp -exec stat -c %U '{}' \; | sort | uniq -c | sort -n
~~~