if [ -z $(echo $1 | sed -e 's/[0-9]//g') ]; then

来源:学生作业学帮网 编辑:学帮网 时间:2024/06/04 01:57:14

if [ -z $(echo $1 | sed -e 's/[0-9]//g') ]; then

什么问题呢?