В Bash 4 появились новые опции: checkjobs и autocd.
Однако я не нашел документацию для них на
man bash
Я запускаю безуспешно
{checkjobs,autocd}
Я обнаружил следующее в заметках о выпуске
There is a new `checkjobs` option that causes the shell to check for and
report any running or stopped jobs at exit
и
There is a new `autocd` option that, when enabled, causes bash to attempt
to `cd` to a directory name that is supplied as the first word of a
simple command.
Как использовать autocd и checkjobs?