Skip to content

Instantly share code, notes, and snippets.

@Matir
Created November 5, 2017 20:52
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 Matir/72daf5acb90e1e92e5a69ab8a51c541b to your computer and use it in GitHub Desktop.
Save Matir/72daf5acb90e1e92e5a69ab8a51c541b to your computer and use it in GitHub Desktop.
Extracting the usernames of Chrome profiles using jq
jq '.profile.info_cache[]|.user_name' "${PROFILEDIR}/Local State"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment