linux - Unix bash shell script - Iterating an array in a FOR LOOP ...
經安全檢測,此網站為安全網站,請放心前往原始網址!
linux - Unix bash shell script - Iterating an array in a FOR LOOP ...
This line testArray=(A,B,C,D,E). creates an array with a single element, namely
the string 'A,B,C,D,E'. Array elements are separated by whitespace, not ...