pages.*: sync more info link (#11961)

This commit is contained in:
Sebastiaan Speck
2024-01-01 15:56:36 +01:00
committed by GitHub
parent 5d09a10d19
commit 9bdadee54c
15 changed files with 15 additions and 15 deletions

View File

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

View File

@@ -1,7 +1,7 @@
# exit
> 退出终端程序。
> 更多信息:<https://manned.org/exit>.
> 更多信息:<https://pubs.opengroup.org/onlinepubs/9699919799/utilities/V3_chap02.html#exit>.
- 使用最后执行命令的退出代码,退出终端程序:

View File

@@ -1,7 +1,7 @@
# export
> 命令为当前 shell 中的子进程进行环境变量设置。
> 更多信息:<https://www.gnu.org/software/bash/manual/bash.html#index-export>.
> 更多信息:<https://pubs.opengroup.org/onlinepubs/9699919799/utilities/V3_chap02.html#export>.
- 设置为新的环境变量:

View File

@@ -2,7 +2,7 @@
> 在进程或操作系统接收到信号后自动执行命令。
> 可用于对用户中断或其他操作执行清理。
> 更多信息:<https://manned.org/trap>.
> 更多信息:<https://pubs.opengroup.org/onlinepubs/9699919799/utilities/V3_chap02.html#trap>.
- 列出设置 trap 的可用信号: