Created
November 5, 2017 20:52
-
-
Save Matir/72daf5acb90e1e92e5a69ab8a51c541b to your computer and use it in GitHub Desktop.
Extracting the usernames of Chrome profiles using jq
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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