shell
Execute the given string as a shell command, and return stdout concatenated with stderr.
shell("ls", ["-l", "/"])
Source Codepublic fun shell(command: String, args: List<String>): Result<String, String> { __BUILTIN_IMPLEMENTATION }
public fun shell(command: String, args: List<String>): Result<String, String> { __BUILTIN_IMPLEMENTATION }