On Sun, May 26, 2019 at 12:24:43PM -0700, Steven Penny wrote: > The Bash shell makes it possible to create arrays: > > https://gnu.org/software/bash/manual/html_node/Arrays > > Dash shell currently does not have this feature. A workaround is to use ARGV: > > $ set aaa bbb ccc > $ echo "$2" > bbb Hi Steven. Yes, dash does not support arrays currently. It's not clear what the purpose of your email is though. Are you requesting for this feature to be implemented? Are you seeking to understand why it's not implemented in dash?