```sh
var = which executable
```
Returns the path to the executable if it exists.<br>
If not found it will return an empty string.
### Parameters
The executable to find.
### Return Value
The executable path or empty string if not found.
### Examples
```sh
path = which echo
```