Skip to content

Instantly share code, notes, and snippets.

@bitops
Last active June 11, 2020 21:11
Show Gist options
  • Star 5 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save bitops/188a1809121246101e54 to your computer and use it in GitHub Desktop.
Save bitops/188a1809121246101e54 to your computer and use it in GitHub Desktop.
GUID regex
#!/bin/bash
grep -r -E '[a-z0-9]{8}-[a-z0-9]{4}-[a-z0-9]{4}-[a-z0-9]{4}-[a-z0-9]{12}' *
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment