bin/bash # example of using arguments to a script echo "My first name is $1" ... as name.sh, set execute permission on that file by typing chmod a+x name.sh ...
確定! 回上一頁