Skip to content

Commit

Permalink
chore: wordcount shell file
Browse files Browse the repository at this point in the history
  • Loading branch information
qthequartermasterman committed Jan 20, 2024
1 parent bd06839 commit ce7a6f6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions wordcount.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Desc: Count the number of words in all markdown files in the docs directory
# Usage: ./wordcount.sh
# Outputs: The number of words in each file and the total number of words in all files
find docs -name \*.md -type f -exec wc -w {} +

0 comments on commit ce7a6f6

Please sign in to comment.