pages.*: sync more info link (#11961)
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
# eval
|
||||
|
||||
> 在当前 shell 中以单个命令的形式执行参数,并返回其结果。
|
||||
> 更多信息:<https://manned.org/eval>.
|
||||
> 更多信息:<https://pubs.opengroup.org/onlinepubs/9699919799/utilities/V3_chap02.html#eval>.
|
||||
|
||||
- 使用 'foo' 做为参数调用 `echo`:
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
# exit
|
||||
|
||||
> 退出终端程序。
|
||||
> 更多信息:<https://manned.org/exit>.
|
||||
> 更多信息:<https://pubs.opengroup.org/onlinepubs/9699919799/utilities/V3_chap02.html#exit>.
|
||||
|
||||
- 使用最后执行命令的退出代码,退出终端程序:
|
||||
|
||||
|
@@ -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>.
|
||||
|
||||
- 设置为新的环境变量:
|
||||
|
||||
|
@@ -2,7 +2,7 @@
|
||||
|
||||
> 在进程或操作系统接收到信号后自动执行命令。
|
||||
> 可用于对用户中断或其他操作执行清理。
|
||||
> 更多信息:<https://manned.org/trap>.
|
||||
> 更多信息:<https://pubs.opengroup.org/onlinepubs/9699919799/utilities/V3_chap02.html#trap>.
|
||||
|
||||
- 列出设置 trap 的可用信号:
|
||||
|
||||
|
Reference in New Issue
Block a user