On Wed, Jan 04, 2012 at 01:16:27AM +0800, jida...@jidanni.org wrote: > So I propose we 'wreck the language' to allow me to do > $ read @ > to set $@, same with 1, 2,.. * (almost the same as @).
Why not just use a named array? $ read -a myarray
On Wed, Jan 04, 2012 at 01:16:27AM +0800, jida...@jidanni.org wrote: > So I propose we 'wreck the language' to allow me to do > $ read @ > to set $@, same with 1, 2,.. * (almost the same as @).
Why not just use a named array? $ read -a myarray