os.exec(cmd string) ?Result
Execute a shell command. ?Result = Optional return, so need to handle possibility of error:
?Result
Example:
os.exec("ls -al") or { panic(err) }
There was an error while loading. Please reload this page.