Possible Duplicate:
How to delete part of a path in an interactive shell?
Is there a short-cut in bash that lets you delete the last part of a path?
Example: /usr/local/bin should become /usr/local/ (or /usr/local)
I know of Ctrl+w but it deletes the complete last word and I'd like to retain that functionality, too.