coreutils*: use short more info links (#5658)
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
> 展示系统架构的名称.
|
||||
> 另见`uname`.
|
||||
> 更多信息: <https://www.gnu.org/software/coreutils/manual/html_node/arch-invocation.html>.
|
||||
> 更多信息: <https://www.gnu.org/software/coreutils/arch>.
|
||||
|
||||
- 展示系统架构.
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
# base32
|
||||
|
||||
> 将文件或标准输入编码到Base32或从Base32解码为标准输出。
|
||||
> 更多信息: <https://www.gnu.org/software/coreutils/manual/html_node/base32-invocation.html>.
|
||||
> 更多信息: <https://www.gnu.org/software/coreutils/base32>.
|
||||
|
||||
- 编码一个文件:
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
# base64
|
||||
|
||||
> 将文件或标准输入编码到Base64或从Base64解码为标准输出。
|
||||
> 更多信息: <https://www.gnu.org/software/coreutils/manual/html_node/base64-invocation.html>.
|
||||
> 更多信息: <https://www.gnu.org/software/coreutils/base64>.
|
||||
|
||||
- 编码一个文件:
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
# basename
|
||||
|
||||
> 移除一个路径的目录部分字符.
|
||||
> 更多信息: <https://www.gnu.org/software/coreutils/manual/html_node/basename-invocation.html>.
|
||||
> 更多信息: <https://www.gnu.org/software/coreutils/basename>.
|
||||
|
||||
- 仅显示文件名:
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
# cat
|
||||
|
||||
> 打印和拼接文件的工具.
|
||||
> 更多信息: <https://www.gnu.org/software/coreutils/manual/html_node/cat-invocation.html>.
|
||||
> 更多信息: <https://www.gnu.org/software/coreutils/cat>.
|
||||
|
||||
- 以标准输出,打印文件内容:
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
# echo
|
||||
|
||||
> 输出给定参数.
|
||||
> 更多信息: <https://www.gnu.org/software/coreutils/manual/html_node/echo-invocation.html>.
|
||||
> 更多信息: <https://www.gnu.org/software/coreutils/echo>.
|
||||
|
||||
- 输出文本信息. 注意: 引号是可选的:
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
# md5sum
|
||||
|
||||
> 计算 MD5 加密校验和.
|
||||
> 更多信息: <https://www.gnu.org/software/coreutils/manual/html_node/md5sum-invocation.html>.
|
||||
> 更多信息: <https://www.gnu.org/software/coreutils/md5sum>.
|
||||
|
||||
- 计算文件的 MD5 校验和:
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
# stty
|
||||
|
||||
> 设置终端设备接口的选项.
|
||||
> 更多信息: <https://www.gnu.org/software/coreutils/manual/html_node/stty-invocation.html>.
|
||||
> 更多信息: <https://www.gnu.org/software/coreutils/stty>.
|
||||
|
||||
- 显示当前终端的所有设置:
|
||||
|
||||
|
@@ -2,7 +2,7 @@
|
||||
|
||||
> 输出关于当前机器和运行在该机器上的操作系统的详细信息。
|
||||
> 注意:如需了解操作系统的其他信息,请尝试使用 `lsb_release` 命令。
|
||||
> 更多信息: <https://www.gnu.org/software/coreutils/manual/html_node/uname-invocation.html>.
|
||||
> 更多信息: <https://www.gnu.org/software/coreutils/uname>.
|
||||
|
||||
- 打印硬件相关信息:机器和处理器:
|
||||
|
||||
|
Reference in New Issue
Block a user