mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-31 09:33:31 +02:00
8 lines
172 B
Markdown
8 lines
172 B
Markdown
# builtin
|
|
|
|
> Execute shell builtins.
|
|
> More information: <https://www.gnu.org/software/bash/manual/bash.html#index-builtin>.
|
|
|
|
- Run a shell builtin:
|
|
|
|
`builtin {{command}}`
|