more cleanups
Signed-off-by: Nico Schottelius <nico@ikn.schottelius.org>
This commit is contained in:
parent
645a10e6fe
commit
844c1b8170
21 changed files with 4 additions and 122 deletions
3
old/dig2hosttable
Normal file
3
old/dig2hosttable
Normal 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
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue