Bug 118826

Summary: [mini feature-request] please add "cd.." command to the bash aliases
Product: [openSUSE] SUSE Linux 10.1 Reporter: Alexey Eremenko <al4321>
Component: BasesystemAssignee: Dr. Werner Fink <werner>
Status: RESOLVED FIXED QA Contact: E-mail List <qa-bugs>
Severity: Enhancement    
Priority: P5 - None CC: ro
Version: unspecified   
Target Milestone: ---   
Hardware: All   
OS: All   
Whiteboard:
Found By: Third Party Developer/Partner Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---

Description Alexey Eremenko 2005-09-26 16:02:38 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.
Comment 1 Dr. Werner Fink 2005-09-28 09:17:55 UTC
In bash this would be done by

     alias cd..='cd ..'
and with the tcsh similar

     alias cd.. 'cd ..'
Comment 2 Alexey Eremenko 2005-09-28 16:47:25 UTC
So please add this alias to SUSE Linux 10.1.
Comment 3 Dr. Werner Fink 2005-10-14 12:46:43 UTC
done