pages.*: update more information links and fix typo's (#12728)

This commit is contained in:
Sebastiaan Speck
2024-05-05 21:02:35 +02:00
committed by GitHub
parent c8d6b81588
commit a840066d0c
41 changed files with 41 additions and 41 deletions

View File

@@ -1,7 +1,7 @@
# cat
> Verkette und gib einzelne oder mehrere Dateien aus.
> Weitere Informationen: <https://www.gnu.org/software/coreutils/cat>.
> Weitere Informationen: <https://manned.org/cat.1posix>.
- Gib den Inhalt einer Datei aus:

View File

@@ -1,7 +1,7 @@
# dd
> Konvertiere und kopiere eine Datei.
> Weitere Informationen: <https://www.gnu.org/software/coreutils/dd>.
> Weitere Informationen: <https://manned.org/man/dd.1p>.
- Erstelle ein bootbares USB-Laufwerk von einer isohybriden Datei (wie `archlinux-xxxx.iso`) und zeige den Fortschritt an:

View File

@@ -1,7 +1,7 @@
# jq
> Ein JSON-Verarbeiter für die Kommandozeile mit einer domänenspezifischen Sprache.
> Weitere Informationen: <https://stedolan.github.io/jq/manual/>.
> Weitere Informationen: <https://jqlang.github.io/jq/manual/>.
- Führe den angegebenen Ausdruck aus (gib farbiges und formatiertes JSON aus):

View File

@@ -2,7 +2,7 @@
> Netzwerk-Erkundungs-Werkzeug und Security / Port Scanner.
> Manche Funktionen können nur benutzt werden, wenn Nmap mit Root Rechten ausgeführt wird.
> Weitere Informationen: <https://nmap.org>.
> Weitere Informationen: <https://nmap.org/book/man.html>.
- Überprüfe ob eine IP-Adresse online ist und versuche, das Betriebssystem herauszufinden:

View File

@@ -1,7 +1,7 @@
# tig
> Eine interaktive Kommandozeilenoberfläche für Git.
> Weitere Informationen: <https://github.com/jonas/tig>.
> Weitere Informationen: <https://jonas.github.io/tig/doc/manual.html>.
- Zeige die Commits des aktuellen Branches: