In a command line environment, you may want to open a file in the current directory with the platform's default app. I tried to find out how to do it on each platform.
Linux
$ xdg-open filename
>start file name
cygwin
$cygstart filename
Recommended Posts