Forrest logo
back to context overview

command

List of commands for command:

  • command:tldr:105ad command: Display the path to the executable or the alias definition of a specific command.
    $ command -v ${command_name}
    try on your machine
    explain this command
  • command:tldr:45d7e command: Execute the `ls` program literally, even if an `ls` alias exists.
    $ command ${ls}
    try on your machine
    explain this command
back to context overview