df, exec, exit, export: fix more info link (#12037)
* df, exec, exit, export: fix more info link * df: update outdated Farsi translation --------- Co-authored-by: Mohammad Reza Soleimani <87926618+MrMw3@users.noreply.github.com> Co-authored-by: Vitor Henrique <87824454+vitorhcl@users.noreply.github.com>
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
# df
|
||||
|
||||
> 提供文件系统磁盘空间使用情况的概览。
|
||||
> 更多信息:<https://www.gnu.org/software/coreutils/df>.
|
||||
> 更多信息:<https://manned.org/df.1posix>.
|
||||
|
||||
- 显示所有文件系统和它们的磁盘使用情况:
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
# exit
|
||||
|
||||
> 退出终端程序。
|
||||
> 更多信息:<https://pubs.opengroup.org/onlinepubs/9699919799/utilities/V3_chap02.html#exit>.
|
||||
> 更多信息:<https://manned.org/exit.1posix>.
|
||||
|
||||
- 使用最后执行命令的退出代码,退出终端程序:
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
# export
|
||||
|
||||
> 命令为当前 shell 中的子进程进行环境变量设置。
|
||||
> 更多信息:<https://pubs.opengroup.org/onlinepubs/9699919799/utilities/V3_chap02.html#export>.
|
||||
> 更多信息:<https://manned.org/export.1posix>.
|
||||
|
||||
- 设置为新的环境变量:
|
||||
|
||||
|
@@ -2,7 +2,7 @@
|
||||
|
||||
> 在进程或操作系统接收到信号后自动执行命令。
|
||||
> 可用于对用户中断或其他操作执行清理。
|
||||
> 更多信息:<https://pubs.opengroup.org/onlinepubs/9699919799/utilities/V3_chap02.html#trap>.
|
||||
> 更多信息:<https://manned.org/trap.1posix>.
|
||||
|
||||
- 列出设置 trap 的可用信号:
|
||||
|
||||
|
Reference in New Issue
Block a user