On 12/2/19 9:56 PM, Greg Wooledge wrote:> You're mistaken. > > wooledg:~$ set -- a b c > wooledg:~$ for i do echo "$i"; done > a > b > cFoot in mouth. I was unfamiliar with this syntax that I guess only works when no 'in' is used.
Still, for the other cases, it would be nice to be able to omit 'do'. Peter