\section builtin builtin - run a builtin command \subsection builtin-synopsis Synopsis builtin BUILTINNAME [OPTIONS...] \subsection builtin-description Description - -n or --names 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 builtin jobs causes fish to execute the jobs builtin, even if a function named jobs exists.