fish-shell/doc_src/command.txt
2014-08-01 13:25:41 +01:00

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.