mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-13 21:44:16 +00:00
14 lines
430 B
Text
14 lines
430 B
Text
\section command command - run a program
|
|
|
|
\subsection command-synopsis Synopsis
|
|
\fish{synopsis}
|
|
command COMMANDNAME [OPTIONS...]
|
|
\endfish
|
|
|
|
\subsection command-description Description
|
|
|
|
`command` forces the shell to execute the program `COMMANDNAME` and ignore any functions or builtins with the same name.
|
|
|
|
\subsection command-example Example
|
|
|
|
`command ls` causes fish to execute the `ls` program, even if an 'ls' function exists.
|