pwd
gives the absolute path to the current directory. Is there a way to give the absolute path of a directory relative to the current directory? (It's admittedly an almost non-problem.)
Normal pwd:
[/x/y/z]$ pwd
/x/y/z
Relative could be like:
[/x/y/z]$ pwd ../a/b
/x/y/a/b