[categories] [index] [all (552)] [latest]
no error
$ echo hello $ echo $? 0
error
$ asdfg $ echo $? -bash: 127: command not found