clufindhostname(8) - Linux man page

Name

clufindhostname - Find a hostname or IP address given the other.

Synopsis

clufindhostname [-i <ip_address>] [-n <hostname>]

Description

The clufindhostname command is a wrapper around gethostbyname(3) and gethostbyaddr(3).

Options

-i <ip_address>
Call gethostbyaddr(3) on specified IP address.
-n <hostname>
Call gethostbyname(3) on specified hostname.

See Also

host(1), gethostbyname(3), gethostbyaddr(3)