nsbin/extrac_ip_from_zonefile

4 lines
48 B
Bash
Executable File

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