mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-11 23:47:25 +00:00
dd90b4ece4
darcs-hash:20070118170034-ac50b-f10d79a1aed0e91d350db13187965bf2f5c45b7e.gz
14 lines
416 B
Text
14 lines
416 B
Text
\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.
|