linux - Unix bash shell script - Iterating an array in a FOR LOOP ...

linux - Unix bash shell script - Iterating an array in a FOR LOOP ...

瀏覽:1278
日期:2025-10-03
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 ......看更多