2.4. variable ... chapter2.2.sh Usage chapter2.2.sh echo "Usage: $0 string file"; ... #!/bin/bash array=(one two three four [5]=five) echo "Array size: ...
確定! 回上一頁