nsbin/extrac_ip_from_zonefile

4 lines
48 B
Plaintext
Raw Permalink Normal View History

2006-07-20 07:54:37 +00:00
#!/bin/bash
egrep 'IN *A' | awk ' { print $5}'