Hacker News new | ask | show | jobs
by disconnected 3038 days ago
It's been like that since the DOS days, IIRC.

You can simulate that behavior on bash with an alias such as this one:

  alias cd..="cd .."
2 comments

I believe that you also don't need the space when you specify a path:

    cd\foo\x
The cmd parser in Windows is the most bizarre piece of software in common use. I don't believe there is a single person that actually understands how it works completely.
I think that Rex Conn and I could give it a fair go. (-:
cool
My base bashrc has this and cd-, just to handle typos