@nexssp/os
Version:
13 lines (9 loc) • 292 B
Markdown
# Where
Returns path or paths where the program is located. --dry to see command
```sh
nexssp-os where php # displays location of the php (only the first one found)
nexssp-os where php -all # displays all locations
# In the Nexss Programmer
nexss os where php
nexss os where php --all
```