Commande Linux pour inspecter les enregistrements TXT d'un domaine

Is there a linux shell command that I can use to inspect the TXT records of a domain?

Dig will also do it quite nicely: dig -t txt example.com and if you add the +short option you get just the txt record in quote marks with no other cruft.