Installation
sudo yum install bind-utils -ysudo apt-get install dnsutils -yConfiguration
adjust command defaults with ~/.digrc file
$ dig google.com +short
216.58.220.110
$ vim ~/.digrc
$ cat ~/.digrc
+short
$ dig google.com
216.58.220.110Commands
refer to dig - commands