#!/bin/bash. 2. . 3. # Let's declare array with 3 elements. 4. array=( 'Hello Scientific' Programming ! ) 5. . 6. # get number of elements in the array. 7.
確定! 回上一頁