Artificial intelligent assistant

Is there any initiative to transition all shell globs into standard regex? I see many imagination between shell globs (wildcards) syntax and standard regex. Is there (or was there) any initiative to transition all shell globs into standard regex? By that I mean, using regex **as** shell globs; or some updated version of regex that might have came out or is planned to come out.

Of course, you could create an alternate shell and call it `/bin/myshell` but you wouldn't replace `/bin/sh` with it because any shell that uses regex instead of globs would:

1. Not be POSIX compliant
2. Break every existing script
3. Be a pain to deal with (`vi \.profile` perhaps, to escape the `.`?)



So, no; `/bin/sh` will not be replaced with a shell that uses regex's instead of globs.

xcX3v84RxoQ-4GxG32940ukFUIEgYdPy fd818f35f8a4052f9c8d90cfc463243c