open local file in Ubuntu 17.10
なんか挙動が違う。17.04まではopenでもOKだったのに、17.10からopenじゃダメになった。
$ open test.html Couldn't get a file descriptor referring to the console
$ xdg-open test.html This tool has been deprecated, use 'gio open' instead. See 'gio help open' for more info.
$ gio open test.hml