File: command.txt

package info (click to toggle)
fish 1.23.0-5
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 6,416 kB
  • ctags: 2,503
  • sloc: ansic: 35,998; sh: 2,818; makefile: 566
file content (14 lines) | stat: -rw-r--r-- 416 bytes parent folder | download | duplicates (3)
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.