In powershell, you use cd dir to go into the directory dir.
But if dir is a shortcut to a directory, cd dir and cd dir.lnk both give an error, saying that the directory doesn't exist.
So how do I follow that shortcut?
(In Linux cd dir just works. In Windows, I've got no idea)