Shell Builtin Command 「true」
type true
執行
$ type true
顯示
true is a shell builtin
執行
$ type -a true
顯示
true is a shell builtin
true is /bin/true
help true
執行
$ help true
顯示
true: true
Return a successful result.
Exit Status:
Always succeeds.
Exit Status
執行
$ true
沒有任何顯示,直接換下一個提示字元
再執行
$ echo $?
顯示
0