这是一种欺骗方式,它使用-eq作为其他目的,但它检查一个整数,如果它没有找到一个int,它返回一个错误,你可以折腾到/ dev / null,值为false.
原文链接:https://www.f2er.com/bash/386362.htmlread input if [ $input -eq $input 2>/dev/null ] then echo "$input is an integer" else echo "$input is not an integer" fi