$host: Difference between revisions

From Scriptwiki
Jump to navigation Jump to search
m removed space before * localinfo
m added category
Line 6: Line 6:
  [[echo]] -ag My local hostname is $host
  [[echo]] -ag My local hostname is $host


== Also see ==
== See Also ==
* [[localinfo]]
* [[localinfo]]
[[Category:Nick and Address Identifiers]]

Revision as of 10:14, 2 July 2007

Returns your current set hostname.

$host

This can be edited with the localinfo command.

Example

echo -ag My local hostname is $host

See Also