Shell Shell中判断字符串是否为数字的7种方法 方法一 A=123 echo "${A}" |[ -n "sed -n '/^[0-9][0-9]*$/p'" ] && echo ${A} is a numbers 方法二 A=12... 2023年1月31日1,377评论 阅读全文