On Thu, May 06, 2010 at 05:39:08PM +0200, Jan Friedel wrote: > hope, I didn't write to the wrong alias. On the most recent > OpenSolaris build I run, say, the following set of commands in > my ksh93 script: > > typeset f2cptr="arg1 [arg]2 [arg]3 [arg]4" > print $(for i in ${f2cptr}; do print "${i/*[a-zA-Z\]]}"; done) > > The output is: arg1 2 3 4 > ,while the expected output is: 1 2 3 4
I see the same on 93t+ 2010-03-05 but not on 93t+ 2009-10-12. (Note, you should set -o noglob before trying the above test.) Nico -- _______________________________________________ ksh93-integration-discuss mailing list ksh93-integration-discuss@opensolaris.org http://mail.opensolaris.org/mailman/listinfo/ksh93-integration-discuss