Hacker News new | past | comments | ask | show | jobs | submit login

I hava a mkcd alias to create a directory and changing into it.



I have one called `enter`.

    enter () 
    { 
        mkdir -p "$1";
        cd "$1"
    }




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: