Hacker News new | ask | show | jobs
by 0xACE 4696 days ago
function mkcd () { mkdir -p "$1" && cd "$1" }
1 comments

as I wrote: this is a simplified example ...