Skip to content

Instantly share code, notes, and snippets.

@xmonader
Last active June 13, 2023 11: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 xmonader/9b38f473a963814eef999664ed91c883 to your computer and use it in GitHub Desktop.
Save xmonader/9b38f473a963814eef999664ed91c883 to your computer and use it in GitHub Desktop.
twinIds.json
➜ /tmp cat horribleppl.json| grep twinID | uniq
"twinID": 57
"twinID": 89
"twinID": 281
"twinID": 255
"twinID": 57
"twinID": 255
"twinID": 83
"twinID": 47
"twinID": 1127
"twinID": 57
"twinID": 802
"twinID": 57
"twinID": 8
"twinID": 89
"twinID": 1127
"twinID": 79
"twinID": 58
"twinID": 282
"twinID": 6
"twinID": 47
"twinID": 57
"twinID": 3143
"twinID": 26
"twinID": 6
"twinID": 121
"twinID": 59
"twinID": 41
"twinID": 29
"twinID": 89
"twinID": 1127
"twinID": 26
➜ /tmp cat horribleppl.json| grep twinID | uniq | wc -l
31
➜ /tmp cat horribleppl.json| grep twinID | wc -l
36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment