more cleanups

Signed-off-by: Nico Schottelius <nico@ikn.schottelius.org>
This commit is contained in:
Nico Schottelius 2009-12-29 18:25:27 +01:00
commit 844c1b8170
21 changed files with 4 additions and 122 deletions

3
old/dig2hosttable Normal file
View file

@ -0,0 +1,3 @@
#cat $1 | awk '/IN.*A/ { print $1 }' | sed 's/\.$//'
cat $1 | awk '/IN.*A/ { print $1 }' | sed 's/\.$//' | sort | uniq