Hacker News new | ask | show | jobs
by wsc981 917 days ago
A nice thing about Apple’s Terminal is the open [0] command. I miss that in Windows Powershell and would likely miss it in Linux as well.

———

[0]: https://scriptingosx.com/2017/02/the-macos-open-command/

1 comments

Linux and windows also have this command. Under windows it is called start. Under Linux it is called open as well.
> Under Linux it is called open as well.

You mean xdg-open? I'm not aware of a commonly available "open" tool under Linux.

I eventually found out about xdg-open, but I'm glad that I didn't know about it from the start. I learned to open things the more "normal" way (eg `soffice document.doc`).