gimbhu
2017-10-04 20:48
while true
do
read -p "Please input one numbers in[ ${numbers} ]:"execshell
if [[ ! ${execshell} =~ ^[0-9]+ ]];then
exit 0
fi
/bin/sh ./${ssharray[$execshell]}
done
正则表达式,表示包含
bash 中的正则表达式, [ [ ] ]中不能用双引号
Shell典型应用之系统信息及运行状态获取
22993 学习 · 24 问题
相似问题
回答 4
回答 2