Computer Tips - Linux: How to get all DNS records with the dig command?

Date: 2015oct19 OS: Linux Q. Linux: How to get all DNS records with the dig command? A.
dig example.com ANY
Or
dig -t ANY example.com
This should be the default, in my opinion