1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00

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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
41 changed files with 41 additions and 41 deletions

View file

@ -1,7 +1,7 @@
# cat # cat
> Verkette und gib einzelne oder mehrere Dateien aus. > 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: - Gib den Inhalt einer Datei aus:

View file

@ -1,7 +1,7 @@
# dd # dd
> Konvertiere und kopiere eine Datei. > 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: - 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 # jq
> Ein JSON-Verarbeiter für die Kommandozeile mit einer domänenspezifischen Sprache. > 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): - 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. > Netzwerk-Erkundungs-Werkzeug und Security / Port Scanner.
> Manche Funktionen können nur benutzt werden, wenn Nmap mit Root Rechten ausgeführt wird. > 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: - Überprüfe ob eine IP-Adresse online ist und versuche, das Betriebssystem herauszufinden:

View file

@ -1,7 +1,7 @@
# tig # tig
> Eine interaktive Kommandozeilenoberfläche für Git. > 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: - Zeige die Commits des aktuellen Branches:

View file

@ -1,7 +1,7 @@
# nixos-container # nixos-container
> Startet NixOS Container basierend auf Linux Containern. > Startet NixOS Container basierend auf Linux Containern.
> Mehr Informationen: <https://nixos.org/manual/nixos/stable/#ch-containers>. > Weitere Informationen: <https://nixos.org/manual/nixos/stable/#ch-containers>.
- Gibt eine Liste der gestarteten Container aus: - Gibt eine Liste der gestarteten Container aus:

View file

@ -1,7 +1,7 @@
# nixos-option # nixos-option
> Prüfe eine NixOS Konfiguration. > Prüfe eine NixOS Konfiguration.
> Mehr Informationen: <https://nixos.org/manual/nixos/stable/index.html#sec-modularity>. > Weitere Informationen: <https://nixos.org/manual/nixos/stable/index.html#sec-modularity>.
- Liste alle Unterschlüssel eines angegebenen Options-Schlüssels: - Liste alle Unterschlüssel eines angegebenen Options-Schlüssels:

View file

@ -1,7 +1,7 @@
# nixos-rebuild # nixos-rebuild
> Rekonfiguriere eine NixOS-Maschine. > Rekonfiguriere eine NixOS-Maschine.
> Mehr Information: <https://nixos.org/nixos/manual/#sec-changing-config>. > Weitere Informationen: <https://nixos.org/nixos/manual/#sec-changing-config>.
- Erstelle und wechsle zu einer neuen Konfiguration und nutze diese künftig als Standardkonfiguration: - Erstelle und wechsle zu einer neuen Konfiguration und nutze diese künftig als Standardkonfiguration:

View file

@ -2,7 +2,7 @@
> Herramienta de exploración de redes y escáner de seguridad/puertos. > Herramienta de exploración de redes y escáner de seguridad/puertos.
> Algunas funciones sólo se activan cuando Nmap se ejecuta con privilegios de root. > Algunas funciones sólo se activan cuando Nmap se ejecuta con privilegios de root.
> Más información: <https://nmap.org>. > Más información: <https://nmap.org/book/man.html>.
- Comprueba si una dirección IP está activa y adivina el sistema operativo del host remoto: - Comprueba si una dirección IP está activa y adivina el sistema operativo del host remoto:

View file

@ -2,7 +2,7 @@
> Gestor de paquetes para librerías C/C++. > Gestor de paquetes para librerías C/C++.
> Nota: los paquetes no se instalan en el sistema. Para usarlos, necesitas decirle a tu sistema de compilación (por ejemplo CMake) que use `vcpkg`. > Nota: los paquetes no se instalan en el sistema. Para usarlos, necesitas decirle a tu sistema de compilación (por ejemplo CMake) que use `vcpkg`.
> Más información: <https://learn.microsoft.com/vcpkg/>. > Más información: <https://learn.microsoft.com/en-us/vcpkg/>.
- Construye y añade el paquete `libcurl` al entorno de `vcpkg`: - Construye y añade el paquete `libcurl` al entorno de `vcpkg`:

View file

@ -1,7 +1,7 @@
# cat # cat
> چاپ و ترکیب کردن فایل ها. > چاپ و ترکیب کردن فایل ها.
> اطلاعات بیشتر: <https://www.gnu.org/software/coreutils/cat>. > اطلاعات بیشتر: <https://manned.org/cat.1posix>.
- چاپ محتویات فایل بر روی صفحه نمایش: - چاپ محتویات فایل بر روی صفحه نمایش:

View file

@ -1,7 +1,7 @@
# dd # dd
> تبدیل و کپی یک فایل. > تبدیل و کپی یک فایل.
> اطلاعات بیشتر: <https://www.gnu.org/software/coreutils/dd>. > اطلاعات بیشتر: <https://manned.org/man/dd.1p>.
- یک حافظه قابل حمل با قابلیت بوت شدن میسازد، برای مثال `archlinux-xxx.iso` : - یک حافظه قابل حمل با قابلیت بوت شدن میسازد، برای مثال `archlinux-xxx.iso` :

View file

@ -3,7 +3,7 @@
> واحد مدیریت پکیج آرچ لینوکس > واحد مدیریت پکیج آرچ لینوکس
> همچنین : `pacman-database`, `pacman-deptest`, `pacman-files`, `pacman-key`, `pacman-mirrors`, `pacman-query`, `pacman-remove`, `pacman-sync`, `pacman-upgrade`. > همچنین : `pacman-database`, `pacman-deptest`, `pacman-files`, `pacman-key`, `pacman-mirrors`, `pacman-query`, `pacman-remove`, `pacman-sync`, `pacman-upgrade`.
> برای دیدن دستور های معادل در سایر پکیج منیجر ها <https://wiki.archlinux.org/title/Pacman/Rosetta>. > برای دیدن دستور های معادل در سایر پکیج منیجر ها <https://wiki.archlinux.org/title/Pacman/Rosetta>.
> اطلاعات بیشتر : <https://man.archlinux.org/man/pacman.8>. > اطلاعات بیشتر: <https://man.archlinux.org/man/pacman.8>.
- همگام سازی و بروز رسانی تمام پکیج ها: - همگام سازی و بروز رسانی تمام پکیج ها:

View file

@ -1,7 +1,7 @@
# cat # cat
> Affiche et concatène le contenu d'un ou plusieurs fichiers. > Affiche et concatène le contenu d'un ou plusieurs fichiers.
> Plus d'informations : <https://www.gnu.org/software/coreutils/cat>. > Plus d'informations : <https://manned.org/cat.1posix>.
- Affiche le contenu d'un fichier sur la sortie standard : - Affiche le contenu d'un fichier sur la sortie standard :

View file

@ -1,7 +1,7 @@
# deno # deno
> Un environnement d’exécution sécurisé pour JavaScript et TypeScript. > Un environnement d’exécution sécurisé pour JavaScript et TypeScript.
> Plus d'information : <https://deno.land>. > Plus d'informations : <https://deno.land>.
- Exécute un fichier JavaScript ou TypeScript : - Exécute un fichier JavaScript ou TypeScript :

View file

@ -1,7 +1,7 @@
# exa # exa
> Une alternative moderne à `ls` (pour lister le contenu de répertoires). > Une alternative moderne à `ls` (pour lister le contenu de répertoires).
> Plus d'information : <https://the.exa.website>. > Plus d'informations : <https://the.exa.website>.
- Liste les fichiers, un par ligne : - Liste les fichiers, un par ligne :

View file

@ -1,7 +1,7 @@
# jq # jq
> Un processeur JSON en ligne de commande qui utilise un langage dédié (DSL). > Un processeur JSON en ligne de commande qui utilise un langage dédié (DSL).
> Plus d'informations : <https://stedolan.github.io/jq/manual/>. > Plus d'informations : <https://jqlang.github.io/jq/manual/>.
- Exécute une expression spécifique (affiche une sortie JSON coloré et formaté) : - Exécute une expression spécifique (affiche une sortie JSON coloré et formaté) :

View file

@ -1,7 +1,7 @@
# cat # cat
> फ़ाइलों को प्रिंट और संक्षिप्त करें। > फ़ाइलों को प्रिंट और संक्षिप्त करें।
> अधिक जानकारी: <https://www.gnu.org/software/coreutils/cat> > अधिक जानकारी: <https://manned.org/cat.1posix>
- मानक आउटपुट में फ़ाइल की सामग्री प्रिंट करें: - मानक आउटपुट में फ़ाइल की सामग्री प्रिंट करें:

View file

@ -1,7 +1,7 @@
# cat # cat
> Cetak dan menggabungkan berkas. > Cetak dan menggabungkan berkas.
> Informasi lebih lanjut: <https://www.gnu.org/software/coreutils/cat>. > Informasi lebih lanjut: <https://manned.org/cat.1posix>.
- Cetak konten berkas menuju `stdout`: - Cetak konten berkas menuju `stdout`:

View file

@ -1,7 +1,7 @@
# cat # cat
> Stampa e concatena file. > Stampa e concatena file.
> Maggiori informazioni: <https://www.gnu.org/software/coreutils/cat>. > Maggiori informazioni: <https://manned.org/cat.1posix>.
- Stampa i contenuti di un file su standard output: - Stampa i contenuti di un file su standard output:

View file

@ -1,7 +1,7 @@
# clementine # clementine
> Un moderno player e gestore di librerie musicali. > Un moderno player e gestore di librerie musicali.
> Maggiori informazioni: <https://www.clementine-player.org>. > Maggiori informazioni: <https://github.com/clementine-player/Clementine/wiki>.
- Apri Clementine: - Apri Clementine:

View file

@ -1,7 +1,7 @@
# dd # dd
> Converti e copia un file. > Converti e copia un file.
> Maggiori informazioni: <https://www.gnu.org/software/coreutils/dd>. > Maggiori informazioni: <https://manned.org/man/dd.1p>.
- Crea un disco USB avviabile da un file ISO e mostra il progresso: - Crea un disco USB avviabile da un file ISO e mostra il progresso:

View file

@ -1,7 +1,7 @@
# entr # entr
> Esegui comandi arbitrari al cambiamento di file. > Esegui comandi arbitrari al cambiamento di file.
> Maggiori informazioni: <https://manned.org/entr>. > Maggiori informazioni: <http://eradman.com/entrproject/>.
- Ricompila con `make` se qualsiasi file in quasiasi sottodirectory cambia: - Ricompila con `make` se qualsiasi file in quasiasi sottodirectory cambia:

View file

@ -2,7 +2,7 @@
> Nmap è un tool per port scanning ed esplorazione di rete. > Nmap è un tool per port scanning ed esplorazione di rete.
> Alcune funzionalità diventano attive solamente con privilegi d'amministratore. > Alcune funzionalità diventano attive solamente con privilegi d'amministratore.
> Maggiori informazioni: <https://nmap.org>. > Maggiori informazioni: <https://nmap.org/book/man.html>.
- Controlla se un indirizzo IP è attivo, e indovina il suo sistema operativo: - Controlla se un indirizzo IP è attivo, e indovina il suo sistema operativo:

View file

@ -1,7 +1,7 @@
# cat # cat
> ファイルの出力と連結を行います。 > ファイルの出力と連結を行います。
> 詳しくはこちら: <https://www.gnu.org/software/coreutils/cat> > 詳しくはこちら: <https://manned.org/cat.1posix>
- ファイルの内容を標準出力に出力する: - ファイルの内容を標準出力に出力する:

View file

@ -1,7 +1,7 @@
# cat # cat
> 파일 출력 및 연결. > 파일 출력 및 연결.
> 더 많은 정보: <https://www.gnu.org/software/coreutils/cat>. > 더 많은 정보: <https://manned.org/cat.1posix>.
- 표준출력으로 파일 내용 출력: - 표준출력으로 파일 내용 출력:

View file

@ -1,7 +1,7 @@
# clementine # clementine
> 현대적인 음악 플레이어이자 라이브러리 생성자. > 현대적인 음악 플레이어이자 라이브러리 생성자.
> 더 많은 정보: <https://www.clementine-player.org>. > 더 많은 정보: <https://github.com/clementine-player/Clementine/wiki>.
- Clementine 열기: - Clementine 열기:

View file

@ -1,7 +1,7 @@
# cat # cat
> फाइलहरू देखाउनुहोस् र जोड्नुहोस्। > फाइलहरू देखाउनुहोस् र जोड्नुहोस्।
> थप जानकारी: <https://www.gnu.org/software/coreutils/cat> > थप जानकारी: <https://manned.org/cat.1posix>
- फाइल भित्रका कुराहरुलाई मानक आउटपुटमा देखाउनुहोस्: - फाइल भित्रका कुराहरुलाई मानक आउटपुटमा देखाउनुहोस्:

View file

@ -1,7 +1,7 @@
# cat # cat
> Skriv ut og sammenføy filer. > Skriv ut og sammenføy filer.
> Mer informasjon: <https://www.gnu.org/software/coreutils/cat>. > Mer informasjon: <https://manned.org/cat.1posix>.
- Skriv ut innholdet i en fil til standard utgang: - Skriv ut innholdet i en fil til standard utgang:

View file

@ -1,7 +1,7 @@
# entr # entr
> Uruchom dowolną komendę, gdy zmieni się plik. > Uruchom dowolną komendę, gdy zmieni się plik.
> Więcej informacji: <https://manned.org/entr>. > Więcej informacji: <http://eradman.com/entrproject/>.
- Przebuduj projekt używając `make`, jeżeli zmiemi się którykolwiek z plików w podkatalogu: - Przebuduj projekt używając `make`, jeżeli zmiemi się którykolwiek z plików w podkatalogu:

View file

@ -2,7 +2,7 @@
> Narzędzie do enumeracji sieci oraz skanowania portów. > Narzędzie do enumeracji sieci oraz skanowania portów.
> Niektóre funkcję są tylko aktywne gdy Nmap uruchamiany jest z przywilejami root'a. > Niektóre funkcję są tylko aktywne gdy Nmap uruchamiany jest z przywilejami root'a.
> Więcej informacji: <https://nmap.org>. > Więcej informacji: <https://nmap.org/book/man.html>.
- Sprawdź czy host odpowiada na skanowanie oraz zgadnij system operacyjny: - Sprawdź czy host odpowiada na skanowanie oraz zgadnij system operacyjny:

View file

@ -1,7 +1,7 @@
# tig # tig
> Interfejs tekstowy dla Gita. > Interfejs tekstowy dla Gita.
> Więcej informacji: <https://github.com/jonas/tig>. > Więcej informacji: <https://jonas.github.io/tig/doc/manual.html>.
- Pokaż listę commitów w odwrotnej kolejności chronologicznej, zaczynając od najnowszego: - Pokaż listę commitów w odwrotnej kolejności chronologicznej, zaczynając od najnowszego:

View file

@ -1,7 +1,7 @@
# cat # cat
> Exibe e concatena o conteúdo de arquivos. > Exibe e concatena o conteúdo de arquivos.
> Mais informações: <https://www.gnu.org/software/coreutils/cat>. > Mais informações: <https://manned.org/cat.1posix>.
- Exibe o conteúdo de um arquivo na `stdout`: - Exibe o conteúdo de um arquivo na `stdout`:

View file

@ -1,7 +1,7 @@
# dd # dd
> Converte e copia um arquivo. > Converte e copia um arquivo.
> Mais informações: <https://www.gnu.org/software/coreutils/dd>. > Mais informações: <https://manned.org/man/dd.1p>.
- Cria um USB drive bootável a partir de um arquivo isohybrid (como uma archlinux-xxx.iso) e mostra o progresso: - Cria um USB drive bootável a partir de um arquivo isohybrid (como uma archlinux-xxx.iso) e mostra o progresso:

View file

@ -1,7 +1,7 @@
# cat # cat
> Выводит и объединяет файлы. > Выводит и объединяет файлы.
> Больше информации: <https://www.gnu.org/software/coreutils/cat>. > Больше информации: <https://manned.org/cat.1posix>.
- Выводит содержимое файла: - Выводит содержимое файла:

View file

@ -1,7 +1,7 @@
# jq # jq
> Процессор JSON командной строки, использующий доменный язык. > Процессор JSON командной строки, использующий доменный язык.
> Больше информации: <https://stedolan.github.io/jq/manual/>. > Больше информации: <https://jqlang.github.io/jq/manual/>.
- Выполнить указанное выражение (вывести цветной и отформатированный JSON): - Выполнить указанное выражение (вывести цветной и отформатированный JSON):

View file

@ -1,7 +1,7 @@
# cat # cat
> Dosyaları yazdır ve birleştir. > Dosyaları yazdır ve birleştir.
> Daha fazla bilgi için: <https://www.gnu.org/software/coreutils/cat>. > Daha fazla bilgi için: <https://manned.org/cat.1posix>.
- Bir dosyanın içeriğini standart çıktıya yazdır: - Bir dosyanın içeriğini standart çıktıya yazdır:

View file

@ -1,7 +1,7 @@
# cat # cat
> 打印和拼接文件的工具。 > 打印和拼接文件的工具。
> 更多信息:<https://www.gnu.org/software/coreutils/cat>. > 更多信息:<https://manned.org/cat.1posix>.
- 以标准输出,打印文件内容: - 以标准输出,打印文件内容:

View file

@ -2,7 +2,7 @@
> 网络探索工具和安全/端口扫描程序。 > 网络探索工具和安全/端口扫描程序。
> 仅当以特权运行 Nmap 时,某些功能才激活。 > 仅当以特权运行 Nmap 时,某些功能才激活。
> 更多信息:<https://nmap.org>. > 更多信息:<https://nmap.org/book/man.html>.
- 检查 IP 地址是否可用,并猜测远程主机的操作系统: - 检查 IP 地址是否可用,并猜测远程主机的操作系统:

View file

@ -1,7 +1,7 @@
# bootctl # bootctl
> 控制EFI固件启动设置并管理启动加载器。 > 控制EFI固件启动设置并管理启动加载器。
> 更多信息:<https://manned.org/bootctl> > 更多信息:<https://manned.org/bootctl>.
- 显示系统固件和启动加载器的信息: - 显示系统固件和启动加载器的信息:

View file

@ -1,7 +1,7 @@
# cat # cat
> 連接檔案並印出檔案的內容。 > 連接檔案並印出檔案的內容。
> 更多資訊:<https://www.gnu.org/software/coreutils/cat>. > 更多資訊:<https://manned.org/cat.1posix>.
- 將檔案的內容印在標準輸出: - 將檔案的內容印在標準輸出: