enable Command Examples
Enable and disable shell builtins. More information: https://www.gnu.org/software/bash/manual/bash.html#index-enable.
- Print the list of builtins:
enable
- Disable a builtin (works in
bash
only):
enable -n {{command}}
Enable and disable shell builtins. More information: https://www.gnu.org/software/bash/manual/bash.html#index-enable.
enable
bash
only):enable -n {{command}}