Skip to content

Instantly share code, notes, and snippets.

@aq
Created January 18, 2019 17:13
Show Gist options
  • Save aq/1a3a0cca922678f309dd453e386712e5 to your computer and use it in GitHub Desktop.
Save aq/1a3a0cca922678f309dd453e386712e5 to your computer and use it in GitHub Desktop.
aws s3 ls --summarize --recursive s3://ooni-data/autoclaved/jsonl.tar.lz4/2018 | \
awk '{print $3}' | \
paste -sd+ - | \
sed 's/\++/+/g' | \
bc
=> 4413049840600
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment