Re: docs incorrectly mention pattern matching works like pathname expansion

2018-03-15 Thread Stormy
it, external to bash though).. anyways, thanks for all the help.. On Thursday, March 15, 2018, 9:44:38 PM GMT+2, Chet Ramey wrote: On 3/15/18 3:26 PM, Stormy wrote: > like I said, I've already implemented, roughly 40 lines in bash, and it > seems to work, but if th

Re: docs incorrectly mention pattern matching works like pathname expansion

2018-03-15 Thread Stormy
shell, i.e. "ls", would NOT match that long path.  by path name expansion, man page is hinting it behaves like "ls", but clearly it does not. in summary, it seems bash has no internal fnmatch(3) implementation. On Thursday, March 15, 2018, 5:26:32 PM GMT+2, Chet Ramey