blob: 369586de71624d1903e26bee6d567f185b90e84c (
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 aliases 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' alias.
|