摘要: #! /bin/bash checkInt() { arr=$1 for i in "${arr[@]}" ; do temp=`echo $i | sed 's/[0-9]//g' | sed 's/[ ]*//g'` if [ -n "$temp" ]; then echo "$i must b 阅读全文
posted @ 2023-09-22 17:54 trump2 阅读(66) 评论(0) 推荐(0)