Forrest logo
back to context overview

type

List of commands for type:

  • type:tldr:12747 type: Display the name of the disk file that would be executed.
    $ type -p ${command}
    try on your machine
    explain this command
  • type:tldr:18322 type: Display the type of a command.
    $ type ${command}
    try on your machine
    explain this command
  • type:tldr:b527e type: Display all locations containing the specified executable.
    $ type -a ${command}
    try on your machine
    explain this command
back to context overview