2

What's the command that, given a document name, will open it with the right application (i.e. an equivalent to windows start / mac os x open)

Matt Gregory
  • 221
  • 1
  • 3
  • 11

2 Answers2

9

Try xdg-open file this should open the file with the correct program, that is defined via mimetypes

wa4557
  • 900
0

I think you mean Document Viewer. The command name is evince. Optionally with filename as argument. More at manpage.