*: update links via set-more-info-link.py (#7611)

This commit is contained in:
lincc
2022-01-30 04:17:39 +08:00
committed by GitHub
parent 684f7bbc65
commit b99f3da787
341 changed files with 341 additions and 254 deletions

View File

@@ -2,7 +2,7 @@
> 评估条件。
> 如果条件评估为真返回 0如果评估为假返回 1.
> 更多信息:<https://www.gnu.org/software/coreutils/test>.
> 更多信息:<https://www.gnu.org/software/bash/manual/bash.html#index-test>.
- 测试给定变量是否与给定字符串相同:

View File

@@ -2,7 +2,7 @@
> 在一段时间后,执行单次命令。
> atd 服务(或 atrun需要处于运行状态以保证命令成功执行。
> 更多信息:<https://manned.org/at>.
> 更多信息:<https://man.archlinux.org/man/at.1>.
- 5 分钟后,执行标准输入中的命令(命令输入完成后按 `Ctrl + D`

View File

@@ -1,7 +1,7 @@
# java
> Java 程序启动器。
> 更多信息:<https://java.com>.
> 更多信息:<https://docs.oracle.com/en/java/javase/17/docs/specs/man/java.html>.
- 通过提供类名称运行一个含有 main 函数的 java .class 程序:

View File

@@ -1,6 +1,7 @@
# mscore
> 这是 `musescore` 命令的一个别名。
> 更多信息:<https://musescore.org/handbook/command-line-options>.
- 原命令的文档在:

View File

@@ -1,6 +1,7 @@
# pdfgrep
> 在 PDF 文件中搜索文本。
> 更多信息:<https://pdfgrep.org>.
- 在 PDF 中查找与关键词匹配的行:

View File

@@ -1,7 +1,7 @@
# rsync
> 一种快速,通用,远程(和本地)文件复制工具。
> 更多信息:<https://man7.org/linux/man-pages/man1/rsync.1.html>.
> 更多信息:<https://manned.org/rsync>.
- 从本地传输文件到远程主机:

View File

@@ -1,6 +1,7 @@
# shasum
> 计算或检查加密 SHA 校验值。
> 更多信息:<https://manned.org/shasum>.
- 计算文件的 SHA1 校验值:

View File

@@ -1,6 +1,7 @@
# tldrl
> 这是 `tldr-lint` 命令的一个别名。
> 更多信息:<https://github.com/tldr-pages/tldr-lint>.
- 原命令的文档在:

View File

@@ -2,6 +2,7 @@
> 显示有哪些用户登录了本机以及他们当前的活动。
> 打印用户登录TTY, 远程主机,登录时间,闲置时间,当前进程。
> 更多信息:<https://manned.org/w>.
- 获取已登录用户信息:

View File

@@ -1,6 +1,7 @@
# which
> 在用户的`PATH`中寻找可执行文件的路径。
> 更多信息:<https://manned.org/which>.
-`PATH`中寻找可执行文件并打印第一个匹配的结果:

View File

@@ -1,7 +1,7 @@
# yank
> 从 stdin 读取输入并显示一个选择界面,该界面允许选择一个字段并将其复制到剪贴板。
> 更多信息: <https://manned.org/yank>.
> 更多信息<https://manned.org/yank>.
- 使用默认分隔符(\f, \n, \r, \s, \t

View File

@@ -1,7 +1,7 @@
# zip
> 将文件打包并压缩(存档)为 zip 文件。
> 更多信息: <https://manned.org/zip>.
> 更多信息:<https://manned.org/zip>.
- 递归地打包和压缩文件和目录: