fish-shell/doc_src/command.txt

13 lines
424 B
Plaintext
Raw Normal View History

\section command command - run a program
\subsection command-synopsis Synopsis
<tt>command COMMANDNAME [OPTIONS...]</tt>
\subsection command-description Description
\c command forces the shell to execute the program \c COMMANDNAME and ignore any functions or builtins with the same name.
\subsection command-example Example
<tt>command ls</tt> causes fish to execute the \c ls program, even if an 'ls' function exists.