Shell Builtin Command 「:」

type :

執行

$ type :

顯示

: is a shell builtin

help :

執行

$ help :

顯示

:: :
    Null command.

    No effect; the command does nothing.

    Exit Status:
    Always succeeds.

Exit Status

執行

$ :

沒有任何顯示,直接換下一個提示字元

再執行

$ echo $?

顯示

0