[Shell] mkdir したディレクトリに cd して入るコマンド
小ネタ。
[markdown]
“`bash
% mkdir foo && cd $_
“`
> * [mkdir & cd into it as single command | commandlinefu.com](http://www.commandlinefu.com/commands/view/9000/mkdir-cd-into-it-as-single-command)
> * [command line – Is there a shortcut to mkdir foo and immediately cd into it? – Super User](http://superuser.com/questions/152794/is-there-a-shortcut-to-mkdir-foo-and-immediately-cd-into-it/322315#322315)
[/markdown]