Daily Shaarli
December 24, 2018
find . -maxdepth 1 -mindepth 1 -type d -exec sh -c 'echo "{} : $(find "{}" -type f | wc -l)" file\(s\)' \;
Et du coup le total :
find . -type f -print | wc -l
find . -maxdepth 1 -mindepth 1 -type d -exec sh -c 'echo "{} : $(find "{}" -type f | wc -l)" file\(s\)' \;
Et du coup le total :
find . -type f -print | wc -l