From 4bf500c1a6703416c71abb5c44220198c02df3f2 Mon Sep 17 00:00:00 2001 From: Managor <42655600+Managor@users.noreply.github.com> Date: Thu, 3 Oct 2024 05:40:58 +0300 Subject: [PATCH] enable: add page (#13826) --- pages/common/enable.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 pages/common/enable.md diff --git a/pages/common/enable.md b/pages/common/enable.md new file mode 100644 index 0000000000..43ab81c836 --- /dev/null +++ b/pages/common/enable.md @@ -0,0 +1,12 @@ +# enable + +> Enable and disable shell builtins. +> More information: . + +- Print the list of builtins: + +`enable` + +- Disable a builtin (works in `bash` only): + +`enable -n {{command}}`