views:

81

answers:

1

From cmd on windows, you can type "start filename" and an action will be taken based on the programs associated with the type of the file. EXEs will launch, JPEGs will have an associated file viewer opened, etc..

Is there a way to do this on Linux / Ubuntu?

+5  A: 

You want xdg-open.

Ignacio Vazquez-Abrams
and for oldest distrib with gnome - gnome-open
osgx