From a61062952b5c1e7169e44be88a34e588b6e62ba2 Mon Sep 17 00:00:00 2001 From: Managor <42655600+Managor@users.noreply.github.com> Date: Wed, 2 Oct 2024 18:08:14 +0300 Subject: [PATCH] builtin: add page (#13827) --- pages/common/builtin.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 pages/common/builtin.md diff --git a/pages/common/builtin.md b/pages/common/builtin.md new file mode 100644 index 000000000..cf25f72c5 --- /dev/null +++ b/pages/common/builtin.md @@ -0,0 +1,8 @@ +# builtin + +> Execute shell builtins. +> More information: . + +- Run a shell builtin: + +`builtin {{command}}`