builtin [OPTIONS] BUILTINNAME builtin --query BUILTINNAME ... builtin --names
builtin forces the shell to use a builtin command named BUILTIN, rather than a function or external program.
The following options are available:
Lists the names of all defined builtins.
Tests if any of the specified builtins exist. If any exist, it returns 0, 1 otherwise.
Displays help about using this command.
builtin jobs # executes the jobs builtin, even if a function named jobs exists
© 2005-2009 Axel Liljencrantz, 2009-2026 fish-shell contributors
Licensed under the GNU General Public License, version 2.
https://fishshell.com/docs/4.5/cmds/builtin.html