PHP
·
发表于 5年以前
·
阅读量:8289
#!/bin/bash
# handing lots of parameters
total=$[ ${10} * ${11} ]
echo The tenth parameter is ${10}
echo The eleventh parameter is ${11}
echo The total is $total