$serverip: Difference between revisions

From Scriptwiki
Jump to navigation Jump to search
Doomie (talk | contribs)
No edit summary
 
mNo edit summary
Line 7: Line 7:


== See Also ==  
== See Also ==  
Take a look at [[$network]], [[$port]] or [[$server]] to receive these information.
* [[$network]], [[$port]] or [[$server]] to receive these information.




[[Category:Other Identifiers]]
[[Category:Other Identifiers]]

Revision as of 09:19, 2 July 2007

Returns server IP address.

$serverip

Example

echo -a $serverip

Echos the serverip to your active window.

See Also