Skip to content

Instantly share code, notes, and snippets.

@QuietMisdreavus
Created September 13, 2017 02:04
Show Gist options
  • Save QuietMisdreavus/818895a93ad1bf5c3e0f921a38736f3a to your computer and use it in GitHub Desktop.
Save QuietMisdreavus/818895a93ad1bf5c3e0f921a38736f3a to your computer and use it in GitHub Desktop.
ack --rust --no-filename '//[/!]' | awk 'BEGIN {t = 1} /```/ {t = !t} t {$1 = ""; print $0}' | prose-wc -
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment