Skip to content

Find command

Count file under a directory

Terminal window
find dir-name -type f -name '*.md*' | wc -l

https://stackoverflow.com/a/9157162/1872200