Joined January 2012
·

Tuomas Starck

Finland
·

Posted to A quicker Mkdir over 1 year ago

I use this:

mkcd () { mkdir -pv "$@" && cd "$1" }

Supports creating a bunch of directories (and then change to first of them).

Achievements
1 Karma
0 Total ProTip Views