Indexed Arrays in Bash. Unlike hashes indexed arrays require no declaration. Just assign values. # Assigning a fixed list arr=("string 1", "string 2", ...
確定! 回上一頁