bin/bash # example of using arguments to a script echo "My first name is $1" ... exit 1 fi echo "$0 counts the lines of code" l=0 n=0 s=0 for f in $* do ...
確定! 回上一頁