We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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) }