Skip to content

Instantly share code, notes, and snippets.

@mbohun
Last active August 29, 2015 14:04
Show Gist options
  • Save mbohun/b8b805e4d0a8a9407e9b to your computer and use it in GitHub Desktop.
Save mbohun/b8b805e4d0a8a9407e9b to your computer and use it in GitHub Desktop.
playing with jsonpipe
mbohun@firewolf:~/src/ala-misc.git/code.google-issues-2-github-issues/data> jsonpipe < ala-issues-all-2014-07-17.csv.json | grep /[0-9]*/Owner |sed -e "s/^.*Owner//"| sort|uniq
""
"adam.collins832"
"chris.flemming.ala"
"chris.godwin.ala"
"CoolDad67"
"david.baird.ala"
"drdavematthews"
"[email protected]"
"[email protected]"
"leebelbin"
"linda.riq"
"[email protected]"
"[email protected]"
"moyesyside"
"nickdos"
"Sathish.Sathyamoorthy"
"[email protected]"
"snomelf"
"waterandbirds"
mbohun@firewolf:~/src/ala-misc.git/code.google-issues-2-github-issues/data> jsonpipe < ala-issues-all-2014-07-17.csv.json | grep /[0-9]*/Owner |sed -e "s/^.*Owner//"| sort|uniq|sed -e "s/\"//g"
adam.collins832
chris.flemming.ala
chris.godwin.ala
CoolDad67
david.baird.ala
drdavematthews
[email protected]
[email protected]
leebelbin
linda.riq
[email protected]
[email protected]
moyesyside
nickdos
Sathish.Sathyamoorthy
[email protected]
snomelf
waterandbirds
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment