Created
March 8, 2026 19:08
-
-
Save athalhammer/185e0fc86691a36d66a90a3b30fe1a5c to your computer and use it in GitHub Desktop.
danker stats diff
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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