Hacker News new | ask | show | jobs
by vram22 3315 days ago
start http://example.com/

works in Windows.

xdg-open [1] is for Linux.

https://linux.die.net/man/1/xdg-open

1 comments

Oh wow! Thanks. For macs you can use

  open http://example.com/
Good to know, thanks :)