RosettaCodeData/Task/Get-system-command-output/Phixmonti/get-system-command-output.phixmonti
2023-07-01 13:44:08 -04:00

5 lines
117 B
Text

"hostname.txt" var hname
"hostname > " hname chain cmd
hname "r" fopen
dup fgets print fclose
"del " hname chain cmd