$port: 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 [[$serverip]], [[$server]] or [[$network]] to receive these information.
* [[$serverip]], [[$server]] or [[$network]] to receive these information.




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

Revision as of 09:19, 2 July 2007

Returns the port number of the server to which you're currently connected.

$port

Example

echo -a $port

Echos the port to your active window.

See Also