From 3d6d73a9d1e0f8ec5a8617e686d29a80330a76f6 Mon Sep 17 00:00:00 2001 From: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com> Date: Sun, 13 Oct 2024 18:33:01 +0200 Subject: [PATCH] pages*/*: update outdated pages, pages/*: fix placeholders (#14171) --- pages.ca/common/cmatrix.md | 4 ++-- pages.ca/common/ls.md | 2 +- pages.ca/linux/poweroff.md | 2 +- pages.de/common/cradle.md | 8 ++++---- pages.de/common/dust.md | 6 +++--- pages.de/common/kubectl-logs.md | 4 ---- pages.de/common/ls.md | 2 +- pages.de/common/magick-convert.md | 8 ++------ pages.es/linux/gedit.md | 2 +- pages.es/linux/journalctl.md | 6 +++--- pages.fa/common/cppclean.md | 4 ++-- pages.fa/common/grep.md | 2 +- pages.fa/common/ls.md | 2 +- pages.fr/common/chgrp.md | 2 +- pages.fr/common/egrep.md | 2 +- pages.fr/common/gh-alias.md | 8 ++++---- pages.fr/common/jest.md | 2 +- pages.fr/common/john.md | 2 +- pages.fr/common/ls.md | 2 +- pages.fr/common/passwd.md | 4 ++-- pages.fr/common/rubocop.md | 6 +++--- pages.fr/linux/dos2unix.md | 4 ++-- pages.hi/common/ls.md | 2 +- pages.hi/linux/lsblk.md | 4 ++-- pages.id/linux/poweroff.md | 2 +- pages.it/common/chgrp.md | 2 +- pages.it/common/cmatrix.md | 4 ++-- pages.it/common/consul.md | 8 ++++---- pages.it/common/cppcheck.md | 6 +++--- pages.it/common/cppclean.md | 4 ++-- pages.it/common/cradle.md | 8 ++++---- pages.it/common/csslint.md | 2 +- pages.it/common/id3tag.md | 4 ++-- pages.it/common/ls.md | 2 +- pages.it/common/opusenc.md | 8 ++++---- pages.ja/common/ls.md | 2 +- pages.ko/common/chgrp.md | 2 +- pages.ko/common/consul.md | 8 ++++---- pages.ko/common/cotton.md | 6 +++--- pages.ko/common/cppcheck.md | 6 +++--- pages.ko/common/cppclean.md | 4 ++-- pages.ko/common/cradle.md | 8 ++++---- pages.ko/common/csslint.md | 2 +- pages.ko/common/date.md | 2 +- pages.ko/common/grep.md | 2 +- pages.ko/common/javac.md | 2 +- pages.ko/common/ls.md | 2 +- pages.ml/linux/gedit.md | 2 +- pages.ne/common/ls.md | 2 +- pages.pl/linux/journalctl.md | 8 ++++---- pages.pt_BR/common/dust.md | 6 +++--- pages.pt_BR/common/dvc.md | 8 ++++---- pages.pt_BR/common/grep.md | 2 +- pages.pt_BR/common/img2pdf.md | 4 ++-- pages.pt_BR/common/javac.md | 2 +- pages.pt_BR/common/ls.md | 2 +- pages.pt_BR/common/passwd.md | 4 ++-- pages.pt_BR/common/podman-compose.md | 2 +- pages.pt_PT/osx/softwareupdate.md | 2 +- pages.ru/common/ghci.md | 2 +- pages.ru/common/grep.md | 2 +- pages.ru/common/ls.md | 2 +- pages.ru/linux/lsblk.md | 4 ++-- pages.ta/common/javac.md | 2 +- pages.ta/linux/gedit.md | 2 +- pages.ta/linux/gnome-extensions.md | 16 ++++++++-------- pages.th/common/ls.md | 2 +- pages.tr/common/grep.md | 2 +- pages.uk/linux/journalctl.md | 8 ++++---- pages.uk/linux/lsblk.md | 4 ++-- pages.zh/common/grep.md | 2 +- pages.zh/common/javac.md | 2 +- pages.zh/common/ls.md | 2 +- pages.zh/common/rubocop.md | 6 +++--- pages.zh/linux/lsblk.md | 4 ++-- pages.zh/osx/softwareupdate.md | 2 +- pages.zh/windows/comp.md | 2 +- pages.zh_TW/common/ls.md | 2 +- pages/common/docker-ps.md | 2 +- pages/common/dust.md | 4 ++-- pages/common/id3tag.md | 2 +- pages/common/mpv.md | 2 +- pages/linux/gedit.md | 2 +- pages/linux/journalctl.md | 4 ++-- 84 files changed, 153 insertions(+), 161 deletions(-) diff --git a/pages.ca/common/cmatrix.md b/pages.ca/common/cmatrix.md index 54e757dea9..8d45086f23 100644 --- a/pages.ca/common/cmatrix.md +++ b/pages.ca/common/cmatrix.md @@ -15,6 +15,6 @@ `cmatrix -r` -- Estableix el retràs d'actualització de la pantalla a 2 centrisegons (20 mil·lisegons): +- Estableix el retràs d'actualització de la pantalla a 100 centrisegons (1 segons): -`cmatrix -u {{2}}` +`cmatrix -u 100` diff --git a/pages.ca/common/ls.md b/pages.ca/common/ls.md index d943410219..ce1205f6ed 100644 --- a/pages.ca/common/ls.md +++ b/pages.ca/common/ls.md @@ -25,7 +25,7 @@ - Llista de format lalrg ordenat per mida (descendent): -`ls -lS` +`ls -lSR` - Llista de format llarg de tots els fitxers, organitzat per data de modificació (més antics primer): diff --git a/pages.ca/linux/poweroff.md b/pages.ca/linux/poweroff.md index d500bc5364..ef6695b3f0 100644 --- a/pages.ca/linux/poweroff.md +++ b/pages.ca/linux/poweroff.md @@ -17,7 +17,7 @@ - Apaga el sistema sense contactar l'administrador del sistema: -`poweroff --force --force` +`poweroff --force` - Escriu l'entrada de wtpm shutdown sense apagar l'ordinador: diff --git a/pages.de/common/cradle.md b/pages.de/common/cradle.md index 91fc769d93..4ec69612de 100644 --- a/pages.de/common/cradle.md +++ b/pages.de/common/cradle.md @@ -8,6 +8,10 @@ `cradle connect {{server}}` +- Führe einen Cradle-Befehl aus: + +`cradle {{befehl}}` + - Zeige die Hilfe-Seite an: `cradle help` @@ -15,7 +19,3 @@ - Zeige die Hilfe-Seite für einen bestimmten Befehl: `cradle {{befehl}} help` - -- Führe einen Cradle-Befehl aus: - -`cradle {{befehl}}` diff --git a/pages.de/common/dust.md b/pages.de/common/dust.md index 79f19cfd7b..2d8fecba54 100644 --- a/pages.de/common/dust.md +++ b/pages.de/common/dust.md @@ -9,15 +9,15 @@ - Informationen für eine durch Leerzeichen getrennte Liste von Verzeichnissen anzeigen: -`dust {{pfad/zu/verzeichnis1}} {{pfad/zu/verzeichnis2}}` +`dust {{pfad/zu/verzeichnis1 pfad/zu/verzeichnis2 ...}}` - Zeige 30 Verzeichnisse an (Standardwert: 21): -`dust --number-of-lines {{30}}` +`dust --number-of-lines 30` - Zeigt Informationen für das aktuelle Verzeichnis an, bis zu 3 Ebenen tief: -`dust --depth {{3}}` +`dust --depth 3` - Die größten Verzeichnisse in absteigender Reihenfolge oben anzeigen: diff --git a/pages.de/common/kubectl-logs.md b/pages.de/common/kubectl-logs.md index 08a1a5bae2..98926942ce 100644 --- a/pages.de/common/kubectl-logs.md +++ b/pages.de/common/kubectl-logs.md @@ -19,10 +19,6 @@ `kubectl logs --follow {{pod_name}}` -- Folge den Pod-Logs (stream) für einen bestimmten Container in einem Pod: - -`kubectl logs --follow --container {{container_name}} {{pod_name}}` - - Zeige Pod-Logs die neuer einer relativen Zeit sind `10s`, `5m`, or `1h`: `kubectl logs --since={{relative_time}} {{pod_name}}` diff --git a/pages.de/common/ls.md b/pages.de/common/ls.md index 8a9329112d..8867da0eae 100644 --- a/pages.de/common/ls.md +++ b/pages.de/common/ls.md @@ -25,7 +25,7 @@ - Liste Dateien nach sortiert nach Dateigröße mit größter beginnend auf: -`ls -lS` +`ls -lSR` - Liste alle Dateien sortiert nach dem Änderungsdatum mit ältester beginnend auf: diff --git a/pages.de/common/magick-convert.md b/pages.de/common/magick-convert.md index 5b51aabdc0..3d6e4ff61c 100644 --- a/pages.de/common/magick-convert.md +++ b/pages.de/common/magick-convert.md @@ -15,13 +15,9 @@ `magick convert {{pfad/zu/bild.png}} -resize 640x480 {{pfad/zu/bild2.png}}` -- Hänge Bilder horizontal aneinander: +- Hänge Bilder vertikal/horizontal aneinander: -`magick convert {{pfad/zu/bild1.png pfad/zu/bild2.png ...}} +append {{pfad/zu/bild.png}}` - -- Hänge Bilder vertikal aneinander: - -`magick convert {{pfad/zu/bild1.png pfad/zu/bild2.png ...}} -append {{pfad/zu/bild.png}}` +`magick convert {{pfad/zu/bild1.png pfad/zu/bild2.png ...}} {{-append|+append}} {{pfad/zu/bild.png}}` - Erstelle ein animiertes GIF aus einer Serie von Bildern mit einer Verzögerung von 100 ms zwischen den Bildern: diff --git a/pages.es/linux/gedit.md b/pages.es/linux/gedit.md index f27da70fe2..7225f1f0a2 100644 --- a/pages.es/linux/gedit.md +++ b/pages.es/linux/gedit.md @@ -13,7 +13,7 @@ - Abre un archivo de texto con una codificación específica: -`gedit --encoding={{UTF-8}} {{ruta/al/archivo}}` +`gedit --encoding {{UTF-8}} {{ruta/al/archivo}}` - Muestra una lista de las codificaciones disponibles: diff --git a/pages.es/linux/journalctl.md b/pages.es/linux/journalctl.md index 6661355c02..1a42142f46 100644 --- a/pages.es/linux/journalctl.md +++ b/pages.es/linux/journalctl.md @@ -5,13 +5,13 @@ - Muestra todos los mensajes con nivel de prioridad 3 (errores) de este [b]oot: -`journalctl -b --priority={{3}}` +`journalctl -b --priority=3` - Elimina los registros diarios con más de 2 días de antigüedad: -`journalctl --vacuum-time={{2d}}` +`journalctl --vacuum-time=2d` -- Muestra solo los últimos N líneas y sigue los mensajes nuevos (como `tail -f` de un syslog tradicional): +- Muestra solo las últimas N líneas y sigue los mensajes nuevos (como `tail -f` de un syslog tradicional): `journalctl --lines {{N}} --follow` diff --git a/pages.fa/common/cppclean.md b/pages.fa/common/cppclean.md index cb736a016a..8efb40c23b 100644 --- a/pages.fa/common/cppclean.md +++ b/pages.fa/common/cppclean.md @@ -9,7 +9,7 @@ - اجرا روی پروژه درحالی که هدرها در پوشه های `inc1/` و `inc2/` قرار دارند: -`cppclean {{path/to/project}} --include-path={{inc1}} --include-path={{inc2}}` +`cppclean {{path/to/project}} --include-path {{inc1}} --include-path {{inc2}}` - اجرا روی فایل دلخواه مانند `main.cpp`: @@ -17,4 +17,4 @@ - اجرا روی پوشه کنونی به استثنای پوشه "build": -`cppclean {{.}} --exclude={{build}}` +`cppclean {{.}} --exclude {{build}}` diff --git a/pages.fa/common/grep.md b/pages.fa/common/grep.md index 3220a5c811..b333935305 100644 --- a/pages.fa/common/grep.md +++ b/pages.fa/common/grep.md @@ -13,7 +13,7 @@ - جستجو بازگشتی یک الگو در تمامی فایل های یک پوشه، نمایش تمامی خطوط منطبق، فایل های باینری را رد میکند: -`grep {{-r|--recursive}} {{-n|--line-number}} --binary-files={{without-match}} "{{search_pattern}}" {{path/to/directory}}` +`grep {{-r|--recursive}} {{-n|--line-number}} --binary-files {{without-match}} "{{search_pattern}}" {{path/to/directory}}` - استفاده از عبارات با قاعده توسعه یافته (با پشتیبانی از `?`، `+`، `{}`، `()` و `|`)، در حالت حساس به بزرگی کوچکی کاراکتر ها : diff --git a/pages.fa/common/ls.md b/pages.fa/common/ls.md index 5d661b0fac..2bc86d44a6 100644 --- a/pages.fa/common/ls.md +++ b/pages.fa/common/ls.md @@ -25,7 +25,7 @@ - نمایش فایل ها به همراه مجوزها، مالک، اندازه و تاریخ تغییرات، مرتب شده با اندازه فایل به صورت نزولی: -`ls -lS` +`ls -lSR` - نمایش فایل ها به همراه مجوزها، مالک، اندازه و تاریخ تغییرات، مرتب شده با تاریخ تغییر فایل به صورت صعودی: diff --git a/pages.fr/common/chgrp.md b/pages.fr/common/chgrp.md index b4c1c9c7d6..d26559f776 100644 --- a/pages.fr/common/chgrp.md +++ b/pages.fr/common/chgrp.md @@ -17,4 +17,4 @@ - Modifie le groupe propriétaire d'un fichier/répertoire pour qu'il corresponde à un fichier de référence : -`chgrp --reference={{chemin/vers/fichier_référence}} {{chemin/vers/fichier_ou_répertoire}}` +`chgrp --reference {{chemin/vers/fichier_référence}} {{chemin/vers/fichier_ou_répertoire}}` diff --git a/pages.fr/common/egrep.md b/pages.fr/common/egrep.md index 0fdc5512c5..4ac1e19324 100644 --- a/pages.fr/common/egrep.md +++ b/pages.fr/common/egrep.md @@ -9,7 +9,7 @@ - Recherche une chaîne de caractères dans plusieurs fichiers : -`egrep "{{chaîne_recherchée}}" {{chemin/vers/fichier1}} {{chemin/vers/fichier2}} {{chemin/vers/fichier3}}` +`egrep "{{chaîne_recherchée}}" {{chemin/vers/fichier1 chemin/vers/fichier2 ...}}` - Utilise l'entrée standard au lieu d'un fichier : diff --git a/pages.fr/common/gh-alias.md b/pages.fr/common/gh-alias.md index 245e7f6c86..d19ccd38dc 100644 --- a/pages.fr/common/gh-alias.md +++ b/pages.fr/common/gh-alias.md @@ -3,10 +3,6 @@ > Gérer les alias de commandes GitHub CLI depuis la ligne de commande. > Plus d'informations : . -- Affiche l'aide pour la sous-commande `alias` : - -`gh alias` - - Liste tous les alias pour lesquels `gh` est configuré : `gh alias list` @@ -22,3 +18,7 @@ - Supprime un alias : `gh alias delete {{nom_de_l'alias}}` + +- Affiche l'aide pour la sous-commande `alias` : + +`gh alias` diff --git a/pages.fr/common/jest.md b/pages.fr/common/jest.md index 73c8eef66d..c8be23580e 100644 --- a/pages.fr/common/jest.md +++ b/pages.fr/common/jest.md @@ -9,7 +9,7 @@ - Exécuter les suites de test de fichiers donnés : -`jest {{chemin/vers/fichier1}} {{chemin/vers/fichier2}}` +`jest {{chemin/vers/fichier1 chemin/vers/fichier2 ...}}` - Exécuter les suites de test pour des fichiers, dans le répertoire courant et ses sous-répertoires, dont le chemin correspond à l'expression régulière indiquée : diff --git a/pages.fr/common/john.md b/pages.fr/common/john.md index c7870f8e4c..4d47729a14 100644 --- a/pages.fr/common/john.md +++ b/pages.fr/common/john.md @@ -13,7 +13,7 @@ - Affiche les mots de passe cassés des utilisateurs par identifiant d'utilisateur à partir de plusieurs fichiers : -`john --show --users={{ids_utilisateurs}} {{chemin/vers/hashs*}} {{chemin/vers/autres/hashs*}}` +`john --show --users={{ids_utilisateurs}} {{chemin/vers/hashs1.txt chemin/vers/autres/hashs2.txt ...}}` - Craque des hashs de mots de passe, à l'aide d'une liste de mots personnalisée : diff --git a/pages.fr/common/ls.md b/pages.fr/common/ls.md index 000a617e1e..1bd36d9602 100644 --- a/pages.fr/common/ls.md +++ b/pages.fr/common/ls.md @@ -25,7 +25,7 @@ - Liste les fichiers avec un format détaillé en triant par taille décroissante : -`ls -lS` +`ls -lSR` - Liste avec un format détaillé tous les fichiers en triant par date de modification (les plus anciennes en premier) : diff --git a/pages.fr/common/passwd.md b/pages.fr/common/passwd.md index f98b320414..d42dc5b758 100644 --- a/pages.fr/common/passwd.md +++ b/pages.fr/common/passwd.md @@ -13,8 +13,8 @@ - Affiche l'état actuel du compte utilisateur : -`passwd -S` +`passwd {{-S|--status}}` - Supprime le mot de passe de l'utilisateur (supprime l'authentification par mot de passe pour l'utilisateur indiqué) : -`passwd -d` +`passwd {{-d|--delete}}` diff --git a/pages.fr/common/rubocop.md b/pages.fr/common/rubocop.md index 242b4cdcd1..9b3c6b479b 100644 --- a/pages.fr/common/rubocop.md +++ b/pages.fr/common/rubocop.md @@ -9,7 +9,7 @@ - Vérifie un ou plusieurs fichiers ou répertoires spécifiques : -`rubocop {{chemin/vers/fichier}} {{chemin/vers/dossier}}` +`rubocop {{chemin/vers/fichier_ou_dossier1 chemin/vers/fichier_ou_dossier2 ...}}` - Écrit la sortie dans un fichier : @@ -21,11 +21,11 @@ - Exclue un cop : -`rubocop --except {{cop_1}} {{cop_2}}` +`rubocop --except {{cop_1 cop_2 ...}}` - Exécute uniquement les cops spécifiés : -`rubocop --only {{cop_1}} {{cop_2}}` +`rubocop --only {{cop_1 cop_2 ...}}` - Corrige automatiquement les fichiers (expérimental) : diff --git a/pages.fr/linux/dos2unix.md b/pages.fr/linux/dos2unix.md index c92c60c08d..9242fb2fd7 100644 --- a/pages.fr/linux/dos2unix.md +++ b/pages.fr/linux/dos2unix.md @@ -11,11 +11,11 @@ - Crée une copie avec des fins de lignes de type Unix : -`dos2unix -n {{chemin/vers/fichier}} {{chemin/vers/nouveau_fichier}}` +`dos2unix {{-n|--newfile}} {{chemin/vers/fichier}} {{chemin/vers/nouveau_fichier}}` - Affiche les informations d'un fichier : -`dos2unix -i {{chemin/vers/fichier}}` +`dos2unix {{-i|--info}} {{chemin/vers/fichier}}` - Conserve/Ecrit/Supprime la marque d'ordre des octets (BOM) : diff --git a/pages.hi/common/ls.md b/pages.hi/common/ls.md index ebca61701e..193dfe9276 100644 --- a/pages.hi/common/ls.md +++ b/pages.hi/common/ls.md @@ -25,7 +25,7 @@ - आकार के आधार पर क्रमबद्ध की गई लॉन्ग सूची (अवरोही): -`ls -lS` +`ls -lSR` - संशोधन तिथि के क्रम में क्रमबद्ध की गई सभी फ़ाइलों की लॉन्ग सूची (सबसे पुरानी पहले): diff --git a/pages.hi/linux/lsblk.md b/pages.hi/linux/lsblk.md index 202356f33d..0788273602 100644 --- a/pages.hi/linux/lsblk.md +++ b/pages.hi/linux/lsblk.md @@ -29,8 +29,8 @@ - प्रमुख उपकरण संख्याओं की अल्पविराम से अलग की गई सूची द्वारा निर्दिष्ट उपकरणों को बाहर करें: -`lsblk -e {{1,7}}` +`lsblk -e {{1,7,...}}` - कॉलम की अल्पविराम से अलग की गई सूची का उपयोग करके एक अनुकूलित सारांश प्रदर्शित करें: -`lsblk --output {{NAME}},{{SERIAL}},{{MODEL}},{{TRAN}},{{TYPE}},{{SIZE}},{{FSTYPE}},{{MOUNTPOINT}}` +`lsblk --output {{NAME,SERIAL,MODEL,TRAN,TYPE,SIZE,FSTYPE,MOUNTPOINT,...}}` diff --git a/pages.id/linux/poweroff.md b/pages.id/linux/poweroff.md index 2cdea3a21e..32b4934a3b 100644 --- a/pages.id/linux/poweroff.md +++ b/pages.id/linux/poweroff.md @@ -17,7 +17,7 @@ - Matikan segera tanpa menghubungi manajer sistem: -`poweroff --force --force` +`poweroff --force` - Tulis entri wtmp shutdown tanpa mematikan sistem: diff --git a/pages.it/common/chgrp.md b/pages.it/common/chgrp.md index c988bedc59..a00b84ba70 100644 --- a/pages.it/common/chgrp.md +++ b/pages.it/common/chgrp.md @@ -17,4 +17,4 @@ - Cambia il gruppo proprietario di un file/directory rendendolo uguale a quello di un altro file di riferimento: -`chgrp --reference={{percorso/del/file_riferimento}} {{percorso/del/file}}` +`chgrp --reference {{percorso/del/file_riferimento}} {{percorso/del/file}}` diff --git a/pages.it/common/cmatrix.md b/pages.it/common/cmatrix.md index 3a8659bb10..aa73bfcd55 100644 --- a/pages.it/common/cmatrix.md +++ b/pages.it/common/cmatrix.md @@ -15,6 +15,6 @@ `cmatrix -r` -- Imposta il dilazione di aggiornamento a 2 centisecondi (20 millisecondi): +- Imposta il dilazione di aggiornamento a 100 centisecondi (10 secondi): -`cmatrix -u {{2}}` +`cmatrix -u 100` diff --git a/pages.it/common/consul.md b/pages.it/common/consul.md index 4864009eaa..51ee095056 100644 --- a/pages.it/common/consul.md +++ b/pages.it/common/consul.md @@ -4,10 +4,6 @@ > Alcuni comandi aggiuntivi, come `kv`, hanno la propria documentazione. > Maggiori informazioni: . -- Controlla la versione di Consul: - -`consul --version` - - Mostra informazioni di aiuto generali: `consul --help` @@ -15,3 +11,7 @@ - Mostra aiuto per un sottocomando: `consul {{sottocomando}} --help` + +- Controlla la versione di Consul: + +`consul --version` diff --git a/pages.it/common/cppcheck.md b/pages.it/common/cppcheck.md index 5fb92b59f9..731630520a 100644 --- a/pages.it/common/cppcheck.md +++ b/pages.it/common/cppcheck.md @@ -14,7 +14,7 @@ - Controlla un determinato file, specificando quali test eseguire (di default, solo gli errori sono mostrati): -`cppcheck --enable={{error|warning|style|performance|portability|information|all}} {{percorso/del/file.cpp}}` +`cppcheck --enable {{error|warning|style|performance|portability|information|all}} {{percorso/del/file.cpp}}` - Elenca i test disponibili: @@ -22,7 +22,7 @@ - Controlla un determinato file, ignorando specifici test: -`cppcheck --suppress={{id_test1}} --suppress={{it_test2}} {{percorso/del/file.cpp}}` +`cppcheck --suppress {{id_test1}} --suppress {{it_test2}} {{percorso/del/file.cpp}}` - Controlla la directory corrente, fornendo percorsi da includere per file esterni (e.g. librerie esterne): @@ -30,4 +30,4 @@ - Controlla un progetto Microsoft Visual Studio (`*.vcxproj`) o file solution (`*.sln`): -`cppcheck --project={{percorso/del/progetto.sln}}` +`cppcheck --project {{percorso/del/progetto.sln}}` diff --git a/pages.it/common/cppclean.md b/pages.it/common/cppclean.md index 2d631536fd..aa2c922ced 100644 --- a/pages.it/common/cppclean.md +++ b/pages.it/common/cppclean.md @@ -9,7 +9,7 @@ - Esegui su di un progetto dove gli header sono nella directory "inc1" ed "inc2": -`cppclean {{percorso/della/directory_progetto}} --include-path={{inc1}} --include-path={{inc2}}` +`cppclean {{percorso/della/directory_progetto}} --include-path {{inc1}} --include-path {{inc2}}` - Esegui su di uno specifico file `main.cpp`: @@ -17,4 +17,4 @@ - Esegui della directory corrente, escludendo la directory "build": -`cppclean {{.}} --exclude={{build}}` +`cppclean {{.}} --exclude {{build}}` diff --git a/pages.it/common/cradle.md b/pages.it/common/cradle.md index 62cd8bcacf..6b43021b29 100644 --- a/pages.it/common/cradle.md +++ b/pages.it/common/cradle.md @@ -8,6 +8,10 @@ `cradle connect {{nome_server}}` +- Esegui un comando Cradle: + +`cradle {{command}}` + - Mostra informazioni di aiuto generali: `cradle help` @@ -15,7 +19,3 @@ - MOstra aiuto per uno specifico comando: `cradle {{command}} help` - -- Esegui un comando Cradle: - -`cradle {{command}}` diff --git a/pages.it/common/csslint.md b/pages.it/common/csslint.md index e11fd45f0c..a1c7dcf401 100644 --- a/pages.it/common/csslint.md +++ b/pages.it/common/csslint.md @@ -9,7 +9,7 @@ - Esegui il linting di file CSS multipli: -`csslint {{file1.css}} {{file2.css}} {{file3.css}}` +`csslint {{file1.css file2.css ...}}` - Elenca tutte le possibili regole di stile: diff --git a/pages.it/common/id3tag.md b/pages.it/common/id3tag.md index 7b1853ddd1..dde2a16be4 100644 --- a/pages.it/common/id3tag.md +++ b/pages.it/common/id3tag.md @@ -5,11 +5,11 @@ - Imposta l'etichetta dell'artista e del titolo in un file MP3: -`id3tag --artist={{artista}} --title={{titolo}} {{percorso/del/file.mp3}}` +`id3tag --artist {{artista}} --song {{titolo}} {{percorso/del/file.mp3}}` - Imposta il titolo dell'album di tutti i file MP3 nella directory corrente: -`id3tag --album={{album}} {{*.mp3}}` +`id3tag --album {{album}} {{*.mp3}}` - Fornisce altro aiuto: diff --git a/pages.it/common/ls.md b/pages.it/common/ls.md index 22d39c221b..1afa21de24 100644 --- a/pages.it/common/ls.md +++ b/pages.it/common/ls.md @@ -25,7 +25,7 @@ - Elenca tutti i file e mostra informazioni, ordinandoli per dimensione decrescente: -`ls -lS` +`ls -lSR` - Elenca tutti i file e mostra informazioni, ordinandoli per data di ultima modifica (i più vecchi prima): diff --git a/pages.it/common/opusenc.md b/pages.it/common/opusenc.md index f65e5f3249..5510a5b869 100644 --- a/pages.it/common/opusenc.md +++ b/pages.it/common/opusenc.md @@ -5,16 +5,16 @@ - Converte un file WAV in un file Opus usando le opzioni predefinite: -`opusenc {{percorso/del/file_originale.wav}} {{percorso/del/file_convertito}}.opus` +`opusenc {{percorso/del/file_originale.wav}} {{percorso/del/file_convertito.opus}}` - Converte un audio stereo alla massima qualità possibile: -`opusenc --bitrate {{512}} {{percorso/del/file_originale.wav}} {{percorso/del/file_convertito}}.opus` +`opusenc --bitrate {{512}} {{percorso/del/file_originale.wav}} {{percorso/del/file_convertito.opus}}` - Converte un audio con canali surround 5.1 alla massima qualità possibile: -`opusenc --bitrate {{1536}} {{percorso/del/file_originale.flac}} {{percorso/del/file_convertito}}.opus` +`opusenc --bitrate {{1536}} {{percorso/del/file_originale.flac}} {{percorso/del/file_convertito.opus}}` - Converte l'audio di una voce alla minima qualità possibile: -`opusenc {{percorso/del/file_originale.wav}} --downmix-mono --bitrate {{6}} {{percorso/del/file_convertito}}.opus` +`opusenc {{percorso/del/file_originale.wav}} --downmix-mono --bitrate {{6}} {{percorso/del/file_convertito.opus}}` diff --git a/pages.ja/common/ls.md b/pages.ja/common/ls.md index 15d7de4f39..7d71f50167 100644 --- a/pages.ja/common/ls.md +++ b/pages.ja/common/ls.md @@ -25,7 +25,7 @@ - サイズ順(降順)に並べた長い形式での一覧表示: -`ls -lS` +`ls -lSR` - すべてのファイルの長い形式でのリストで、更新日が古いものから順に表示されます: diff --git a/pages.ko/common/chgrp.md b/pages.ko/common/chgrp.md index 9715580a49..b48c80a3d6 100644 --- a/pages.ko/common/chgrp.md +++ b/pages.ko/common/chgrp.md @@ -17,4 +17,4 @@ - 참조 파일과 일치하도록 파일/디렉토리의 소유 그룹 변경: -`chgrp --reference={{경로/참조_파일명}} {{경로/파일명_또는_디렉토리명}}` +`chgrp --reference {{경로/참조_파일명}} {{경로/파일명_또는_디렉토리명}}` diff --git a/pages.ko/common/consul.md b/pages.ko/common/consul.md index c57e83e055..af5a7f8349 100644 --- a/pages.ko/common/consul.md +++ b/pages.ko/common/consul.md @@ -3,10 +3,6 @@ > 서비스 검색 기능과 상태 확인을 위한 분산된 키-값(key-value)쌍 저장. > 더 많은 정보: . -- Consul 버전을 체크합니다: - -`consul --version` - - 일반 도움말을 보여줍니다: `consul --help` @@ -14,3 +10,7 @@ - 서브 명령어를 위한 도움말을 보여줍니다: `consul {{하위-명령어}} --help` + +- Consul 버전을 체크합니다: + +`consul --version` diff --git a/pages.ko/common/cotton.md b/pages.ko/common/cotton.md index 1ad3bb352d..9ae202474e 100644 --- a/pages.ko/common/cotton.md +++ b/pages.ko/common/cotton.md @@ -5,12 +5,12 @@ - 특정 기본 URL 사용하기: -`cotton -u {{기본_url}} {{파일}}.md` +`cotton -u {{기본_url}} {{파일.md}}` - 인증서 확인 비활성화(비 보안 모드): -`cotton -u {{기본_url}} -i {{파일}}.md` +`cotton -u {{기본_url}} -i {{파일.md}}` - 테스트 실패시 실행 중지: -`cotton -u {{기본_url}} -s {{파일}}.md` +`cotton -u {{기본_url}} -s {{파일.md}}` diff --git a/pages.ko/common/cppcheck.md b/pages.ko/common/cppcheck.md index 383738c943..dc6b98764c 100644 --- a/pages.ko/common/cppcheck.md +++ b/pages.ko/common/cppcheck.md @@ -14,7 +14,7 @@ - 수행 할 테스트를 지정하여 주어진 파일을 확인(기본적으로 오류만 표시됨): -`cppcheck --enable={{error|warning|style|performance|portability|information|all}} {{file.cpp/의/경로}}` +`cppcheck --enable {{error|warning|style|performance|portability|information|all}} {{file.cpp/의/경로}}` - 사용 가능한 테스트 목록: @@ -22,7 +22,7 @@ - 특정 테스트를 무시하고 주어진 파일을 확인: -`cppcheck --suppress={{test_id1}} --suppress={{test_id2}} {{file.cpp/의/경로}}` +`cppcheck --suppress {{test_id1}} --suppress {{test_id2}} {{file.cpp/의/경로}}` - 현재 디렉토리를 확인하여 외부에 있는 include 파일의 경로를 제공(예 : 외부 라이브러리): @@ -30,4 +30,4 @@ - Microsoft Visual Studio 프로젝트 (`*.vcxproj`) 또는 솔루션 (`*.sln`)을 확인: -`cppcheck --project={{project.sln/의/경로}}` +`cppcheck --project {{project.sln/의/경로}}` diff --git a/pages.ko/common/cppclean.md b/pages.ko/common/cppclean.md index ea8a9d1455..0ebaa4223c 100644 --- a/pages.ko/common/cppclean.md +++ b/pages.ko/common/cppclean.md @@ -9,7 +9,7 @@ - 헤더가 `inc1/` 및 `inc2/` 디렉토리에 있는 프로젝트에서 실행: -`cppclean {{프로젝트/의/경로}} --include-path={{inc1}} --include-path={{inc2}}` +`cppclean {{프로젝트/의/경로}} --include-path {{inc1}} --include-path {{inc2}}` - 특정 팡리 `main.cpp`에서 실행: @@ -17,4 +17,4 @@ - `build`디렉토리를 제외한 현재 디렉토리에서 실행: -`cppclean {{.}} --exclude={{build}}` +`cppclean {{.}} --exclude {{build}}` diff --git a/pages.ko/common/cradle.md b/pages.ko/common/cradle.md index e5067bb791..093842f532 100644 --- a/pages.ko/common/cradle.md +++ b/pages.ko/common/cradle.md @@ -8,6 +8,10 @@ `cradle connect {{서버_명}}` +- Cradle 명령 실행: + +`cradle {{명령}}` + - 일반적인 도움말 표시: `cradle help` @@ -15,7 +19,3 @@ - 특정 명령에 대한 도움말 표시: `cradle {{명령}} help` - -- Cradle 명령 실행: - -`cradle {{명령}}` diff --git a/pages.ko/common/csslint.md b/pages.ko/common/csslint.md index 75551e1a82..3d59d42651 100644 --- a/pages.ko/common/csslint.md +++ b/pages.ko/common/csslint.md @@ -9,7 +9,7 @@ - 여러개의 CSS 파일을 린트: -`csslint {{파일1.css}} {{파일2.css}} {{파일3.css}}` +`csslint {{파일1.css 파일2.css ...}}` - 가능한 모든 스타일 규칙 나열: diff --git a/pages.ko/common/date.md b/pages.ko/common/date.md index 92310bca85..781c449eea 100644 --- a/pages.ko/common/date.md +++ b/pages.ko/common/date.md @@ -25,7 +25,7 @@ - 현재 날짜를 RFC-3339 형식으로 표시 (`YYYY-MM-DD hh:mm:ss TZ`): -`date --rfc-3339=s` +`date --rfc-3339 s` - `MMDDhhmmYYYY.ss` (`YYYY` 와 `.ss`는 선택 사항) 형식을 사용해 현재 날짜를 설정: diff --git a/pages.ko/common/grep.md b/pages.ko/common/grep.md index 83c69c22bc..f3f26fa5a2 100644 --- a/pages.ko/common/grep.md +++ b/pages.ko/common/grep.md @@ -13,7 +13,7 @@ - 재귀적으로 디렉토리 안의 바이너리 파일을 제외한 모든 파일 안에서 패턴을 검색하고, 일치하는 줄의 번호를 보여줌: -`grep {{-r|--recursive}} {{-n|--line-number}} --binary-files={{without-match}} "{{검색_패턴}}" {{디렉토리/의/경로}}` +`grep {{-r|--recursive}} {{-n|--line-number}} --binary-files {{without-match}} "{{검색_패턴}}" {{디렉토리/의/경로}}` - 대소문자를 구분하지 않는 모드에서 확장된 정규표현식 사용 (`?`, `+`, `{}`, `()` 그리고 `|` 를 지원): diff --git a/pages.ko/common/javac.md b/pages.ko/common/javac.md index 0b39b43dc1..bebab4726e 100644 --- a/pages.ko/common/javac.md +++ b/pages.ko/common/javac.md @@ -9,7 +9,7 @@ - 여러 개의 `.java` 파일들을 컴파일: -`javac {{파일1.java}} {{파일2.java}} {{파일3.java}}` +`javac {{파일1.java 파일2.java ...}}` - 현재 디렉토리 내의 모든 `.java` 파일들을 컴파일: diff --git a/pages.ko/common/ls.md b/pages.ko/common/ls.md index 48b427a3b7..2ec2a9c97c 100644 --- a/pages.ko/common/ls.md +++ b/pages.ko/common/ls.md @@ -25,7 +25,7 @@ - 파일의 모든 정보를 크기의 내림차순으로 정렬: -`ls -lS` +`ls -lSR` - 파일의 모든 정보를 수정날짜(오래된 순서)로 정렬: diff --git a/pages.ml/linux/gedit.md b/pages.ml/linux/gedit.md index cf49a80557..a63d2774bf 100644 --- a/pages.ml/linux/gedit.md +++ b/pages.ml/linux/gedit.md @@ -13,7 +13,7 @@ - ഒരു പ്രത്യേക എൻകോഡിങ്ങിൽ ഫയൽ ഓപ്പൺ ചെയ്യുവാൻ: -`gedit --encoding={{UTF-8}} {{ഫയലിലേക്കുള്ള/പാത}}` +`gedit --encoding {{UTF-8}} {{ഫയലിലേക്കുള്ള/പാത}}` - സപ്പോർട്ട് ചെയ്യപ്പെട്ട എല്ലാവിധ എൻകോഡിങ്ങും കാണുവാൻ: diff --git a/pages.ne/common/ls.md b/pages.ne/common/ls.md index b3c44b3454..19da8ffdbd 100644 --- a/pages.ne/common/ls.md +++ b/pages.ne/common/ls.md @@ -25,7 +25,7 @@ - लामो ढाँचामा फाइलहरू देखाउनुहोस् जुन साइज अनुसार क्रमबद्ध छन् (घट्दो क्रममा): -`ls -lS` +`ls -lSR` - सबै फाइलहरूलाई लामो ढाँचामा देखाउनुहोस् जुन परिमार्जन मितिद्वारा क्रमबद्ध गरिएको छ (सबैभन्दा पुरानो पहिलो): diff --git a/pages.pl/linux/journalctl.md b/pages.pl/linux/journalctl.md index 25444e523b..322779e8d5 100644 --- a/pages.pl/linux/journalctl.md +++ b/pages.pl/linux/journalctl.md @@ -5,19 +5,19 @@ - Wyświetl wszystkie wiadomości o priorytecie 3 (błędy) z tego rozruchu: -`journalctl -b --priority={{3}}` +`journalctl -b --priority=3` - Usuń dzienniki starsze niż 2 dni: -`journalctl --vacuum-time={{2d}}` +`journalctl --vacuum-time=2d` - Wyświetlaj nowe wiadomości (jak `tail -f` dla tradycyjnego sysloga): -`journalctl -f` +`journalctl --follow` - Wyświetl wszystkie wiadomości podanej jednostki: -`journalctl -u {{jednostka}}` +`journalctl --unit {{jednostka}}` - Wyświetl wiadomości podanej jednostki od czasu jej ostatniego uruchomienia: diff --git a/pages.pt_BR/common/dust.md b/pages.pt_BR/common/dust.md index f2f2207df1..d153eb4727 100644 --- a/pages.pt_BR/common/dust.md +++ b/pages.pt_BR/common/dust.md @@ -9,15 +9,15 @@ - Exibe informações para uma lista de diretórios separados por espaço: -`dust {{caminho/para/diretório1}} {{caminho/para/diretório2}}` +`dust {{caminho/para/diretório1 caminho/para/diretório2 ...}}` - Exibe 30 diretórios (o padrão é 21): -`dust --number-of-lines {{30}}` +`dust --number-of-lines 30` - Exibe informações para o diretório atual, com até 3 níveis de profundidade: -`dust --depth {{3}}` +`dust --depth 3` - Exibe os maiores diretórios no topo em ordem decrescente: diff --git a/pages.pt_BR/common/dvc.md b/pages.pt_BR/common/dvc.md index 05c75e168a..5c73e7a842 100644 --- a/pages.pt_BR/common/dvc.md +++ b/pages.pt_BR/common/dvc.md @@ -4,9 +4,9 @@ > Alguns subcomandos tal como `commit` tem suas próprias documentações de uso. > Mais informações: . -- Checa a versão do DVC: +- Executa um subcomando do DVC: -`dvc --version` +`dvc {{subcomando}}` - Exibe a ajuda geral: @@ -16,6 +16,6 @@ `dvc {{subcomando}} --help` -- Executa um subcomando do DVC: +- Checa a versão do DVC: -`dvc {{subcomando}}` +`dvc --version` diff --git a/pages.pt_BR/common/grep.md b/pages.pt_BR/common/grep.md index 77f9a89982..d19c8d0b75 100644 --- a/pages.pt_BR/common/grep.md +++ b/pages.pt_BR/common/grep.md @@ -13,7 +13,7 @@ - Pesquisa por um padrão em todos os arquivos recursivamente em um diretório, mostrando o número das linhas das correspondências, ignorando arquivos binários: -`grep {{-r|--recursive}} {{-n|--line-number}} --binary-files={{without-match}} "{{padrão_pesquisado}}" {{caminho/para/diretório}}` +`grep {{-r|--recursive}} {{-n|--line-number}} --binary-files {{without-match}} "{{padrão_pesquisado}}" {{caminho/para/diretório}}` - Usa expressões regulares estendidas (suporta `?`, `+`, `{}`, `()` and `|`), no modo insensível a maiúsculas e minúsculas: diff --git a/pages.pt_BR/common/img2pdf.md b/pages.pt_BR/common/img2pdf.md index 5d548786f1..561b57ab54 100644 --- a/pages.pt_BR/common/img2pdf.md +++ b/pages.pt_BR/common/img2pdf.md @@ -5,7 +5,7 @@ - Converte múltiplas imagens para um único PDF, cada imagem sendo uma página: -`img2pdf {{caminho/da/imagem1.jpg}} {{caminho/da/imagem2.jpg}} --output {{caminho/do/arquivo.pdf}}` +`img2pdf {{caminho/da/imagem1.ext caminho/da/imagem2.ext ...}} --output {{caminho/do/arquivo.pdf}}` - Converte para PDF apenas o primeiro quadro de uma imagem com múltiplos quadros: @@ -13,7 +13,7 @@ - Auto-orientar a imagem, usando uma página A4 em modo paisagem e uma borda de 2cm horizontalmente e 5.1cm verticalmente: -`img2pdf {{caminho/do/arquivo.jpg}} --auto-orient --pagesize {{A4^T}} --border {{2cm}}:{{5.1cm}} --output {{caminho/do/arquivo.pdf}}` +`img2pdf {{caminho/do/arquivo.ext}} --auto-orient --pagesize {{A4^T}} --border {{2cm}}:{{5.1cm}} --output {{caminho/do/arquivo.pdf}}` - Encolhe apenas imagens maiores para um retângulo de 10cm por 15cm dentro de uma página de 30x20cm: diff --git a/pages.pt_BR/common/javac.md b/pages.pt_BR/common/javac.md index 7b3d65479e..7616196720 100644 --- a/pages.pt_BR/common/javac.md +++ b/pages.pt_BR/common/javac.md @@ -9,7 +9,7 @@ - Compile vários arquivos `.java`: -`javac {{arquivo1.java}} {{arquivo2.java}} {{arquivo3.java}}` +`javac {{arquivo1.java arquivo2.java ...}}` - Compile todos os arquivos `.java` no diretório atual: diff --git a/pages.pt_BR/common/ls.md b/pages.pt_BR/common/ls.md index ca32f8cbfe..f46c795871 100644 --- a/pages.pt_BR/common/ls.md +++ b/pages.pt_BR/common/ls.md @@ -25,7 +25,7 @@ - Lista em formato longo ordenados por tamanhos (decrescente): -`ls -lS` +`ls -lSR` - Lista todos os arquivos em formato longo, ordenados por data de modificação (mais antigo primeiro): diff --git a/pages.pt_BR/common/passwd.md b/pages.pt_BR/common/passwd.md index ae59277742..e6f9726fa1 100644 --- a/pages.pt_BR/common/passwd.md +++ b/pages.pt_BR/common/passwd.md @@ -13,8 +13,8 @@ - Obtém o status atual do usuário: -`passwd -S` +`passwd {{-S|--status}}` - Deixa a senha da conta em branco (isso definirá a conta nomeada como sem senha): -`passwd -d` +`passwd {{-d|--delete}}` diff --git a/pages.pt_BR/common/podman-compose.md b/pages.pt_BR/common/podman-compose.md index 8d83931e9c..c04e6b6ff4 100644 --- a/pages.pt_BR/common/podman-compose.md +++ b/pages.pt_BR/common/podman-compose.md @@ -17,7 +17,7 @@ - Inicia todos os contêineres usando um arquivo de composição alternativo: -`podman-compose {{caminho/para/arquivo}} up` +`podman-compose {{-f|--file}} {{caminho/para/arquivo}} up` - Para todos os contêineres em execução: diff --git a/pages.pt_PT/osx/softwareupdate.md b/pages.pt_PT/osx/softwareupdate.md index cf25714080..f1217b5594 100644 --- a/pages.pt_PT/osx/softwareupdate.md +++ b/pages.pt_PT/osx/softwareupdate.md @@ -13,7 +13,7 @@ - Descarrega e instala todas as atualizações recomendadas: -`softwareupdate --install --req` +`softwareupdate --install --recommended` - Descarrega e instala um aplicativo específico: diff --git a/pages.ru/common/ghci.md b/pages.ru/common/ghci.md index fdc356ef0b..6bbfefcd66 100644 --- a/pages.ru/common/ghci.md +++ b/pages.ru/common/ghci.md @@ -21,4 +21,4 @@ - Запустить REPL со списком папок, разделённых двоеточием, в которых нужно искать исходные файлы: -`ghci -i{{путь/до/папки1}}:{{путь/до/папки2}}` +`ghci -i{{путь/до/папки1:путь/до/папки2:...}}` diff --git a/pages.ru/common/grep.md b/pages.ru/common/grep.md index 4f9dca9dc2..7377645e7c 100644 --- a/pages.ru/common/grep.md +++ b/pages.ru/common/grep.md @@ -13,7 +13,7 @@ - Искать по шаблону во всех файлах в директории рекурсивно, показывая номера строк, там где подстрока была найдена, исключая бинарные(двоичные) файлы: -`grep {{-r|--recursive}} {{-n|--line-number}} --binary-files={{without-match}} "{{шаблон_поиска}}" {{путь/к/директории}}` +`grep {{-r|--recursive}} {{-n|--line-number}} --binary-files {{without-match}} "{{шаблон_поиска}}" {{путь/к/директории}}` - Искать, используя расширенные регулярные выражения (поддержка `?`, `+`, `{}`, `()` и `|`), без учета регистра: diff --git a/pages.ru/common/ls.md b/pages.ru/common/ls.md index 4037220d19..f4678ff8b9 100644 --- a/pages.ru/common/ls.md +++ b/pages.ru/common/ls.md @@ -25,7 +25,7 @@ - Подробный список, отсортированный по размеру файлов (по убыванию): -`ls -lS` +`ls -lSR` - Подробный список, отсортированный по дате изменения файла (сначала более старые): diff --git a/pages.ru/linux/lsblk.md b/pages.ru/linux/lsblk.md index 7e1b2100a3..ceca9d4e1c 100644 --- a/pages.ru/linux/lsblk.md +++ b/pages.ru/linux/lsblk.md @@ -29,8 +29,8 @@ - Исключить устройства, указанные в списке основных номеров устройств, разделенных запятыми: -`lsblk -e {{1,7}}` +`lsblk -e {{1,7,...}}` - Отобразить вывод с указанием списка определённых параметров, разделенных запятыми: -`lsblk --output {{NAME}},{{SERIAL}},{{MODEL}},{{TRAN}},{{TYPE}},{{SIZE}},{{FSTYPE}},{{MOUNTPOINT}}` +`lsblk --output {{NAME,SERIAL,MODEL,TRAN,TYPE,SIZE,FSTYPE,MOUNTPOINT,...}}` diff --git a/pages.ta/common/javac.md b/pages.ta/common/javac.md index 96eec6e0d0..2a681d418d 100644 --- a/pages.ta/common/javac.md +++ b/pages.ta/common/javac.md @@ -9,7 +9,7 @@ - பல `.java` கோப்புகளை தொகுக்கவும்: -`javac {{கோப்பு1.java}} {{கோப்பு2.java}} {{கோப்பு3.java}}` +`javac {{கோப்பு1.java கோப்பு2.java ...}}` - தற்போதைய கோப்பகத்தில் அனைத்து `.java` கோப்புகளையும் தொகுக்கவும்: diff --git a/pages.ta/linux/gedit.md b/pages.ta/linux/gedit.md index 813639ff78..37af6a3347 100644 --- a/pages.ta/linux/gedit.md +++ b/pages.ta/linux/gedit.md @@ -13,7 +13,7 @@ - ஒரு குறிப்பிட்ட குறியாக்கத்துடன் உரைக் கோப்பைத் திறக்கவும்: -`gedit --encoding={{UTF-8}} {{கோப்பு/பாதை}}` +`gedit --encoding {{UTF-8}} {{கோப்பு/பாதை}}` - ஆதரிக்கப்படும் குறியாக்கங்களின் பட்டியலைக் காண்பிக்கவும்: diff --git a/pages.ta/linux/gnome-extensions.md b/pages.ta/linux/gnome-extensions.md index 754a4a7640..1cfb5b746f 100644 --- a/pages.ta/linux/gnome-extensions.md +++ b/pages.ta/linux/gnome-extensions.md @@ -3,10 +3,6 @@ > டெர்மினலில் இருந்து க்னோம் நீட்டிப்புகளை நிர்வகிக்கவும். > மேலும் விவரத்திற்கு: . -- பதிப்பைக் காட்டு: - -`gnome-extensions version` - - நிறுவப்பட்ட அனைத்து நீட்டிப்புகளையும் பட்டியலிடுங்கள்: `gnome-extensions list` @@ -15,10 +11,6 @@ `gnome-extensions info "{{நீட்டிப்பு_ஐடி}}"` -- துணைக் கட்டளைக்கான உதவியைக் காண்பி (`பட்டியல்` போன்றவை): - -`gnome-extensions help {{துணை_கட்டளை}}` - - ஒரு குறிப்பிட்ட நீட்டிப்பை இயக்கு: `gnome-extensions enable "{{நீட்டிப்பு_ஐடி}}"` @@ -30,3 +22,11 @@ - ஒரு குறிப்பிட்ட நீட்டிப்பை நிறுவல் நீக்கு: `gnome-extension uninstall "{{நீட்டிப்பு_ஐடி}}"` + +- துணைக் கட்டளைக்கான உதவியைக் காண்பி (`list` போன்றவை): + +`gnome-extensions help {{துணை_கட்டளை}}` + +- பதிப்பைக் காட்டு: + +`gnome-extensions version` diff --git a/pages.th/common/ls.md b/pages.th/common/ls.md index c5afbce6b9..954d0798bb 100644 --- a/pages.th/common/ls.md +++ b/pages.th/common/ls.md @@ -25,7 +25,7 @@ - แสดงข้อมูลเบื้องต้นของไฟล์หรือโฟลเดอร์ (สิทธ์การเข้าถึง, ความเป็นเจ้าของ, ขนาด, และวันที่แก้ไขล่าสุด) โดยใช้ขนาดในการเรียงลำดับจากมากไปน้อย: -`ls -lS` +`ls -lSR` - แสดงข้อมูลเบื้องต้นของไฟล์หรือโฟลเดอร์ (สิทธ์การเข้าถึง, ความเป็นเจ้าของ, ขนาด, และวันที่แก้ไขล่าสุด) โดยใช้วันที่แก้ไขล่าสุดในการเรียงลำดับจากอายุมากไปน้อย: diff --git a/pages.tr/common/grep.md b/pages.tr/common/grep.md index 51faffd667..f4fac1622e 100644 --- a/pages.tr/common/grep.md +++ b/pages.tr/common/grep.md @@ -13,7 +13,7 @@ - Bir dizindeki tüm dosyalarda bir kalıbı tekrarlı olarak ara, eşleşmelerin satır numaralarını göster, binary dosyaları göz ardı et: -`grep {{-r|--recursive}} {{-n|--line-number}} --binary-files={{without-match}} "{{aranan_kalıp}}" {{dosya/yolu}}` +`grep {{-r|--recursive}} {{-n|--line-number}} --binary-files {{without-match}} "{{aranan_kalıp}}" {{dosya/yolu}}` - Büyük/küçük harfe duyarsız modda genişletilmiş düzenli ifadeleri (`?`, `+`, `{}`, `()` ve `|` destekler) kullan: diff --git a/pages.uk/linux/journalctl.md b/pages.uk/linux/journalctl.md index 0775c24a09..93b118fbdd 100644 --- a/pages.uk/linux/journalctl.md +++ b/pages.uk/linux/journalctl.md @@ -5,19 +5,19 @@ - Показати всі повідомлення з рівнем пріоритету 3 (помилки) від цього завантаження ([b]oot): -`journalctl -b --priority={{3}}` +`journalctl -b --priority=3` - Видалити записи журналу, які старіші за 2 дні: -`journalctl --vacuum-time={{2d}}` +`journalctl --vacuum-time=2d` - Слідкувати за новими повідомленнями (як `tail -f` для традиційного syslog): -`journalctl -f` +`journalctl --follow` - Показати всі повідомлення за конкретним блоком ([u]nit): -`journalctl -u {{блок}}` +`journalctl --unit {{блок}}` - Фільтрувати повідомлення в межах діапазону часу (мітка часу або покажчики місця заповнення, як-от «вчора»): diff --git a/pages.uk/linux/lsblk.md b/pages.uk/linux/lsblk.md index 9a877a4982..4fe3ad3d6a 100644 --- a/pages.uk/linux/lsblk.md +++ b/pages.uk/linux/lsblk.md @@ -29,8 +29,8 @@ - Виключити пристрої, указані в розділеному комами списку основних номерів пристроїв: -`lsblk -e {{1,7}}` +`lsblk -e {{1,7,...}}` - Вивести налаштований підсумок за допомогою розділеного комами списку стовпців: -`lsblk --output {{NAME}},{{SERIAL}},{{MODEL}},{{TRAN}},{{TYPE}},{{SIZE}},{{FSTYPE}},{{MOUNTPOINT}}` +`lsblk --output {{NAME,SERIAL,MODEL,TRAN,TYPE,SIZE,FSTYPE,MOUNTPOINT,...}}` diff --git a/pages.zh/common/grep.md b/pages.zh/common/grep.md index f19f290f16..61c43fecf2 100644 --- a/pages.zh/common/grep.md +++ b/pages.zh/common/grep.md @@ -13,7 +13,7 @@ - 在指定目录下的所有文件中递归地查找模式,显示匹配的行号并忽略二进制文件: -`grep {{-r|--recursive}} {{-n|--line-number}} --binary-files={{without-match}} "{{模式字符串}}" {{路径/到/目录}}` +`grep {{-r|--recursive}} {{-n|--line-number}} --binary-files {{without-match}} "{{模式字符串}}" {{路径/到/目录}}` - 使用大小写不敏感的扩展正则表达式(支持 `?`、`+`、`{}`、`()` 和 `|`): diff --git a/pages.zh/common/javac.md b/pages.zh/common/javac.md index 90648894ab..0f343a2c04 100644 --- a/pages.zh/common/javac.md +++ b/pages.zh/common/javac.md @@ -9,7 +9,7 @@ - 编译多个 `.java` 文件: -`javac {{文件名1.java}} {{文件名2.java}} {{文件名3.java}}` +`javac {{文件名1.java 文件名2.java 文件名3.java ...}}` - 编译当前目录内所有 `.java` 文件: diff --git a/pages.zh/common/ls.md b/pages.zh/common/ls.md index cfc634b707..e6958ee24d 100644 --- a/pages.zh/common/ls.md +++ b/pages.zh/common/ls.md @@ -25,7 +25,7 @@ - 列出所有文件信息,按大小降序排序: -`ls -lS` +`ls -lSR` - 列出所有文件信息,按修改日期从旧到新排序: diff --git a/pages.zh/common/rubocop.md b/pages.zh/common/rubocop.md index 717a86e2c3..9801f5b24e 100644 --- a/pages.zh/common/rubocop.md +++ b/pages.zh/common/rubocop.md @@ -9,7 +9,7 @@ - 检查一个或多个指定文件或目录: -`rubocop {{目录 / 文件名}} {{目录 /}}` +`rubocop {{目录 / 文件名 目录 / 文件名 ...}}` - 将输出写入指定文件: @@ -21,11 +21,11 @@ - 排除格式规则: -`rubocop --except {{规则 1}} {{规则 2}}` +`rubocop --except {{规则 1 规则 2 ...}}` - 只运行指定的规则: -`rubocop --only {{规则 1}} {{规则 2}}` +`rubocop --only {{规则 1 规则 2 ...}}` - 自动更正文件(实验): diff --git a/pages.zh/linux/lsblk.md b/pages.zh/linux/lsblk.md index 986c8aa6ed..2f13f38ef0 100644 --- a/pages.zh/linux/lsblk.md +++ b/pages.zh/linux/lsblk.md @@ -25,8 +25,8 @@ - 排除由逗号分隔的主要设备编号列表指定的设备: -`lsblk -e {{1,7}}` +`lsblk -e {{1,7,...}}` - 使用逗号分隔的列列表显示自定义摘要: -`lsblk --output {{NAME}},{{SERIAL}},{{MODEL}},{{TRAN}},{{TYPE}},{{SIZE}},{{FSTYPE}},{{MOUNTPOINT}}` +`lsblk --output {{NAME,SERIAL,MODEL,TRAN,TYPE,SIZE,FSTYPE,MOUNTPOINT,...}}` diff --git a/pages.zh/osx/softwareupdate.md b/pages.zh/osx/softwareupdate.md index fcab8972ed..47a79e0285 100644 --- a/pages.zh/osx/softwareupdate.md +++ b/pages.zh/osx/softwareupdate.md @@ -13,7 +13,7 @@ - 下载并安装所有推荐的更新: -`softwareupdate --install --req` +`softwareupdate --install --recommended` - 下载并安装特定的应用程序: diff --git a/pages.zh/windows/comp.md b/pages.zh/windows/comp.md index f9e12e2a33..eaa3e0357c 100644 --- a/pages.zh/windows/comp.md +++ b/pages.zh/windows/comp.md @@ -34,4 +34,4 @@ - 只比较每个文件前 5 行的内容: -`comp /n={{5}} {{文件 1 的路径}} {{文件 2 的路径}}` +`comp /n=5 {{文件 1 的路径}} {{文件 2 的路径}}` diff --git a/pages.zh_TW/common/ls.md b/pages.zh_TW/common/ls.md index 1566c3a14f..2a42665908 100644 --- a/pages.zh_TW/common/ls.md +++ b/pages.zh_TW/common/ls.md @@ -25,7 +25,7 @@ - 列出完整檔案列表,並依檔案大小降序排序: -`ls -lS` +`ls -lSR` - 列出完整檔案列表,並依修改時間由舊到新排序: diff --git a/pages/common/docker-ps.md b/pages/common/docker-ps.md index 9e9f14aae9..e3528c2317 100644 --- a/pages/common/docker-ps.md +++ b/pages/common/docker-ps.md @@ -25,7 +25,7 @@ - Filter containers by exit status code: -`docker ps --all --filter="exited={{code}}"` +`docker ps --all --filter "exited={{code}}"` - Filter containers by status (created, running, removing, paused, exited and dead): diff --git a/pages/common/dust.md b/pages/common/dust.md index 713a189fa1..4e398782ca 100644 --- a/pages/common/dust.md +++ b/pages/common/dust.md @@ -13,11 +13,11 @@ - Display 30 directories (defaults to 21): -`dust --number-of-lines {{30}}` +`dust --number-of-lines 30` - Display information for the current directory, up to 3 levels deep: -`dust --depth {{3}}` +`dust --depth 3` - Display the biggest directories at the top in descending order: diff --git a/pages/common/id3tag.md b/pages/common/id3tag.md index 83b2fe4287..40817787c6 100644 --- a/pages/common/id3tag.md +++ b/pages/common/id3tag.md @@ -9,7 +9,7 @@ - Set album title of all MP3 files in the current directory: -`id3tag --album={{album}} {{*.mp3}}` +`id3tag --album {{album}} {{*.mp3}}` - Display help: diff --git a/pages/common/mpv.md b/pages/common/mpv.md index 344608b735..1884251085 100644 --- a/pages/common/mpv.md +++ b/pages/common/mpv.md @@ -26,7 +26,7 @@ - Play a file at a specified speed (1 by default): -`mpv --speed={{0.01..100}} {{path/to/file}}` +`mpv --speed {{0.01..100}} {{path/to/file}}` - Play a file using a profile defined in the `mpv.conf` file: diff --git a/pages/linux/gedit.md b/pages/linux/gedit.md index f14ddfd944..cdc7bac181 100644 --- a/pages/linux/gedit.md +++ b/pages/linux/gedit.md @@ -13,7 +13,7 @@ - Open a text file with a specific encoding: -`gedit --encoding={{UTF-8}} {{path/to/file}}` +`gedit --encoding {{UTF-8}} {{path/to/file}}` - Display a list of supported encodings: diff --git a/pages/linux/journalctl.md b/pages/linux/journalctl.md index 9bb2a45b96..cbdd777c11 100644 --- a/pages/linux/journalctl.md +++ b/pages/linux/journalctl.md @@ -5,11 +5,11 @@ - Show all messages with priority level 3 (errors) from this [b]oot: -`journalctl -b --priority={{3}}` +`journalctl -b --priority=3` - Delete journal logs which are older than 2 days: -`journalctl --vacuum-time={{2d}}` +`journalctl --vacuum-time=2d` - Show only the last N li[n]es and [f]ollow new messages (like `tail -f` for traditional syslog):