net.thevpc.nuts.toolbox.nsh.cmd.command.ntf Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of nsh Show documentation
Show all versions of nsh Show documentation
Nuts bash shell companion
Run command with args suppressing the normal shell function lookup
##) SYNOPSIS:
```sh command args...```
Run command with args suppressing the normal shell function lookup. Only builtin commands or commands found in the PATH are executed
##) EXAMPLES:
```sh command ls```
runs nsh builtin ls command