Re: globstar question

2017-04-28 Thread Chet Ramey
On 4/28/17 8:09 PM, L A Walsh wrote: > > I wanted to search for a file that had 'Tokyo' in the basename, > in all directories below a given point. I had been doing it 'find', > but thought globstar should work. > W/globstar set, I looked for: > > ls **Tokyo* > (nothing) > ls ***Tokyo* > (nothing

globstar question

2017-04-28 Thread L A Walsh
I wanted to search for a file that had 'Tokyo' in the basename, in all directories below a given point. I had been doing it 'find', but thought globstar should work. W/globstar set, I looked for: ls **Tokyo* (nothing) ls ***Tokyo* (nothing) ls **Tokyo**Tokyo* (nothing) ls **/*Tokyo* (found mult

Re: command builtin should disable different behavior for special built-ins

2017-04-28 Thread Chet Ramey
On 4/28/17 6:55 AM, Siteshwar Vashisht wrote: > Bash Version: 4.4 > Patch Level: 12 > Release Status: release > > Description: > In POSIX mode, command builtin should disable different behavior for special > built-ins. > > According to description for special builtin-ins[1] in POSIX, a special