How to disable a shopt option in Bash?

Viewed 3392

How to disable a shopt option, for example extglob?

I have this in my .bashrc file:

shopt -s extglob
1 Answers
Related