In computing, a shell builtin is a command or a function, called from a shell, that is executed directly in the shell itself, instead of an external executable program which the shell would load and execute.Shell builtins work significantly faster than external programs, because there is no program loading overhead. However, their code is inherently present in the shell, and thus modifying or updating them requires modifications to the shell. Therefore, shell builtins are usually used for simple, almost trivial, functions, such as text output.
Because of the nature of some operating systems, some functions of the systems must necessarily be implemented as shell builtins. The most notable example is the cd command, which changes the working directory of the shell. Since each executable program runs in a separate process, and working directories are specific to each process, loading cd as an external program would not affect the working directory of the shell that loaded it.

View More On Wikipedia.org
  1. I

    1:1 Nintendo Game Boy Advance SP with Built-in 2000 Games & 2GB Memory - Red

    This recreational machines has more powerful function, clearer image. Supports videos, MP3, MP4, picture, any GBA format and GBA simulator games. With realtime save, realtime read, Goldfinger, soft reset functions. Multiple mode, multiple sound effects for music play. Convenient and easy to use...
Top