徐小玉的博客。
发布时间:2016-07-08 14:58:25
echo "Enter a number."read numberif expr "$number" + 0 > /dev/null 2>&1 then # 如果+0 有返回值,说明输入的是数字,否则不是。: else echo "You did not enter an integer value." 1782 exit 1fi......【阅读全文】
发布时间:2016-07-08 13:52:01
String, Integer, and File TestingTest OperatorTest ForString Teststring1 = string2String1 is equal to String2 (space surrounding = required).........【阅读全文】
发布时间:2016-07-07 15:18:30
1:判断缺少参数:name=${1:?"requires an argument" }echo Hello $name......【阅读全文】
发布时间:2016-07-05 11:54:06
http://www.thegeekstuff.com/2010/12/5-ways-to-execute-linux-command/......【阅读全文】