suve

awful: function: sysinfo-domainname

Declaration

string :sysinfo-domainname

Summary

:!: Available only on Linux.

Returns the domain name of the machine the interpreter is running on.

Example

# Can be placed at the bottom of a CGI script.
:writeln s'<!--- Generated in ' (:fileticks) s'ms by'
:writeln (:sysinfo-hostname) s'.' (:sysinfo-domainname) s'. -->'

wikipage modified on 2014/0601/2317