Bug 118826 - [mini feature-request] please add "cd.." command to the bash aliases
Summary: [mini feature-request] please add "cd.." command to the bash aliases
Status: RESOLVED FIXED
Alias: None
Product: SUSE Linux 10.1
Classification: openSUSE
Component: Basesystem (show other bugs)
Version: unspecified
Hardware: All All
: P5 - None : Enhancement (vote)
Target Milestone: ---
Assignee: Dr. Werner Fink
QA Contact: E-mail List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-09-26 16:02 UTC by Alexey Eremenko
Modified: 2005-10-14 12:46 UTC (History)
1 user (show)

See Also:
Found By: Third Party Developer/Partner
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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