Created
August 1, 2017 19:25
-
-
Save joshsh/2b635493171857df18419ddd1cc8ddb4 to your computer and use it in GitHub Desktop.
find SmSn files with problematic verbatim blocks
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
for file in `find . -name "*.smsn"`; do echo $file" "$(grep -c "\`\`\`" $file); done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment