Create a sample script to see how a special variable works. In this script, we are going to use $0, $1-$9, $$, $#. #!/bin/bash # sample.sh echo ...
確定! 回上一頁