Newer
Older
minerva / Base / usr / share / man / man1 / open.md
@minerva minerva on 13 Jul 344 bytes Initial commit
## 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 https://serenityos.org https://example.org
$ open /proc
$ open /etc/fstab
```