Skip to content

Instantly share code, notes, and snippets.

@piotrpolak
Created July 11, 2019 19:47
Show Gist options
  • Save piotrpolak/e61def0e9106ac0bf8108da6da80b08f to your computer and use it in GitHub Desktop.
Save piotrpolak/e61def0e9106ac0bf8108da6da80b08f to your computer and use it in GitHub Desktop.
find . -type f -name "*.kt" -print0 | xargs -0 grep -l "uuid"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment