2005-09-20 23:31:55 +10:00
|
|
|
\section command command - run a program
|
|
|
|
|
|
|
|
|
|
\subsection command-synopsis Synopsis
|
2014-08-01 13:25:41 +01:00
|
|
|
\fish{synopsis}
|
2014-08-01 03:37:32 +01:00
|
|
|
command COMMANDNAME [OPTIONS...]
|
|
|
|
|
\endfish
|
2005-09-20 23:31:55 +10:00
|
|
|
|
|
|
|
|
\subsection command-description Description
|
|
|
|
|
|
2014-08-01 03:37:32 +01:00
|
|
|
`command` forces the shell to execute the program `COMMANDNAME` and ignore any functions or builtins with the same name.
|
2005-09-20 23:31:55 +10:00
|
|
|
|
Help cleanup
Large list of changes, including formatting and typos for most commands.
More substantive changes have been made to alias, bind, block, break,
builtin, case, cd, commandline, count, else, emit, fish_config, funced,
function, functions, history, math, mimedb, nextd, not, popd, prevd,
pushd, pwd, random, read, set, set_color, switch, test, trap, type,
ulimit, umask, and while.
2013-05-12 15:56:01 +08:00
|
|
|
\subsection command-example Example
|
2005-09-20 23:31:55 +10:00
|
|
|
|
2014-08-01 03:37:32 +01:00
|
|
|
`command ls` causes fish to execute the `ls` program, even if an 'ls' function exists.
|