Initial commit
This commit is contained in:
commit
d3c6e29902
202 changed files with 3909 additions and 0 deletions
3
dig2hosttable
Normal file
3
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