Results 1 to 4 of 4
nocaseglob on
I have set it with shopt -s nocaseglob
And for example "ls /ROOT" does not work still
Any idea why nocaseglob does not work or does not help?
...
- 03-29-2007 #1Just Joined!
- Join Date
- Sep 2006
- Posts
- 7
BASH nocaseglob does not work
nocaseglob on
I have set it with shopt -s nocaseglob
And for example "ls /ROOT" does not work still
Any idea why nocaseglob does not work or does not help?
Thanks guys
- 03-29-2007 #2
- 03-30-2007 #3Just Joined!
- Join Date
- Sep 2006
- Posts
- 7
Thank you for that.
This is still not what I'm looking for though
I guess I need a way to enable 100% case-insensitivity within BASH.
So if I use a bash script to determine if /ROOT exists it will still find it and if I type /ls ROOT it will still find /root
Is there a way to do this?
Thanks!
- 03-30-2007 #4
Not that I know of, why would you want to do this anyways?


Reply With Quote