Skip to content

Instantly share code, notes, and snippets.

@vadimkantorov
Created January 1, 2024 10:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vadimkantorov/e67e571443374d3e06948664a2eb74e6 to your computer and use it in GitHub Desktop.
Save vadimkantorov/e67e571443374d3e06948664a2eb74e6 to your computer and use it in GitHub Desktop.
Various grep tricks
# print only attribute values for class="notion-color-gray" and similar
grep -o \"notion-color-[^\"]*\" test.html
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment