What would the equivalent of 'gnome-open foo.pdf' be in unity? Thanks!
you can open any file with its default application with the command xdg-open
xdg-open
The program to open PDF file in gnome is evince. Just run this :
evince
evince foo.pdf