on windows exist command:
JavaScript
x
start myfile.mp3
start myfile.txt
on mac:
JavaScript
open myfile.mp3
open myfile.txt
Are there analogue command under Ubuntu?
Advertisement
Answer
xdg-open
if you have a freedesktop.org-compatible environment.