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
|
||||
|
||||
> Verschafft einen Überblick über verfügbaren Speicherplatz im Dateisystem.
|
||||
> Weitere Informationen: <https://www.gnu.org/software/coreutils/df>.
|
||||
> Weitere Informationen: <https://manned.org/df.1posix>.
|
||||
|
||||
- Zeige verfügbaren Platz auf allen eingehängten Dateisystemen:
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
# exit
|
||||
|
||||
> Verlasse die Shell.
|
||||
> Weitere Informationen: <https://pubs.opengroup.org/onlinepubs/9699919799/utilities/V3_chap02.html#exit>.
|
||||
> Weitere Informationen: <https://manned.org/exit.1posix>.
|
||||
|
||||
- Beende die Shell mit dem Exitcode des zuletzt ausgeführten Befehls:
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
# export
|
||||
|
||||
> Befehl zum Markieren von Shell-Variablen in der aktuellen Umgebung, die mit allen neu abgezweigten Unterprozessen exportiert werden sollen.
|
||||
> Weitere Informationen: <https://pubs.opengroup.org/onlinepubs/9699919799/utilities/V3_chap02.html#export>.
|
||||
> Weitere Informationen: <https://manned.org/export.1posix>.
|
||||
|
||||
- Lege eine neue Umgebungsvariable fest:
|
||||
|
||||
|
Reference in New Issue
Block a user