Skip to content

Instantly share code, notes, and snippets.

@murphyslaw
Created May 20, 2024 11:26
Show Gist options
  • Save murphyslaw/8ed2064cb8fd59380a36e91bbba56a5e to your computer and use it in GitHub Desktop.
Save murphyslaw/8ed2064cb8fd59380a36e91bbba56a5e to your computer and use it in GitHub Desktop.
Sorted list of unique shell variables used in a file
grep -o '${[^}]*}' FILE | sort | uniq
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment