Y
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
lokedhs
3038 days ago
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.
link
JdeBP
3035 days ago
I think that Rex Conn and I could give it a fair go. (-:
link
mathieulegrand
3035 days ago
cool
link
vollmond
3038 days ago
My base bashrc has this and cd-, just to handle typos
link