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}}`