ID photo of Ciro Santilli taken in 2013 right eyeCiro Santilli OurBigBook logoOurBigBook.com  Sponsor 中国独裁统治 China Dictatorship 新疆改造中心、六四事件、法轮功、郝海东、709大抓捕、2015巴拿马文件 邓家贵、低端人口、西藏骚乱
cia-2010-covert-communication-websites/bigb-to-json-merge
#!/usr/bin/env bash
script_dir=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
jq -s \
  'add|unique_by(.host)|sort_by(if has("ip") then .ip|split(".")|map(tonumber) else null end, .host)' \
  "$script_dir/../../media/cia-2010-covert-communication-websites/hits.json" \
  <( "$script_dir/bigb-to-json" cia-2010-covert-communication-websites.bigb  ) |
  sed 's/^  //'