Skip to content

Instantly share code, notes, and snippets.

@jkonrath
Created July 22, 2021 19:16
Show Gist options
  • Save jkonrath/cb73b5507dac42c4ea81e4d28958aad4 to your computer and use it in GitHub Desktop.
Save jkonrath/cb73b5507dac42c4ea81e4d28958aad4 to your computer and use it in GitHub Desktop.
Count the number of comments in a Scrivener document from the command line
grep -r "Comment ID" my-book-file.scriv/Files/Data | wc -l
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment