16719 shaares
The main goal of DockSTARTer is to make it quick and easy to get up and running with Docker.

So true. Via https://links.nekoblog.org/?33cP0Q
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