aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc_src/command.txt
blob: 19baccd46a85e2f47da1451d80e72dc24d499d99 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
\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.