github.com/lmorg/murex@v0.0.0-20240217211045-e081c89cd4ef/docs/variables/hostname.md (about)

     1  # `HOSTNAME` (str)
     2  
     3  > Hostname of the current machine
     4  
     5  ## Description
     6  
     7  `HOSTNAME` returns the hostname of the machine (host / server / virtual machine
     8  / et al) that Murex is running from.
     9  
    10  This is a reserved variable so it cannot be changed.
    11  
    12  
    13  
    14  ## Synonyms
    15  
    16  * `hostname`
    17  * `HOSTNAME`
    18  
    19  
    20  ## See Also
    21  
    22  * [Reserved Variables](../user-guide/reserved-vars.md):
    23    Special variables reserved by Murex
    24  * [`set`](../commands/set.md):
    25    Define a local variable and set it's value
    26  * [`str` (string)](../types/str.md):
    27    string (primitive)
    28  * [`string` (stringing)](../types/str.md):
    29    string (primitive)
    30  
    31  <hr/>
    32  
    33  This document was generated from [gen/variables/HOSTNAME_doc.yaml](https://github.com/lmorg/murex/blob/master/gen/variables/HOSTNAME_doc.yaml).