fish-shell/sphinx_doc_src/cmds/builtin.rst

30 lines
463 B
ReStructuredText
Raw Normal View History

builtin - run a builtin command
==========================================
Synopsis
--------
builtin BUILTINNAME [OPTIONS...]
Description
------------
`builtin` forces the shell to use a builtin command, rather than a function or program.
The following parameters are available:
- `-n` or `--names` List the names of all defined builtins
Example
------------
2018-12-19 11:14:04 +08:00
::
builtin jobs
# executes the jobs builtin, even if a function named jobs exists