I have a symlink
~/link -> ~/a/really/long/path
When I do
cd ~/link
cd ..    
it takes me to
~
but I want to go to
~/a/really/long
Is there a way to do this?
I am using bash.
I have a symlink
~/link -> ~/a/really/long/path
When I do
cd ~/link
cd ..    
it takes me to
~
but I want to go to
~/a/really/long
Is there a way to do this?
I am using bash.