builtin(1) fish builtin(1)
NAME
builtin - run a builtin command
Synopsis
builtin BUILTINNAME [OPTIONS...]
Description
o -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.
Example
builtin jobs
causes fish to execute the jobs builtin, even if a function named jobs
exists.
Version 1.23.1 8 Mar 2009 builtin(1)
fish 1.23.1 - Generated Sun Mar 8 13:51:19 CDT 2009