nsbin/extrac_ip_from_zonefile
Nico Schottelius d3c6e29902 Initial commit
2006-07-20 09:54:37 +02:00

3 lines
48 B
Bash
Executable file

#!/bin/bash
egrep 'IN *A' | awk ' { print $5}'