view contrib/anocheck/test.sh @ 1214:7fa47f376c41 draft

seeing if this change to the whoisd will make it show IP6 registrations based on username
author epochqwert <epoch@hacking.allowed.org>
date Sun, 22 Jul 2018 09:12:56 +0000
parents 98707534e274
children
line wrap: on
line source

#!/bin/sh
mkdir -p /var/cache/anocheck
/usr/local/libexec/bgp-paths.sh 4141 AN_out | tr ' ' '\n' | sort | uniq > /var/cache/anocheck/ASN.$(date +%s)
ls -rt /var/cache/anocheck/ASN.* | tail -r | tail -n+3 | xargs rm
ls -rt /var/cache/anocheck/ASN.* | tail -n2 | xargs diff
#this is nifty for hand-checks
#ls -rt /var/cache/anocheck/ASN.* | tail -n2 | xargs diff -s