ladybird/Base/usr/share/man/man1/open.md

23 lines
342 B
Markdown
Raw Normal View History

2020-04-19 12:08:38 +03:00
## Name
open - open file or URL
## Synopsis
```**sh
$ open <file-or-url...>
```
## Description
Open the given file(s), or the given URL(s), in the standard viewer for that
kind of file. For non-file URLs, open the URL in the Browser.
## Examples
```sh
$ open http://serenityos.org http://example.org
$ open /proc
$ open /etc/fstab
```