Newer
Older
minerva / Base / usr / share / man / man1 / which.md
@minerva minerva on 13 Jul 330 bytes Initial commit
## Name

which - show the full path of commands

## Synopsis

```**sh**
$ which [options] executable
```

## Description

`which` provides the full path location of where an executable is installed.

## Options

-   `--help`: Display help message and exit
-   `--version`: Print version

## Examples

```sh
$ which ls
/bin/ls
```