Skip to content

Instantly share code, notes, and snippets.

@joshsh
Created August 1, 2017 19:25
Show Gist options
  • Save joshsh/2b635493171857df18419ddd1cc8ddb4 to your computer and use it in GitHub Desktop.
Save joshsh/2b635493171857df18419ddd1cc8ddb4 to your computer and use it in GitHub Desktop.
find SmSn files with problematic verbatim blocks
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