\section command command - run a program

\subsection command-synopsis Synopsis
\fish{syn}
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.
