Re: Bash 4.2.39 now available for OpenVMS Alpha/I64

2012-12-16 Thread Chet Ramey
On 12/16/12 10:51 AM, John E. Malmberg wrote: > Bash 4.2.39 is now available for OpenVMS. Nice job; this looks like it was a lot of work. > Now that I have a working release, I would like to know if it is possible > to get the changes and code needed for building Bash on OpenVMS into the > GNU ba

Bash 4.2.39 now available for OpenVMS Alpha/I64

2012-12-16 Thread John E. Malmberg
Bash 4.2.39 is now available for OpenVMS. Pre-built PCSI kits are at: ftp://encompasserve.org/gnv/axp0830/ Alpha 8.3 kits ftp://encompasserve.org/gnv/axp0840/ Alpha 8.4 kits ftp://encompasserve.org/gnv/i640840/ Itanium 8.4 kits The kits include the source code and build procedures. Th

Re: shouldn't /+(??) capture 2 letter files only?

2012-12-16 Thread gregrwm
> @(foo) > !() > ..sounds like what you're looking for to me. ty! @ had escaped my notice, and seems indeed what i wanted, craft a selection of files eg /@(?|??|??.*|los*|ne*), and then move the inverse selection /!(?|??|??.*|los*|ne*). thanks again.