9 ms·One more from me: mkcd() { mkdir -p -- "$1" && cd -- "$1" }by aib 11mo agoOne more from me: mkcd() { mkdir -p -- "$1" && cd -- "$1" }