builtin - Run a shell built-in utility

Synopsis

builtin [ utility [ argument ... ] ]

Description

The builtin utility runs the shell built-in utility with the specified arguments. You can use builtin to run a built-in utility from a shell function of the same name.

Operands

The utility is the name of a shell built-in utility. You can use command, type, or whence to determine the type of a utility

Exit status

  • The exit status of the utility
  • 1 if utility is not a built-in utility