1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-22 09:42:07 +02:00
tldr/pages/common/enable.md
2024-10-03 04:40:58 +02:00

245 B

enable

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