Tag Archives: shell array

Shell Arrays

Shell arrays can hold multiple values,Bash shell only support one-dimensional values(can not support multi-dimensional) .We don’t need to define array size during initialization (similar to PHP).The subscripts of array elements start from 0 which is similar to most programming languages. We … Continue reading

Posted in Internet Technology | Tagged , | Comments Off on Shell Arrays