你能解释一下原因吗?
这个给了$?= 1
echo "uus" | grep -w -o [0123456789]\*
这一个给$?= 0
echo "-uus" | grep -w -o [0123456789]\*
linux bash
bash ×1
linux ×1