Skip to content

Instantly share code, notes, and snippets.

@lordnynex
Forked from bitops/find_it.sh
Created November 1, 2016 18:28
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 lordnynex/379d7b894c042d52ca2643b128725fc9 to your computer and use it in GitHub Desktop.
Save lordnynex/379d7b894c042d52ca2643b128725fc9 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