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 is

Why bashrc is not working open after you edit your .bashrc Remember the area, or load it in .bashrc ?


Comments

Popular posts from this blog

python - Overriding the save method in Django ModelForm -

html - CSS autoheight, but fit content to height of div -

qt - How to prevent QAudioInput from automatically boosting the master volume to 100%? -