aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc_src/command.txt
blob: 885cca5f32159b566ee84f724b6c83244ffaab1d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
\section command command - run a program

\subsection command-synopsis Synopsis
<tt>command COMMANDNAME [OPTIONS...]</tt>

\subsection command-description Description
prefixing a command with the word 'command' forces fish to ignore any functions or builtins with the same name.

\subsection command-example Example


<tt>command ls</tt>

causes fish to execute the ls program, even if there exists a 'ls' function.