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