fd -e md -x wc -l

Category: Web App Development

fd -e md -x wc -l

Count lines of every markdown file

Finds all md files and runs wc -l on each one, printing their line counts. The -e flag filters by extension and -x executes a command per result, appending the file path. fd is a fast, intuitive replacement for find.
Looking for more? Search all 7,657 commands — works offline, in English or Spanish, and fixes typos.