xdg-open
Have a look at this general-purpose utility: https://linux.die.net/man/1/xdg-open
This will open a relative location in your file manager.
$ xdg-open .
This will open a pdf file in a pdf reader.
$ xdg-open foo.pdf
You can even provide web URLs
$ xdg-open www.google.com