Hacker News new | ask | show | jobs
by teddyh 1889 days ago
Why the eval? This works fine for me:

  mkcd(){ mkdir --parents -- "$@" && cd -- "$@"; }