RosettaCodeData/Task/Hostname/ALGOL-68/hostname.alg

4 lines
132 B
Plaintext

STRING hostname;
get(read OF execve child pipe("/bin/hostname","hostname",""), hostname);
print(("hostname: ", hostname, new line))