> For the complete documentation index, see [llms.txt](https://trillo.gitbook.io/trillo-workbench-java-sdk/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://trillo.gitbook.io/trillo-workbench-java-sdk/commandapi.md).

# CommandApi

## runOSCmd

Run OS command

```
CommandApi.runOSCmd(List<String> argList)
or
CommandApi.runOSCmd(String command)
```

#### Parameters

```
argList
command
```

#### Returns

```
Result
```
