Skip to content

Latest commit

History

History
7 lines (4 loc) 路 211 Bytes

command.md

File metadata and controls

7 lines (4 loc) 路 211 Bytes

command

Command forces the shell to execute the program and ignore any functions, builtins and aliases with the same name.

  • Execute the ls program literally, even if an ls alias exists:

command {{ls}}