1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-30 18:33:39 +02:00
tldr/pages/common/builtin.md

9 lines
172 B
Markdown
Raw Normal View History

2024-10-02 18:08:14 +03:00
# builtin
> Execute shell builtins.
> More information: <https://www.gnu.org/software/bash/manual/bash.html#index-builtin>.
2024-10-02 18:08:14 +03:00
- Run a shell builtin:
`builtin {{command}}`