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をどのように使用できますか?