a*, g*, i*, osx[a*-i*]: add more information links (#6342)

This commit is contained in:
Kyle
2021-08-23 22:33:24 +03:00
committed by GitHub
parent ff74227350
commit 0590a21917
80 changed files with 80 additions and 0 deletions

View File

@@ -1,6 +1,7 @@
# airport
> 无线网络配置工具。
> 更多信息:<https://ss64.com/osx/airport.html>.
- 显示当前的无线状态信息:

View File

@@ -1,6 +1,7 @@
# apachectl
> 用于 macOS 的 Apache HTTP Server 控制接口(工具)。
> 更多信息:<https://www.unix.com/man-page/osx/8/apachectl/>.
- 启动 org.apache.httpd 服务:

View File

@@ -1,6 +1,7 @@
# archey
> 漂亮地显示简单系统信息工具。
> 更多信息:<https://github.com/joshfinnie/archey-osx>.
- 显示系统信息(彩色的):

View File

@@ -2,6 +2,7 @@
> 便携式 GNU 汇编程序。
> 主要用于汇编 `gcc` 的输出以供 `ld` 使用。
> 更多信息:<https://www.unix.com/man-page/osx/1/as/>.
- 汇编文件,将输出写入 a.out:

View File

@@ -2,6 +2,7 @@
> 将磁盘映像还原(复制)到卷上。
> 命令名称是 Apple Software Restore 的缩写。
> 更多信息:<https://www.unix.com/man-page/osx/8/asr/>.
- 将磁盘映像复制到目标卷:

View File

@@ -1,6 +1,7 @@
# base64
> 使用 Base64 来进行编码和解码。
> 更多信息:<https://www.unix.com/man-page/osx/1/base64/>.
- 编码目标文件:

View File

@@ -1,6 +1,7 @@
# caffeinate
> 防止 Mac 进入休眠模式。
> 更多信息:<https://ss64.com/osx/caffeinate.html>.
- 防止进入休眠模式 , 1 小时内3600 秒):

View File

@@ -1,6 +1,7 @@
# cal
> 打印日历信息。
> 更多信息:<https://ss64.com/osx/cal.html>.
- 打印本月日历:

View File

@@ -1,6 +1,7 @@
# carthage
> Cocoa 应用程序的依赖性管理工具。
> 更多信息:<https://github.com/Carthage/Carthage>.
- 下载 Cartfile 中提到的所有依赖项的最新版本,并编译它们:

View File

@@ -1,6 +1,7 @@
# chflags
> 更改文件或文件夹的标志。
> 更多信息:<https://ss64.com/osx/chflags.html>.
- 给文件设置 hidden隐藏标签

View File

@@ -1,6 +1,7 @@
# codesign
> 为 macOS 的应用程序签名。
> 更多信息:<https://www.unix.com/man-page/osx/1/codesign/>.
- 用证书签名:

View File

@@ -1,6 +1,7 @@
# compgen
> 用于在 bash 中自动完成的内置命令,按两次 tab 键即可调用该命令。
> 更多信息:<https://www.cyberciti.biz/open-source/command-line-hacks/compgen-linux-command/>.
- 显示所有可以执行的命令:

View File

@@ -1,6 +1,7 @@
# date
> 设置或显示系统日期。
> 更多信息:<https://ss64.com/osx/date.html>.
- 使用默认区域设置的格式显示当前日期 :

View File

@@ -1,6 +1,7 @@
# dd
> 转换并复制文件。
> 更多信息:<https://ss64.com/osx/dd.html>.
- 从 isohybrid 文件(如 archlinux-xxx.iso制作可用于引导系统启动的 USB 驱动器:

View File

@@ -1,6 +1,7 @@
# diskutil
> 用于管理本地磁盘和卷的实用程序。
> 更多信息:<https://ss64.com/osx/diskutil.html>.
- 列出所有当前可用的磁盘、分区和已装入的卷:

View File

@@ -1,6 +1,7 @@
# ditto
> 复制文件和目录。
> 更多信息:<https://ss64.com/osx/ditto.html>.
- 用源目录的内容覆盖目标目录的内容:

View File

@@ -1,6 +1,7 @@
# drutil
> 与 DVD 刻录机交互。
> 更多信息:<https://ss64.com/osx/drutil.html>.
- 从驱动器中弹出磁盘:

View File

@@ -1,6 +1,7 @@
# du
> 磁盘使用率:估计和汇总文件和目录空间使用率。
> 更多信息:<https://ss64.com/osx/du.html>.
- 以给定单位kb/mb/gb列出目录和所有子目录的大小

View File

@@ -1,6 +1,7 @@
# duti
> 在 macOS 上为文档类型和网页设置默认打开的应用程序。
> 更多信息:<https://github.com/moretension/duti>.
- 将 Safari 设置为 HTML 文档的默认打开程序:

View File

@@ -1,6 +1,7 @@
# eval
> 在当前 shell 中以单个命令的形式执行参数,并返回其结果。
> 更多信息:<https://ss64.com/osx/eval.html>.
- 使用 'foo' 做为参数调用 `echo`:

View File

@@ -1,6 +1,7 @@
# export
> 命令为当前 shell 中的子进程进行环境变量设置。
> 更多信息:<https://ss64.com/osx/export.html>.
- 设置为新的环境变量: