Tagged Questions
0
votes
1answer
63 views
How to move one directory back when path contains symlink
I want to move one directory back in Thunar when I get into by symbolic link. I know that in terminal I can use cd -P but I want to obtain this behavior in Thunar.
1
vote
2answers
217 views
show the target of current directory(symbolic link)
I'm in directory ~/a which is a symbolic link to ~/b/c. My prompt looks like:
~/a$
But I hope to cd to ~/b/c.
~/a$ cd .
~/a$
It doesn't work. What's the right way?