which
for system
Finds a program file, alias or custom command.
Signature
> which {flags} ...rest
Flags
--all, -a
: list all executables
Parameters
...rest
: Application(s).
Input/output types:
input | output |
---|---|
nothing | table |
Examples
Find if the 'myapp' application is available
> which myapp