Cmd Generator

which

Show the full path of commands.

which

Examples

# Locate a command
which bash

# Locate multiple
which python3 node

# Show all matches
which -a ls

Sponsors