Test if a nameserver change is done right

# imagine you just updated your whois data so it will point your domain to an other nameserver and you want to know if that worked out
# this little command lets you know on *nix based machines
for i in a b c d e f g h i j k l; do dig +short ns domainname.com @$i.GTLD-SERVERS.NET; done