perm filename HOST[3,2]6 blob sn#799830 filedate 1985-08-17 generic text, type T, neo UTF8
The HOST command is used to look up information in the host table about a
particular host name or host number.  This information includes the official
name of the host if the name is a nickname, all host numbers known for that
host, whether the host is a user or a server, the host machine and the host
operating system.

To use HOST, type HOST followed the host name (or any abbreviation) you want to
look for, or the host number, and return.  The program will print all hosts (and
nicknames) which match the input specification.  A null specification will type
out the entire host table, but only if you are logged in.  For example:

	.HOST MIT-MC		(describe MIT-MC)
	.HOST CMU		(describe all CMU sites)
	.HOST 36.36.0.194	(describe Internet host 36.36.0.194)
	.HOST 44#302		(describe SU Ethernet host 44#302)
	.HOST			(print out the host table)

Note that even non-unique abbreviations are accepted.  For example "SU" will
print out ALL of the Stanford University hosts.  This is different from TELNET,
etc., which only accept abbreviations which are unique to a single host.