.TH "builtin" 1 "8 Feb 2007" "Version 1.22.3" "fish" \" -*- nroff -*- .ad l .nh .SH NAME builtin - run a builtin command .PP .SS "Synopsis" \fCbuiltin BUILTINNAME [OPTIONS...]\fP .SS "Description" .IP "\(bu" 2 \fC-n\fP or \fC--names\fP List the names of all defined builtins .PP .PP Prefixing a command with the word 'builtin' forces fish to ignore any functions with the same name. .SS "Example" \fCbuiltin jobs\fP .PP causes fish to execute the jobs builtin, even if a function named jobs exists.