coreutils*: use short more info links (#5658)
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
# basename
|
||||
|
||||
> Entfernt führende Verzeichniskomponenten in einem Pfad.
|
||||
> Mehr Informationen: <https://www.gnu.org/software/coreutils/manual/html_node/basename-invocation.html>.
|
||||
> Mehr Informationen: <https://www.gnu.org/software/coreutils/basename>.
|
||||
|
||||
- Ermittle den Dateinamen in einem Pfad:
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
# cat
|
||||
|
||||
> Verkette und gib einzelne oder mehrere Dateien aus.
|
||||
> Mehrere Informationen: <https://www.gnu.org/software/coreutils/manual/html_node/cat-invocation.html>.
|
||||
> Mehrere Informationen: <https://www.gnu.org/software/coreutils/cat>.
|
||||
|
||||
- Gib den Inhalt einer Datei aus:
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
# chmod
|
||||
|
||||
> Ändere die Zugriffsberechtigungen einer Datei oder eines Verzeichnisses.
|
||||
> Mehr Informationen: <https://www.gnu.org/software/coreutils/manual/html_node/chmod-invocation.html>.
|
||||
> Mehr Informationen: <https://www.gnu.org/software/coreutils/chmod>.
|
||||
|
||||
- Gib dem Besitzer einer Datei ([u]ser) das Recht, sie auszuführen (e[x]ecute):
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
# chown
|
||||
|
||||
> Ändere den Besitzer und die Besitzergruppe von Dateien und Verzeichnissen.
|
||||
> Mehr Informationen: <https://www.gnu.org/software/coreutils/manual/html_node/chown-invocation.html>.
|
||||
> Mehr Informationen: <https://www.gnu.org/software/coreutils/chown>.
|
||||
|
||||
- Ändere den Besitzer einer Datei/eines Verzeichnisses:
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
# chroot
|
||||
|
||||
> Führe einen Befehl oder eine interaktive Shell mit einem speziellen root-Verzeichnis aus.
|
||||
> Mehr Informationen: <https://www.gnu.org/software/coreutils/manual/html_node/chroot-invocation.html>.
|
||||
> Mehr Informationen: <https://www.gnu.org/software/coreutils/chroot>.
|
||||
|
||||
- Führe einen Befehl mit einem neuen root-Verzeichnis aus:
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
# cp
|
||||
|
||||
> Kopiere Dateien und Verzeichnisse.
|
||||
> Mehr Informationen: <https://www.gnu.org/software/coreutils/manual/html_node/cp-invocation.html>.
|
||||
> Mehr Informationen: <https://www.gnu.org/software/coreutils/cp>.
|
||||
|
||||
- Kopiere eine Datei an einen anderen Ort:
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
# cut
|
||||
|
||||
> Schneide Felder von stdin oder einer Datei aus.
|
||||
> Mehr Informationen: <https://www.gnu.org/software/coreutils/manual/html_node/cut-invocation.html>.
|
||||
> Mehr Informationen: <https://www.gnu.org/software/coreutils/cut>.
|
||||
|
||||
- Schneide die ersten 16 Zeichen jeder Zeile von stdin aus:
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
# dd
|
||||
|
||||
> Konvertiere und kopiere eine Datei.
|
||||
> Mehr Informationen: <https://www.gnu.org/software/coreutils/manual/html_node/dd-invocation.html>.
|
||||
> Mehr Informationen: <https://www.gnu.org/software/coreutils/dd>.
|
||||
|
||||
- Erstelle ein bootbares USB-Laufwerk von einer isohybriden Datei (wie `archlinux-xxxx.iso`) und zeige den Fortschritt an:
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
# echo
|
||||
|
||||
> Gib angegebene Argumente aus.
|
||||
> Mehr Informationen: <https://www.gnu.org/software/coreutils/manual/html_node/echo-invocation.html>.
|
||||
> Mehr Informationen: <https://www.gnu.org/software/coreutils/echo>.
|
||||
|
||||
- Gib einen Text aus. (Hinweis: Anführungszeichen sind optional):
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
# ls
|
||||
|
||||
> Liste den Inhalt eines Verzeichnisses auf.
|
||||
> Mehr Informationen: <https://www.gnu.org/software/coreutils/manual/html_node/ls-invocation.html>.
|
||||
> Mehr Informationen: <https://www.gnu.org/software/coreutils/ls>.
|
||||
|
||||
- Liste den Inhalt in einer Datei pro Zeile auf:
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
# mv
|
||||
|
||||
> Verschiebe Dateien oder Verzeichnisse oder benenne diese um.
|
||||
> Mehr Informationen: <https://www.gnu.org/software/coreutils/manual/html_node/mv-invocation.html>
|
||||
> Mehr Informationen: <https://www.gnu.org/software/coreutils/mv>
|
||||
|
||||
- Verschiebe eine Dateien an einen beliebigen Ort:
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
# whoami
|
||||
|
||||
> Gib den Benutzernamen des aktuellen Benutzers aus.
|
||||
> Mehr Informationen: <https://www.gnu.org/software/coreutils/manual/html_node/whoami-invocation.html>.
|
||||
> Mehr Informationen: <https://www.gnu.org/software/coreutils/whoami>.
|
||||
|
||||
- Gib den aktiven Benutzernamen aus:
|
||||
|
||||
|
Reference in New Issue
Block a user