```sh
var = cat [file]+
```
The cat command will print out the requested file/s.<br>
In addition it will also return the value to the output variable.
Multiple file paths.
The file content or none if the file does not exist.
```sh
cat ./docs/sdk.md
```