【shell】Linux shell 之 判斷用戶輸入的變量是否爲數字

本文內容:判斷用戶輸入的參數是否爲數字 在shell中如何進行計算? 方式一 [[email protected] scripts]# echo $((1+2)) 3 方式二 [[email protected] scripts]# expr 2 + 3 5 [[email protected] scripts]# 注意:使用方式二的時候,要求必須要有間隔。如果使用的是乘法,號必須進行轉義寫爲
相關文章
相關標籤/搜索