Skip to content

Instantly share code, notes, and snippets.

@rnorth
Created October 9, 2017 18:39
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 rnorth/bf12f6a99c30c465fc05828051d00e30 to your computer and use it in GitHub Desktop.
Save rnorth/bf12f6a99c30c465fc05828051d00e30 to your computer and use it in GitHub Desktop.
cat cp.txt | grep /Users | while read line 115ms
tr ":" "\n"
end | sort | uniq | sed 's/.jar/-sources.jar/g' | while read jar
unzip -p $jar
end | wc -l
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment