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:
Sebastiaan Speck
2024-01-09 10:01:59 +01:00
committed by GitHub
parent a8864329ff
commit fd745e9167
19 changed files with 19 additions and 19 deletions

View File

@@ -1,7 +1,7 @@
# df
> 提供文件系统磁盘空间使用情况的概览。
> 更多信息:<https://www.gnu.org/software/coreutils/df>.
> 更多信息:<https://manned.org/df.1posix>.
- 显示所有文件系统和它们的磁盘使用情况:

View File

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

View File

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

View File

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