The shell can read the 9th parameter, which is $9. Let's see those variables in action: #!/bin/bash echo $0 # Script name echo ...
確定! 回上一頁