view contrib/anocheck/test.sh @ 1221:bf8940e8e0db draft

epoch stole paste.ano from talamon
author epochqwert <epoch@hacking.allowed.org>
date Mon, 10 Sep 2018 06:17:26 +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