System Grab Bag

View all TLDR pages from Linux (or from all pages)

ahost

DNS lookup utility to display the A or AAAA record linked with a hostname or IP address. More information: https://manned.org/ahost.
  • Print an A or AAAA record associated with a hostname or IP address:
    ahost {{example.com}}
  • Display some extra debugging output:
    ahost -d {{example.com}}
  • Display the record with a specified type:
    ahost -t {{a|aaaa|u}} {{example.com}}

License and Disclaimer

The content on this page is copyright © 2014—present the tldr-pages team and contributors.
This page is used with permission under Creative Commons Attribution 4.0 International License.

While we do attempt to make sure content is accurate, there isn't a warranty of any kind.