
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 machineexplain this command
-
command:tldr:45d7e command: Execute the `ls` program literally, even if an `ls` alias exists.$ command ${ls}try on your machineexplain this command