Skip to content

Instantly share code, notes, and snippets.

@AndrewAnnex
Created April 22, 2020 13:16
Show Gist options
  • Save AndrewAnnex/bf867ff1300481080183c551446b8dc0 to your computer and use it in GitHub Desktop.
Save AndrewAnnex/bf867ff1300481080183c551446b8dc0 to your computer and use it in GitHub Desktop.
find unique SPICE errors using the silver searcher and bash
ag -o '(SPICE\([A-Z]+\))' --nonumbers --nofilename --nogroup --nobreak | sort | uniq
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment