Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save athalhammer/185e0fc86691a36d66a90a3b30fe1a5c to your computer and use it in GitHub Desktop.

Select an option

Save athalhammer/185e0fc86691a36d66a90a3b30fe1a5c to your computer and use it in GitHub Desktop.
danker stats diff
for i in $(join -j 2 <(cat 2026-03-06.allwiki.links.stats.txt | grep links | sed "s/-[0-9]\{8\}//" | sort -k2,2 | tail -n+2) <(cat 2026-02-06.allwiki.links.stats.txt | grep links | sed "s/-[0-9]\{8\}//" | sort -k2,2 | tail -n+2)); do echo $i;echo $i | cut -d' ' -f2,3 | sed 's/ /-/' | bc -l; done | grep "-" -B1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment