Sync more information links with all translations (#8256)

This commit is contained in:
marchersimon
2022-07-29 08:13:36 +02:00
committed by GitHub
parent 4b3b3002de
commit 1f610a952e
206 changed files with 206 additions and 59 deletions

View File

@@ -1,6 +1,7 @@
# brightness
> 获取或设置所有显示设备的亮度等级。
> 更多信息:<https://github.com/nriley/brightness>.
- 显示当前亮度:

View File

@@ -1,6 +1,7 @@
# dmesg
> 将内核消息写入标准输出。
> 更多信息:<https://www.manpagez.com/man/8/dmesg/>.
- 显示内核消息:

View File

@@ -1,7 +1,7 @@
# lldb
> LLVM 低级调试器。
> 更多信息:<https://lldb.llvm.org>.
> 更多信息:<https://lldb.llvm.org/man/lldb.html>.
- 调试可执行文件:

View File

@@ -1,6 +1,7 @@
# networksetup
> 网络系统首选项配置工具。
> 更多信息:<https://support.apple.com/guide/remote-desktop/about-networksetup-apdd0c5a2d5/mac>.
- 列出可用的网络服务源以太网、Wi-Fi、蓝牙等

View File

@@ -1,6 +1,7 @@
# open
> 打开文件、目录和应用程序。
> 更多信息:<https://ss64.com/osx/open.html>.
- 使用系统关联的应用程序打开文件:

View File

@@ -1,6 +1,7 @@
# opensnoop
> 跟踪系统中打开的文件标识符。
> 更多信息:<https://ss64.com/osx/opensnoop.html>.
- 输出当前系统内被打开的所有文件:

View File

@@ -1,6 +1,7 @@
# pbcopy
> 将标准输出放入剪贴板(命令行里的 cmd + C
> 更多信息:<https://ss64.com/osx/pbcopy.html>.
- 将文件的内容放入剪贴板:

View File

@@ -1,6 +1,7 @@
# pbpaste
> 将剪贴板的内容发送到标准输出(命令行)。
> 更多信息:<https://ss64.com/osx/pbpaste.html>.
- 将剪贴板的内容写入文件:

View File

@@ -1,6 +1,7 @@
# ping
> 向网络主机发送 ICMP 回显请求数据包。
> 更多信息:<https://ss64.com/osx/ping.html>.
- Ping 指定的主机:

View File

@@ -1,6 +1,7 @@
# pod
> Swift 和 Objective-C Cocoa 项目的依赖关系管理。
> 更多信息:<https://guides.cocoapods.org/terminal/commands.html>.
- 为当前项目初始化包含默认内容的 podfile

View File

@@ -1,6 +1,7 @@
# port
> macOS 包管理器软件(类似 brew
> 更多信息:<https://www.macports.org>.
- 搜索包:

View File

@@ -1,6 +1,7 @@
# qlmanage
> QuickLook 服务器工具。
> 更多信息:<https://ss64.com/osx/qlmanage.html>.
- 快速显示一个或多个文件:

View File

@@ -1,6 +1,7 @@
# reboot
> 重启系统。
> 更多信息:<https://ss64.com/osx/reboot.html>.
- 立刻重启:

View File

@@ -2,6 +2,7 @@
> 手动操作路由表。
> 需要 root 权限。
> 更多信息:<https://www.manpagez.com/man/8/route/>.
- 通过网关向目标添加路由:

View File

@@ -1,6 +1,7 @@
# shuf
> 生成随机排列。
> 更多信息:<https://www.unix.com/man-page/linux/1/shuf/>.
- 随机化文件中的行顺序并输出结果:

View File

@@ -2,6 +2,7 @@
> 苹果的处理文件脚本系统。
> 光栅 / 查询图像 和 颜色同步 ICC 配置文件。
> 更多信息:<https://ss64.com/osx/sips.html>.
- S 指定一个输出目录,这样原始文件就不会被修改:

View File

@@ -1,6 +1,7 @@
# softwareupdate
> 通过命令行更新 macOS 应用商店中应用程序的工具。
> 更多信息:<https://ss64.com/osx/softwareupdate.html>.
- 列出所有可用的更新:

View File

@@ -1,6 +1,7 @@
# split
> 把一个文件拆分成几块。
> 更多信息:<https://ss64.com/osx/split.html>.
- 分割一个文件,每个分割部分有 10 行(除了最后一个):

View File

@@ -1,7 +1,7 @@
# systemsetup
> 配置系统首选项计算机设置。
> 更多信息:<https://ss64.com/osx/systemsetup.html>.
> 更多信息:<https://support.apple.com/guide/remote-desktop/about-systemsetup-apd95406b8d/mac>.
- 启用远程登录SSH

View File

@@ -1,6 +1,7 @@
# xcodebuild
> 构建 Xcode 项目。
> 更多信息:<https://developer.apple.com/library/archive/technotes/tn2339/_index.html>.
- 构建工作区:

View File

@@ -1,6 +1,7 @@
# xed
> 用 Xcode 打开要编辑的文件。
> 更多信息:<https://www.manpagez.com/man/1/xed/>.
- 用 Xcode 打开文件: