Bugzilla – Bug 118826
[mini feature-request] please add "cd.." command to the bash aliases
Last modified: 2005-10-14 12:46:43 UTC
Many DOS & Experienced Windows users are used to issuing a command "cd.." intuitively. Please add this as an alias for bash. This won't corrupt any backward compatibility for all users, but will add convenience to some users. "cd.." command in DOS behaves like "cd .." in Linux.
In bash this would be done by alias cd..='cd ..' and with the tcsh similar alias cd.. 'cd ..'
So please add this alias to SUSE Linux 10.1.
done