Quickies

[categories] [index] [all (527)] [latest]

Bash
  1. no error

    $ echo hello
    $ echo $?
    0
    

    error

    $ asdfg
    $ echo $?
    -bash: 127: command not found