127 Return code from $?

后端 未结 8 2160
被撕碎了的回忆
被撕碎了的回忆 2020-11-22 10:23

What is the meaning of return value 127 from $? in UNIX.

8条回答
  •  余生分开走
    2020-11-22 11:15

    127 - command not found

    example: $caat The error message will

    bash:

    caat: command not found

    now you check using echo $?

提交回复
热议问题