下面 script.sh 使用 $1 、 $2 、 $3 依序接收傳入的參數並放入變數 arg1 、 arg2 、 arg3 。 script.sh. #!/bin/bash arg1=$1 arg2=$2 arg3=$3 echo ...
確定! 回上一頁