[categories] [index] [all (531)] [latest]
$ for f in *; do mv "$f" "$f.json"; done
no error
$ echo hello $ echo $? 0
error
$ asdfg $ echo $? -bash: 127: command not found
$ echo -ne 'x41'