bash4 - Unable to enable globstar in Bash 4 -
I put the following to my failed .bashrc
shopt -s globstar I
ls ** / *. C and trying to check the order in action by comparing it
ls * / * / *. C How can you enable globstar in bash 4?
Hmm shopt -s globstar should work.
To debug, make sure you are running Bash 4:
$ SHELL --version then < Code> globstar :
shopt globstar If it is not unset, try installing it manually: See if it works if this happens, then you can see that your Why bashrc is is not working open after you edit your .bashrc Remember the area, or load it in .bashrc ?
Comments
Post a Comment