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

\subsection builtin-synopsis Synopsis
 <tt>builtin BUILTINNAME [OPTIONS...]</tt>

\subsection builtin-description Description

- <tt>-n</tt> or <tt>--names</tt> List the names of all defined builtins

Prefixing a command with the word 'builtin' forces fish to ignore any functions with the same name.

\subsection builtin-example Example

<tt>builtin jobs</tt>

causes fish to execute the jobs builtin, even if a function named jobs exists.