System Grab Bag

View all TLDR pages from common (or from all pages)

command

Command forces the shell to execute the program and ignore any functions, builtins and aliases with the same name. More information: https://manned.org/command.
  • Execute the ls program literally, even if an ls alias exists:
    command {{ls}}
  • Display the path to the executable or the alias definition of a specific command:
    command -v {{command_name}}

License and Disclaimer

The content on this page is copyright © 2014—present the tldr-pages team and contributors.
This page is used with permission under Creative Commons Attribution 4.0 International License.

While we do attempt to make sure content is accurate, there isn't a warranty of any kind.