Forrest logo
back to context overview

which

List of commands for which:

  • which:tldr:1c3e3 which: If there are multiple executables which match, display all.
    $ which -a ${executable}
    try on your machine
    explain this command
  • which:tldr:1e376 which: Search the PATH environment variable and display the location of any matching executables.
    $ which ${executable}
    try on your machine
    explain this command
back to context overview