4 lines
132 B
Text
4 lines
132 B
Text
|
|
STRING hostname;
|
||
|
|
get(read OF execve child pipe("/bin/hostname","hostname",""), hostname);
|
||
|
|
print(("hostname: ", hostname, new line))
|