To create a basic array in a bash script, we can use the declare -a command ... #!/bin/usr/env bash sport[0]=football sport[1]=cricket ...
確定! 回上一頁