浏览代码

Base: Document open(1)

Sergey Bugaev 5 年之前
父节点
当前提交
15daf88e93
共有 1 个文件被更改,包括 22 次插入0 次删除
  1. 22 0
      Base/usr/share/man/man1/open.md

+ 22 - 0
Base/usr/share/man/man1/open.md

@@ -0,0 +1,22 @@
+## 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
+```