mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-23 11:02:08 +02:00

* 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>
235 B
235 B
exit
退出终端程序。 更多信息:https://manned.org/exit.1posix.
- 使用最后执行命令的退出代码,退出终端程序:
exit
- 使用指定的退出代码,退出终端程序:
exit {{exit_code}}