diff --git a/docs/ca/common/cmatrix.md b/docs/ca/common/cmatrix.md index 6fe42581ad..6cc3e68428 100644 --- a/docs/ca/common/cmatrix.md +++ b/docs/ca/common/cmatrix.md @@ -2,8 +2,8 @@ layout: page title: common/cmatrix (català) description: "Mostra una pantalla similar a la de Matrix en la terminal." -content_hash: 2553bd65f0ded941341ff4b3a77bd41a76a48225 -last_modified_at: 2023-11-12 +content_hash: 9abcd9fe901ed3a1efcd19859a6f980aeac84b3f +last_modified_at: 2024-10-13 related_topics: - title: English version url: /en/common/cmatrix.html @@ -11,6 +11,9 @@ related_topics: - title: italiano version url: /it/common/cmatrix.html icon: bi bi-globe + - title: 한국어 version + url: /ko/common/cmatrix.html + icon: bi bi-globe - title: português (Brasil) version url: /pt_BR/common/cmatrix.html icon: bi bi-globe @@ -33,6 +36,6 @@ Més informació: . `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/docs/ca/common/ls.md b/docs/ca/common/ls.md index ea15b426f9..9821ec52aa 100644 --- a/docs/ca/common/ls.md +++ b/docs/ca/common/ls.md @@ -2,9 +2,12 @@ layout: page title: common/ls (català) description: "Llista els continguts d'un directori." -content_hash: 8e3ad1d6638b74b39e16dc3f1b6b58d8f3244906 -last_modified_at: 2023-11-12 +content_hash: a4711d3fed2f6d6ed925f77c1ad21361f1a7ca0d +last_modified_at: 2024-10-13 related_topics: + - title: العربية version + url: /ar/common/ls.html + icon: bi bi-globe - title: Deutsch version url: /de/common/ls.html icon: bi bi-globe @@ -38,6 +41,9 @@ related_topics: - title: नेपाली version url: /ne/common/ls.html icon: bi bi-globe + - title: Nederlands version + url: /nl/common/ls.html + icon: bi bi-globe - title: polski version url: /pl/common/ls.html icon: bi bi-globe @@ -88,7 +94,7 @@ Més informació: . - 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/docs/ca/linux/poweroff.md b/docs/ca/linux/poweroff.md index bc8811d9a9..19ea16fefc 100644 --- a/docs/ca/linux/poweroff.md +++ b/docs/ca/linux/poweroff.md @@ -2,8 +2,8 @@ layout: page title: linux/poweroff (català) description: "Apaga la màquina." -content_hash: 3fe2fa48232187b88484177bbe171cf91370f109 -last_modified_at: 2024-06-19 +content_hash: 7a032ff838b19e3fb93ee6ccde35320bc03c20b3 +last_modified_at: 2024-10-13 related_topics: - title: English version url: /en/linux/poweroff.html @@ -44,7 +44,7 @@ Més informació: . - 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/docs/de/common/cradle.md b/docs/de/common/cradle.md index 3ed88decc7..4848afeac3 100644 --- a/docs/de/common/cradle.md +++ b/docs/de/common/cradle.md @@ -2,8 +2,8 @@ layout: page title: common/cradle (Deutsch) description: "Das Cradle PHP Framework." -content_hash: 5d9cc0e871a6302d1f5d53d19cfd3fd94fd5e382 -last_modified_at: 2024-10-05 +content_hash: cf30eb12c1b32a14497cd03c23cc31ea5ffa00dc +last_modified_at: 2024-10-13 related_topics: - title: English version url: /en/common/cradle.html @@ -26,6 +26,10 @@ Weitere Informationen: . `cradle connect `server +- Führe einen Cradle-Befehl aus: + +`cradle `befehl + - Zeige die Hilfe-Seite an: `cradle help` @@ -33,7 +37,3 @@ Weitere Informationen: . - Zeige die Hilfe-Seite für einen bestimmten Befehl: `cradle `befehl` help` - -- Führe einen Cradle-Befehl aus: - -`cradle `befehl diff --git a/docs/de/common/dust.md b/docs/de/common/dust.md index 089d5b6134..d80a9bbfd4 100644 --- a/docs/de/common/dust.md +++ b/docs/de/common/dust.md @@ -2,8 +2,8 @@ layout: page title: common/dust (Deutsch) description: "Dust gib einen sofortigen Überblick, welche Verzeichnisse Festplatten Speicherplatz benutzen." -content_hash: 479301c97c2b74ba9c8036fecd0d03546e0c1737 -last_modified_at: 2024-10-07 +content_hash: b23702cd2e5d8c113aedbc9e3c17c95e3ed7e997 +last_modified_at: 2024-10-13 related_topics: - title: English version url: /en/common/dust.html @@ -24,15 +24,15 @@ Weitere Informationen: . - 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/docs/de/common/kubectl-logs.md b/docs/de/common/kubectl-logs.md index c0d4742e84..9c0360f5d0 100644 --- a/docs/de/common/kubectl-logs.md +++ b/docs/de/common/kubectl-logs.md @@ -2,12 +2,15 @@ layout: page title: common/kubectl-logs (Deutsch) description: "Logs für Container in einem Pod anzeigen." -content_hash: 9b0ab5362ad52cbf6a5dd8a3cbbf32cc57c9a95b -last_modified_at: 2023-11-12 +content_hash: b79638ae9b6e83abee7a1e4fd1a41c33a992497d +last_modified_at: 2024-10-13 related_topics: - title: English version url: /en/common/kubectl-logs.html icon: bi bi-globe + - title: español version + url: /es/common/kubectl-logs.html + icon: bi bi-globe tldri18n_status: 2 --- # kubectl logs @@ -31,10 +34,6 @@ Weitere Informationen: 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/docs/de/common/ls.md b/docs/de/common/ls.md index 6f74dcb1d3..043310244f 100644 --- a/docs/de/common/ls.md +++ b/docs/de/common/ls.md @@ -2,9 +2,12 @@ layout: page title: common/ls (Deutsch) description: "Liste den Inhalt eines Verzeichnisses auf." -content_hash: fccc1e5697a470d10caeace14e765a1e4315ae1a -last_modified_at: 2023-12-28 +content_hash: cf0527d437608640c732364f6005deba3cad1103 +last_modified_at: 2024-10-13 related_topics: + - title: العربية version + url: /ar/common/ls.html + icon: bi bi-globe - title: català version url: /ca/common/ls.html icon: bi bi-globe @@ -38,6 +41,9 @@ related_topics: - title: नेपाली version url: /ne/common/ls.html icon: bi bi-globe + - title: Nederlands version + url: /nl/common/ls.html + icon: bi bi-globe - title: polski version url: /pl/common/ls.html icon: bi bi-globe @@ -88,7 +94,7 @@ Weitere Informationen: . - 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/docs/de/common/magick-convert.md b/docs/de/common/magick-convert.md index 517b6a2b5c..330f121123 100644 --- a/docs/de/common/magick-convert.md +++ b/docs/de/common/magick-convert.md @@ -2,8 +2,8 @@ layout: page title: common/magick-convert (Deutsch) description: "ImageMagick Bildkonvertierungswerkzeug." -content_hash: 24a1533b50cd9f90397af2b2563c0d127542354f -last_modified_at: 2024-06-05 +content_hash: 07edb37d6ae7298fb280ad174dc88a4d26a12994 +last_modified_at: 2024-10-13 related_topics: - title: English version url: /en/common/magick-convert.html @@ -17,6 +17,9 @@ related_topics: - title: 한국어 version url: /ko/common/magick-convert.html icon: bi bi-globe + - title: Nederlands version + url: /nl/common/magick-convert.html + icon: bi bi-globe - title: português (Brasil) version url: /pt_BR/common/magick-convert.html icon: bi bi-globe @@ -39,13 +42,9 @@ Weitere Informationen: . `magick convert `pfad/zu/bild.png` -resize 640x480 `pfad/zu/bild2.png -- Hänge Bilder horizontal aneinander: - -`magick convert `pfad/zu/bild1.png pfad/zu/bild2.png ...` +append `pfad/zu/bild.png - -- Hänge Bilder vertikal aneinander: +- Hänge Bilder vertikal/horizontal 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/docs/en/common/docker-ps.md b/docs/en/common/docker-ps.md index db1860d0fb..e4ad63bb6a 100644 --- a/docs/en/common/docker-ps.md +++ b/docs/en/common/docker-ps.md @@ -2,8 +2,8 @@ layout: page title: common/docker-ps (English) description: "List Docker containers." -content_hash: d600e237bc5b23523b8f9b82cccff4c8dd86a6ca -last_modified_at: 2024-09-08 +content_hash: 3d0b6854f313589776468efa07de0f8515240d6b +last_modified_at: 2024-10-13 related_topics: - title: Deutsch version url: /de/common/docker-ps.html @@ -17,6 +17,9 @@ related_topics: - title: 日本語 version url: /ja/common/docker-ps.html icon: bi bi-globe + - title: 한국어 version + url: /ko/common/docker-ps.html + icon: bi bi-globe - title: português (Brasil) version url: /pt_BR/common/docker-ps.html icon: bi bi-globe @@ -52,7 +55,7 @@ More information: . - 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/docs/en/common/dust.md b/docs/en/common/dust.md index d0082bd5b9..3cf703cfc5 100644 --- a/docs/en/common/dust.md +++ b/docs/en/common/dust.md @@ -2,8 +2,8 @@ layout: page title: common/dust (English) description: "Dust gives an instant overview of which directories are using disk space." -content_hash: 8549b3b5fe887d09d0cf06f5971c8564a7803c83 -last_modified_at: 2024-01-31 +content_hash: 03544e7a2bd1e5948a9973c8935fc7e4c505c933 +last_modified_at: 2024-10-13 related_topics: - title: Deutsch version url: /de/common/dust.html @@ -28,11 +28,11 @@ More information: . - 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/docs/en/common/id3tag.md b/docs/en/common/id3tag.md index b350410927..5b3a59a375 100644 --- a/docs/en/common/id3tag.md +++ b/docs/en/common/id3tag.md @@ -2,8 +2,8 @@ layout: page title: common/id3tag (English) description: "Read, write, and manipulate ID3v1 and ID3v2 tags of MP3 files." -content_hash: 1a66eca7173c236b0f03c62c7d9a50e2eacea3fc -last_modified_at: 2024-02-15 +content_hash: edc03e5fa7eed19c9a321e59ce8c2f5bfe85035d +last_modified_at: 2024-10-13 related_topics: - title: italiano version url: /it/common/id3tag.html @@ -21,7 +21,7 @@ More information: . - Set album title of all MP3 files in the current directory: -`id3tag --album=`album` `*.mp3 +`id3tag --album `album` `*.mp3 - Display help: diff --git a/docs/en/common/mpv.md b/docs/en/common/mpv.md index 35b53630be..9b51d417dc 100644 --- a/docs/en/common/mpv.md +++ b/docs/en/common/mpv.md @@ -2,8 +2,8 @@ layout: page title: common/mpv (English) description: "A audio/video player based on MPlayer." -content_hash: 5e5e2841a947396be32c9677329f5fe515dbf41c -last_modified_at: 2024-06-11 +content_hash: 661f7ef800e2944756461dc2f8e83f72a03796c3 +last_modified_at: 2024-10-13 related_topics: - title: italiano version url: /it/common/mpv.html @@ -44,7 +44,7 @@ More information: . - 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/docs/en/common/npm-unpublish.md b/docs/en/common/npm-unpublish.md new file mode 100644 index 0000000000..fed701f54c --- /dev/null +++ b/docs/en/common/npm-unpublish.md @@ -0,0 +1,41 @@ +--- +layout: page +title: common/npm-unpublish (English) +description: "Remove a package from the npm registry." +content_hash: a793fa248fd62bfb7602a0d5c676642859a55d60 +last_modified_at: 2024-10-13 +tldri18n_status: 0 +--- + +### Outdated Translation +This entry is currently considered outdated and its contents may not be up-to-date with other translations. + +Please considering fixing this issue by contributing to the [tldr-pages](https://github.com/tldr-pages/tldr) project directly. + +View original (English) version +Contributing Guidelines + +
# npm unpublish + +Remove a package from the npm registry. +More information: . + +- Unpublish a specific package version: + +`npm unpublish `package_name`@`version + +- Unpublish the entire package: + +`npm unpublish `package_name` --force` + +- Unpublish a package that is scoped: + +`npm unpublish @`scope`/`package_name + +- Specify a timeout period before unpublishing: + +`npm unpublish `package_name` --timeout `time_in_milliseconds + +- To prevent accidental unpublishing, use the `--dry-run` flag to see what would be unpublished: + +`npm unpublish `package_name` --dry-run` diff --git a/docs/en/linux/gedit.md b/docs/en/linux/gedit.md index c352187bae..165acd9d4c 100644 --- a/docs/en/linux/gedit.md +++ b/docs/en/linux/gedit.md @@ -2,8 +2,8 @@ layout: page title: linux/gedit (English) description: "Text editor of the GNOME Desktop project." -content_hash: 5a088d385ba7fdcd6a4644c40e91778f57c9d5f3 -last_modified_at: 2023-11-12 +content_hash: b077b7f5750457255f2b276d98bf724f7ce645f6 +last_modified_at: 2024-10-13 related_topics: - title: español version url: /es/linux/gedit.html @@ -34,7 +34,7 @@ More information: . - 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/docs/en/linux/journalctl.md b/docs/en/linux/journalctl.md index 61d88d8e9b..215914b9fe 100644 --- a/docs/en/linux/journalctl.md +++ b/docs/en/linux/journalctl.md @@ -2,9 +2,12 @@ layout: page title: linux/journalctl (English) description: "Query the systemd journal." -content_hash: ce4516f925797863cbed2f3660e0cbe45e9df4ba -last_modified_at: 2024-09-25 +content_hash: 5a45cc09f1810e37beac68d12025873b9ca7ed3d +last_modified_at: 2024-10-13 related_topics: + - title: español version + url: /es/linux/journalctl.html + icon: bi bi-globe - title: polski version url: /pl/linux/journalctl.html icon: bi bi-globe @@ -20,11 +23,11 @@ More information: . - 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): diff --git a/docs/es/linux/archinstall.md b/docs/es/linux/archinstall.md new file mode 100644 index 0000000000..ee760b2332 --- /dev/null +++ b/docs/es/linux/archinstall.md @@ -0,0 +1,54 @@ +--- +layout: page +title: linux/archinstall (español) +description: "Instalador guiado de Arch Linux con un giro." +content_hash: 7384dc29d052153339b4685c2ea62e15270130fd +last_modified_at: 2024-10-13 +related_topics: + - title: Deutsch version + url: /de/linux/archinstall.html + icon: bi bi-globe + - title: English version + url: /en/linux/archinstall.html + icon: bi bi-globe + - title: हिन्दी version + url: /hi/linux/archinstall.html + icon: bi bi-globe + - title: Nederlands version + url: /nl/linux/archinstall.html + icon: bi bi-globe + - title: português (Brasil) version + url: /pt_BR/linux/archinstall.html + icon: bi bi-globe + - title: português (Portugal) version + url: /pt_PT/linux/archinstall.html + icon: bi bi-globe + - title: தமிழ் version + url: /ta/linux/archinstall.html + icon: bi bi-globe + - title: 中文 version + url: /zh/linux/archinstall.html + icon: bi bi-globe +tldri18n_status: 0 +--- + +### Outdated Translation +This entry is currently considered outdated and its contents may not be up-to-date with other translations. + +Please considering fixing this issue by contributing to the [tldr-pages](https://github.com/tldr-pages/tldr) project directly. + +View original (English) version +Contributing Guidelines + +
# archinstall + +Instalador guiado de Arch Linux con un giro. +Más información: . + +- Inicia el instalador interactivo: + +`archinstall` + +- Inicia un instalador preestablecido: + +`archinstall `minimal|unattended diff --git a/docs/es/linux/gedit.md b/docs/es/linux/gedit.md index b358dd1a4f..11c926e8f6 100644 --- a/docs/es/linux/gedit.md +++ b/docs/es/linux/gedit.md @@ -2,8 +2,8 @@ layout: page title: linux/gedit (español) description: "Editor de texto del proyecto GNOME." -content_hash: 377b96aeac630637e5b8399ad23f33f1acbf5895 -last_modified_at: 2023-11-12 +content_hash: 9f740a772f051e4d91667ba10e437d82fdfc364f +last_modified_at: 2024-10-13 related_topics: - title: English version url: /en/linux/gedit.html @@ -34,7 +34,7 @@ Más información: . - 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/docs/es/linux/journalctl.md b/docs/es/linux/journalctl.md index 85459aa98a..5b9884accc 100644 --- a/docs/es/linux/journalctl.md +++ b/docs/es/linux/journalctl.md @@ -2,8 +2,8 @@ layout: page title: linux/journalctl (español) description: "Consulta el registro systemd." -content_hash: a8ce5058e11377e1d8aa323643ec9a84e371ab46 -last_modified_at: 2024-10-04 +content_hash: aea371ce0b7460e3691e7887fd92723d7202a5a7 +last_modified_at: 2024-10-13 related_topics: - title: English version url: /en/linux/journalctl.html @@ -23,13 +23,13 @@ Más información: . - 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/docs/fa/common/cppclean.md b/docs/fa/common/cppclean.md index 641bf8a387..17b964e0b3 100644 --- a/docs/fa/common/cppclean.md +++ b/docs/fa/common/cppclean.md @@ -2,8 +2,8 @@ layout: page title: common/cppclean (فارسی) description: "پیدا کردن کد های بدون استفاده در پروژه های سی پلاس پلاس." -content_hash: 3c6e6263e2d7c989d661480730946fe8016e9239 -last_modified_at: 2024-01-07 +content_hash: 97123102c6379e582fc4c44efa988aa5a61c3b30 +last_modified_at: 2024-10-13 related_topics: - title: English version url: /en/common/cppclean.html @@ -27,7 +27,7 @@ tldri18n_status: 2 - اجرا روی پروژه درحالی که هدرها در پوشه های `inc1/` و `inc2/` قرار دارند: -`cppclean `path/to/project` --include-path=`inc1` --include-path=`inc2 +`cppclean `path/to/project` --include-path `inc1` --include-path `inc2 - اجرا روی فایل دلخواه مانند `main.cpp`: @@ -35,4 +35,4 @@ tldri18n_status: 2 - اجرا روی پوشه کنونی به استثنای پوشه "build": -`cppclean `.` --exclude=`build +`cppclean `.` --exclude `build diff --git a/docs/fa/common/grep.md b/docs/fa/common/grep.md index 6f10c1345b..68e8a26f77 100644 --- a/docs/fa/common/grep.md +++ b/docs/fa/common/grep.md @@ -2,8 +2,8 @@ layout: page title: common/grep (فارسی) description: "یافتن الگو در فایل ها به کمک عبارات با قاعده." -content_hash: a9ccf4c6db3b34b35bf5bd3c4093b57ddd3fce4f -last_modified_at: 2024-06-19 +content_hash: 7942c649ca937e0bd882f044fb1f59be2cb09035 +last_modified_at: 2024-10-13 related_topics: - title: dansk version url: /da/common/grep.html @@ -23,6 +23,9 @@ related_topics: - title: 한국어 version url: /ko/common/grep.html icon: bi bi-globe + - title: Nederlands version + url: /nl/common/grep.html + icon: bi bi-globe - title: português (Brasil) version url: /pt_BR/common/grep.html icon: bi bi-globe @@ -35,6 +38,9 @@ related_topics: - title: Türkçe version url: /tr/common/grep.html icon: bi bi-globe + - title: українська version + url: /uk/common/grep.html + icon: bi bi-globe - title: 中文 version url: /zh/common/grep.html icon: bi bi-globe @@ -55,7 +61,7 @@ tldri18n_status: 2 - جستجو بازگشتی یک الگو در تمامی فایل های یک پوشه، نمایش تمامی خطوط منطبق، فایل های باینری را رد میکند: -`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/docs/fa/common/ls.md b/docs/fa/common/ls.md index a3e188c44b..39a9b67ddf 100644 --- a/docs/fa/common/ls.md +++ b/docs/fa/common/ls.md @@ -2,9 +2,12 @@ layout: page title: common/ls (فارسی) description: "نمایش محتویات دایرکتوری." -content_hash: b118730c06046cbf38cfd0181804a271ea2dd5c0 -last_modified_at: 2023-11-12 +content_hash: a721bf6136c5d3db89a3322fdb3b3267cd89ecdb +last_modified_at: 2024-10-13 related_topics: + - title: العربية version + url: /ar/common/ls.html + icon: bi bi-globe - title: català version url: /ca/common/ls.html icon: bi bi-globe @@ -38,6 +41,9 @@ related_topics: - title: नेपाली version url: /ne/common/ls.html icon: bi bi-globe + - title: Nederlands version + url: /nl/common/ls.html + icon: bi bi-globe - title: polski version url: /pl/common/ls.html icon: bi bi-globe @@ -91,7 +97,7 @@ This entry is very new in the [tldr-pages](https://github.com/tldr-pages/tldr) p - نمایش فایل ها به همراه مجوزها، مالک، اندازه و تاریخ تغییرات، مرتب شده با اندازه فایل به صورت نزولی: -`ls -lS` +`ls -lSR` - نمایش فایل ها به همراه مجوزها، مالک، اندازه و تاریخ تغییرات، مرتب شده با تاریخ تغییر فایل به صورت صعودی: diff --git a/docs/fr/common/cargo-add.md b/docs/fr/common/cargo-add.md new file mode 100644 index 0000000000..016941eb32 --- /dev/null +++ b/docs/fr/common/cargo-add.md @@ -0,0 +1,65 @@ +--- +layout: page +title: common/cargo-add (français) +description: "Ajoute des dépendences au manifeste `Cargo.toml` d'un projet Rust." +content_hash: eb8cde93736badfdd9bd893ecea1ca941ef4f7aa +last_modified_at: 2024-10-13 +related_topics: + - title: English version + url: /en/common/cargo-add.html + icon: bi bi-globe + - title: 한국어 version + url: /ko/common/cargo-add.html + icon: bi bi-globe + - title: português (Brasil) version + url: /pt_BR/common/cargo-add.html + icon: bi bi-globe + - title: தமிழ் version + url: /ta/common/cargo-add.html + icon: bi bi-globe + - title: 中文 version + url: /zh/common/cargo-add.html + icon: bi bi-globe +tldri18n_status: 0 +--- + +### Outdated Translation +This entry is currently considered outdated and its contents may not be up-to-date with other translations. + +Please considering fixing this issue by contributing to the [tldr-pages](https://github.com/tldr-pages/tldr) project directly. + +View original (English) version +Contributing Guidelines + +
# cargo add + +Ajoute des dépendences au manifeste `Cargo.toml` d'un projet Rust. +Plus d'informations : . + +- Ajoute la dernière version d'une dépendance au projet courant : + +`cargo add `dépendance + +- Ajoute une version spécifique d'une dépendance : + +`cargo add `dépendance`@`version + +- Ajoute une dépendance et active une ou plusieures fonctionnalités : + +`cargo add `dépendance` --features `fonctionnalité_1`,`fonctionnalité_2 + +- Ajoute une dépendance optionnelle, qui sera exposée comme une fonctionnalité du crate : + +`cargo add `dépendance` --optional` + +- Ajoute un crate local en tant que dépendance : + +`cargo add --path `chemin/vers/crate + +- Ajoute une dépendance de développement ou de compilation : + +`cargo add `dépendance` --`dev|build + +- Ajoute une dépendance avec toutes les fonctionnalités par défaut désactivées : + +`cargo add `dépendance` --no-default-features` diff --git a/docs/fr/common/cargo-bench.md b/docs/fr/common/cargo-bench.md new file mode 100644 index 0000000000..40dbf8082e --- /dev/null +++ b/docs/fr/common/cargo-bench.md @@ -0,0 +1,63 @@ +--- +layout: page +title: common/cargo-bench (français) +description: "Compile et exécute des benchmarks." +content_hash: c634a887a555b7329af991ef966ae5f79ceaeb9c +last_modified_at: 2024-10-13 +related_topics: + - title: English version + url: /en/common/cargo-bench.html + icon: bi bi-globe + - title: 한국어 version + url: /ko/common/cargo-bench.html + icon: bi bi-globe + - title: 中文 version + url: /zh/common/cargo-bench.html + icon: bi bi-globe +tldri18n_status: 0 +--- + +### Outdated Translation +This entry is currently considered outdated and its contents may not be up-to-date with other translations. + +Please considering fixing this issue by contributing to the [tldr-pages](https://github.com/tldr-pages/tldr) project directly. + +View original (English) version +Contributing Guidelines + +
# cargo bench + +Compile et exécute des benchmarks. +Plus d'informations : . + +- Exécute tous les benchmarks d'un paquet : + +`cargo bench` + +- Ne pas arréter quand un benchmark échoue : + +`cargo bench --no-fail-fast` + +- Compile, mais n'exécute pas les benchmarks : + +`cargo bench --no-run` + +- Exécute le benchmark spécifié : + +`cargo bench --bench `benchmark + +- Exécute les benchmarks avec un profile spécifique (défaut : `bench`) : + +`cargo bench --profile `profile + +- Exécute les benchmarks sur tous les exemples cibles : + +`cargo bench --examples` + +- Exécute les benchmarks sur tous les binaires cibles : + +`cargo bench --bins` + +- Exécute les benchmarks sur la bibliothèque du paquet : + +`cargo bench --lib` diff --git a/docs/fr/common/cargo-build.md b/docs/fr/common/cargo-build.md new file mode 100644 index 0000000000..8d840cf900 --- /dev/null +++ b/docs/fr/common/cargo-build.md @@ -0,0 +1,65 @@ +--- +layout: page +title: common/cargo-build (français) +description: "Compile un paquet local et toutes ses dépendances." +content_hash: 1f109a11c0b863ee1a5d6a34832a7f0acdd7fc62 +last_modified_at: 2024-10-13 +related_topics: + - title: English version + url: /en/common/cargo-build.html + icon: bi bi-globe + - title: 한국어 version + url: /ko/common/cargo-build.html + icon: bi bi-globe + - title: português (Brasil) version + url: /pt_BR/common/cargo-build.html + icon: bi bi-globe + - title: தமிழ் version + url: /ta/common/cargo-build.html + icon: bi bi-globe + - title: 中文 version + url: /zh/common/cargo-build.html + icon: bi bi-globe +tldri18n_status: 0 +--- + +### Outdated Translation +This entry is currently considered outdated and its contents may not be up-to-date with other translations. + +Please considering fixing this issue by contributing to the [tldr-pages](https://github.com/tldr-pages/tldr) project directly. + +View original (English) version +Contributing Guidelines + +
# cargo build + +Compile un paquet local et toutes ses dépendances. +Plus d'informations : . + +- Compile un ou plusieurs paquets définis dans le manifeste `Cargo.toml` dans le dossier local : + +`cargo build` + +- Compile les artefacts avec le mode publication, avec des optimisations : + +`cargo build --release` + +- Le fichier `Cargo.lock` doit être à jour : + +`cargo build --locked` + +- Compile tous les paquets de l'espace de travail : + +`cargo build --workspace` + +- Compile un paquet spécifique : + +`cargo build --package `paquet + +- Compile uniquement le binaire spécifié : + +`cargo build --bin `nom_du_binaire + +- Compile uniquement le test cible spécifié : + +`cargo build --test `nom_du_test diff --git a/docs/fr/common/cargo-init.md b/docs/fr/common/cargo-init.md new file mode 100644 index 0000000000..0123a7f50d --- /dev/null +++ b/docs/fr/common/cargo-init.md @@ -0,0 +1,52 @@ +--- +layout: page +title: common/cargo-init (français) +description: "Crée un nouveau paquet Cargo." +content_hash: 76653c36fed25c678b812936e14eba427c421190 +last_modified_at: 2024-10-13 +related_topics: + - title: English version + url: /en/common/cargo-init.html + icon: bi bi-globe + - title: 한국어 version + url: /ko/common/cargo-init.html + icon: bi bi-globe + - title: 中文 version + url: /zh/common/cargo-init.html + icon: bi bi-globe +tldri18n_status: 0 +--- + +### Outdated Translation +This entry is currently considered outdated and its contents may not be up-to-date with other translations. + +Please considering fixing this issue by contributing to the [tldr-pages](https://github.com/tldr-pages/tldr) project directly. + +View original (English) version +Contributing Guidelines + +
# cargo init + +Crée un nouveau paquet Cargo. +Équivalent de `cargo new`, mais où spécifier un dossier est optionnel. +Plus d'informations : . + +- Initialise un projet Rust binaire dans le dossier courant : + +`cargo init` + +- Initailise un projet de binaire Rust dans le dossier spécifié : + +`cargo init `chemin/vers/dossier + +- Initialise un projet de bibliothèque Rust dans le dossier spécifié : + +`cargo init --lib` + +- Initialise un dépôt de système de gestion de version dans le dossier du projet (défaut : `git`) : + +`cargo init --vcs `git|hg|pijul|fossil|none + +- Défini le nom du paquet (défaut : nom du dossier): + +`cargo init --name `nom_du_paquet diff --git a/docs/fr/common/chgrp.md b/docs/fr/common/chgrp.md index a5dd3b20cf..c950efc577 100644 --- a/docs/fr/common/chgrp.md +++ b/docs/fr/common/chgrp.md @@ -2,8 +2,8 @@ layout: page title: common/chgrp (français) description: "Change la propriété de groupe des fichiers et des répertoires." -content_hash: 5c7fe1f8f97d322c757e7977731213c37e234840 -last_modified_at: 2023-11-12 +content_hash: 8d8cf1800d7334f10889c24573920ff0269c1683 +last_modified_at: 2024-10-13 related_topics: - title: English version url: /en/common/chgrp.html @@ -38,4 +38,4 @@ Plus d'informations : . - 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/docs/fr/common/egrep.md b/docs/fr/common/egrep.md index e2d1034a49..e5c525c404 100644 --- a/docs/fr/common/egrep.md +++ b/docs/fr/common/egrep.md @@ -2,12 +2,15 @@ layout: page title: common/egrep (français) description: "Recherche de motifs dans un texte. Supporte la version étendues des expressions regulieres (`?`, `+`, `{}`, `()`, et `|`)." -content_hash: ab4f39fbab98095c441bb95f6420055ec49909cd -last_modified_at: 2023-11-12 +content_hash: 0a9c260f7ab458edff3dd7f0857f8da060f32524 +last_modified_at: 2024-10-13 related_topics: - title: English version url: /en/common/egrep.html icon: bi bi-globe + - title: Nederlands version + url: /nl/common/egrep.html + icon: bi bi-globe tldri18n_status: 2 --- # egrep @@ -21,7 +24,7 @@ Plus d'informations : . - 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/docs/fr/common/gh-alias.md b/docs/fr/common/gh-alias.md index d8922a3142..a34b545ab8 100644 --- a/docs/fr/common/gh-alias.md +++ b/docs/fr/common/gh-alias.md @@ -2,12 +2,15 @@ layout: page title: common/gh-alias (français) description: "Gérer les alias de commandes GitHub CLI depuis la ligne de commande." -content_hash: ea8dd275f61ed6c1f2a78401a0ef1290edb3ee21 -last_modified_at: 2023-12-28 +content_hash: 0ea00a944490cb8a354eb9032409b3206315beb5 +last_modified_at: 2024-10-13 related_topics: - title: English version url: /en/common/gh-alias.html icon: bi bi-globe + - title: 한국어 version + url: /ko/common/gh-alias.html + icon: bi bi-globe tldri18n_status: 2 --- # gh alias @@ -15,10 +18,6 @@ tldri18n_status: 2 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` @@ -34,3 +33,7 @@ Plus d'informations : . - Supprime un alias : `gh alias delete `nom_de_l'alias + +- Affiche l'aide pour la sous-commande `alias` : + +`gh alias` diff --git a/docs/fr/common/jest.md b/docs/fr/common/jest.md index 8c436af73f..3be63f9039 100644 --- a/docs/fr/common/jest.md +++ b/docs/fr/common/jest.md @@ -2,8 +2,8 @@ layout: page title: common/jest (français) description: "Une plateforme de test JavaScript sans configuration." -content_hash: 2914de236508d7cf7817c031aae0e8854553db22 -last_modified_at: 2023-11-12 +content_hash: a32745c9dd0e1f47b44db4150d8a981a1f1982ae +last_modified_at: 2024-10-13 related_topics: - title: English version url: /en/common/jest.html @@ -21,7 +21,7 @@ Plus d'informations : . - 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/docs/fr/common/john.md b/docs/fr/common/john.md index dbe1c6e40e..6a938e9de1 100644 --- a/docs/fr/common/john.md +++ b/docs/fr/common/john.md @@ -2,8 +2,8 @@ layout: page title: common/john (français) description: "Outil de cassage de mot de passe." -content_hash: 7ff0b15931ea88fd958dc814746bf71c64c0fa1b -last_modified_at: 2023-11-12 +content_hash: 00092dc75d6fa04407a1d9330c75d4dd5b13a404 +last_modified_at: 2024-10-13 related_topics: - title: English version url: /en/common/john.html @@ -25,7 +25,7 @@ Plus d'informations : . - 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/docs/fr/common/ls.md b/docs/fr/common/ls.md index 19191ee8a6..c59b512542 100644 --- a/docs/fr/common/ls.md +++ b/docs/fr/common/ls.md @@ -2,9 +2,12 @@ layout: page title: common/ls (français) description: "Liste le contenu d'un répertoire." -content_hash: 87305154512ea9bb0d1f17a45636ded0224eba11 -last_modified_at: 2023-11-12 +content_hash: 072444ac04b9e122376d222cba98a77887ba5601 +last_modified_at: 2024-10-13 related_topics: + - title: العربية version + url: /ar/common/ls.html + icon: bi bi-globe - title: català version url: /ca/common/ls.html icon: bi bi-globe @@ -38,6 +41,9 @@ related_topics: - title: नेपाली version url: /ne/common/ls.html icon: bi bi-globe + - title: Nederlands version + url: /nl/common/ls.html + icon: bi bi-globe - title: polski version url: /pl/common/ls.html icon: bi bi-globe @@ -88,7 +94,7 @@ Plus d'informations : . - 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/docs/fr/common/passwd.md b/docs/fr/common/passwd.md index 4b22ceb482..0c5276328b 100644 --- a/docs/fr/common/passwd.md +++ b/docs/fr/common/passwd.md @@ -2,12 +2,15 @@ layout: page title: common/passwd (français) description: "Passwd est un outil de changement de mot de passe utilisateur." -content_hash: f3d3a0fd7c4d1dc7503f3edd098a262c1d4082c7 -last_modified_at: 2023-11-12 +content_hash: b35fb9c4e67baa0b91a3e86508897c03981f5ee7 +last_modified_at: 2024-10-13 related_topics: - title: English version url: /en/common/passwd.html icon: bi bi-globe + - title: español version + url: /es/common/passwd.html + icon: bi bi-globe - title: português (Brasil) version url: /pt_BR/common/passwd.html icon: bi bi-globe @@ -28,8 +31,8 @@ Plus d'informations : . - 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/docs/fr/common/rubocop.md b/docs/fr/common/rubocop.md index 2e9bd89125..9ecc275d21 100644 --- a/docs/fr/common/rubocop.md +++ b/docs/fr/common/rubocop.md @@ -2,8 +2,8 @@ layout: page title: common/rubocop (français) description: "Lint les fichiers Ruby." -content_hash: 2e640603c81fa3390283fa6f95f41f22c6afd17e -last_modified_at: 2023-11-12 +content_hash: 3e2bdc681b5b4e04312228375beac09a8a747ed3 +last_modified_at: 2024-10-13 related_topics: - title: English version url: /en/common/rubocop.html @@ -30,7 +30,7 @@ Plus d'informations : . - 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 : @@ -42,11 +42,11 @@ Plus d'informations : . - 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/docs/fr/linux/dos2unix.md b/docs/fr/linux/dos2unix.md index 7cc9e1d1a7..a82ce8d9e6 100644 --- a/docs/fr/linux/dos2unix.md +++ b/docs/fr/linux/dos2unix.md @@ -2,8 +2,8 @@ layout: page title: linux/dos2unix (français) description: "Remplace les fins de lignes de style DOS par des fins de lignes de style Unix." -content_hash: ca8bd8ff51ade10fcc45acda27cf9046fa443d99 -last_modified_at: 2024-09-09 +content_hash: e6e1c4589820796fb5088814458aaa71d116c14b +last_modified_at: 2024-10-13 related_topics: - title: català version url: /ca/linux/dos2unix.html @@ -14,6 +14,9 @@ related_topics: - title: español version url: /es/linux/dos2unix.html icon: bi bi-globe + - title: Indonesia version + url: /id/linux/dos2unix.html + icon: bi bi-globe - title: 中文 version url: /zh/linux/dos2unix.html icon: bi bi-globe @@ -32,11 +35,11 @@ Plus d'informations : . - 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/docs/hi/common/ls.md b/docs/hi/common/ls.md index a2a2a796b8..98c66899e6 100644 --- a/docs/hi/common/ls.md +++ b/docs/hi/common/ls.md @@ -2,9 +2,12 @@ layout: page title: common/ls (हिन्दी) description: "डायरेक्टरी की सामग्री की सूची दिखाएं।" -content_hash: efdb91e22a92bfdb24df57b42b7897c63be1ce7b -last_modified_at: 2023-11-12 +content_hash: 748ceee0288ace7b0dd13155c42e512b0e4a3da4 +last_modified_at: 2024-10-13 related_topics: + - title: العربية version + url: /ar/common/ls.html + icon: bi bi-globe - title: català version url: /ca/common/ls.html icon: bi bi-globe @@ -38,6 +41,9 @@ related_topics: - title: नेपाली version url: /ne/common/ls.html icon: bi bi-globe + - title: Nederlands version + url: /nl/common/ls.html + icon: bi bi-globe - title: polski version url: /pl/common/ls.html icon: bi bi-globe @@ -88,7 +94,7 @@ tldri18n_status: 2 - आकार के आधार पर क्रमबद्ध की गई लॉन्ग सूची (अवरोही): -`ls -lS` +`ls -lSR` - संशोधन तिथि के क्रम में क्रमबद्ध की गई सभी फ़ाइलों की लॉन्ग सूची (सबसे पुरानी पहले): diff --git a/docs/hi/linux/lsblk.md b/docs/hi/linux/lsblk.md index 779304f65a..a32ee0a759 100644 --- a/docs/hi/linux/lsblk.md +++ b/docs/hi/linux/lsblk.md @@ -2,8 +2,8 @@ layout: page title: linux/lsblk (हिन्दी) description: "उपकरणों के बारे में जानकारी सूचीबद्ध करता है।" -content_hash: 54727a2d2f7b2816762ba2e0666b31f6e5e2711b -last_modified_at: 2023-11-12 +content_hash: 1af722e5d8e03d9db890bfe87122e16cee2d29c4 +last_modified_at: 2024-10-13 related_topics: - title: English version url: /en/linux/lsblk.html @@ -53,8 +53,8 @@ tldri18n_status: 2 - प्रमुख उपकरण संख्याओं की अल्पविराम से अलग की गई सूची द्वारा निर्दिष्ट उपकरणों को बाहर करें: -`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/docs/id/linux/poweroff.md b/docs/id/linux/poweroff.md index 7cb2affb6e..6954c6c95c 100644 --- a/docs/id/linux/poweroff.md +++ b/docs/id/linux/poweroff.md @@ -2,8 +2,8 @@ layout: page title: linux/poweroff (Indonesia) description: "Matikan sistem." -content_hash: c1752a9a778403809fa6bb41bf2403b55406f12f -last_modified_at: 2024-06-19 +content_hash: 125378dddcecc8bf6ba6f0648fedd38df8cdd07d +last_modified_at: 2024-10-13 related_topics: - title: català version url: /ca/linux/poweroff.html @@ -44,7 +44,7 @@ Informasi lebih lanjut: . - Matikan segera tanpa menghubungi manajer sistem: -`poweroff --force --force` +`poweroff --force` - Tulis entri wtmp shutdown tanpa mematikan sistem: diff --git a/docs/it/common/chgrp.md b/docs/it/common/chgrp.md index 124a0ac736..822e37cd11 100644 --- a/docs/it/common/chgrp.md +++ b/docs/it/common/chgrp.md @@ -2,8 +2,8 @@ layout: page title: common/chgrp (italiano) description: "Cambia il gruppo proprietario di file e directory." -content_hash: 54923cafd9e35be91e7dd129600fed374f573b28 -last_modified_at: 2023-11-12 +content_hash: c7dc7eece7a23ccaa843add143c88b3a2d3b06d9 +last_modified_at: 2024-10-13 related_topics: - title: English version url: /en/common/chgrp.html @@ -38,4 +38,4 @@ Maggiori informazioni: . - 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/docs/it/common/cmatrix.md b/docs/it/common/cmatrix.md index 872faa82db..d21d8941e4 100644 --- a/docs/it/common/cmatrix.md +++ b/docs/it/common/cmatrix.md @@ -2,8 +2,8 @@ layout: page title: common/cmatrix (italiano) description: "Genera lettere che cadono, come in Matrix." -content_hash: 1c1bee243d7617302d6abc278a9ee2749abf0c80 -last_modified_at: 2023-11-12 +content_hash: e2852481a8861ec2e1dbf084afc8fd4f102efcd9 +last_modified_at: 2024-10-13 related_topics: - title: català version url: /ca/common/cmatrix.html @@ -11,6 +11,9 @@ related_topics: - title: English version url: /en/common/cmatrix.html icon: bi bi-globe + - title: 한국어 version + url: /ko/common/cmatrix.html + icon: bi bi-globe - title: português (Brasil) version url: /pt_BR/common/cmatrix.html icon: bi bi-globe @@ -33,6 +36,6 @@ Maggiori informazioni: . `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/docs/it/common/consul.md b/docs/it/common/consul.md index e9e9637bf0..2f0543d6e0 100644 --- a/docs/it/common/consul.md +++ b/docs/it/common/consul.md @@ -2,8 +2,8 @@ layout: page title: common/consul (italiano) description: "Rete distribuita per gestire e configurare servizi tramite database chiave-valore." -content_hash: e5c6462e72a8ad1d03e7fc430e01ae9b9041b8fb -last_modified_at: 2024-10-05 +content_hash: a855d68c493d603bfda135388082569393f78806 +last_modified_at: 2024-10-13 related_topics: - title: English version url: /en/common/consul.html @@ -19,10 +19,6 @@ Rete distribuita per gestire e configurare servizi tramite database chiave-valor 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` @@ -30,3 +26,7 @@ Maggiori informazioni: . - Mostra aiuto per un sottocomando: `consul `sottocomando` --help` + +- Controlla la versione di Consul: + +`consul --version` diff --git a/docs/it/common/cppcheck.md b/docs/it/common/cppcheck.md index fa28244158..46d1527b01 100644 --- a/docs/it/common/cppcheck.md +++ b/docs/it/common/cppcheck.md @@ -2,8 +2,8 @@ layout: page title: common/cppcheck (italiano) description: "Strumento di analisi statica per codice C/C++." -content_hash: 4a9e24dfa6b556582589baa717db69be6acb86df -last_modified_at: 2024-10-12 +content_hash: cdea5985e3f76ead632443db030a09e3be246f6d +last_modified_at: 2024-10-13 related_topics: - title: English version url: /en/common/cppcheck.html @@ -29,7 +29,7 @@ Maggiori informazioni: . - 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: @@ -37,7 +37,7 @@ Maggiori informazioni: . - 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): @@ -45,4 +45,4 @@ Maggiori informazioni: . - 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/docs/it/common/cppclean.md b/docs/it/common/cppclean.md index beec627522..2600af272f 100644 --- a/docs/it/common/cppclean.md +++ b/docs/it/common/cppclean.md @@ -2,12 +2,15 @@ layout: page title: common/cppclean (italiano) description: "Trova codice inutilizzato in progetti C++." -content_hash: 2227cb0f486ff05f72ff84ea8bdc9cfa54b7a1dd -last_modified_at: 2023-11-12 +content_hash: c087a795bb6eb8f4f5beb174702664de1b9e3248 +last_modified_at: 2024-10-13 related_topics: - title: English version url: /en/common/cppclean.html icon: bi bi-globe + - title: فارسی version + url: /fa/common/cppclean.html + icon: bi bi-globe - title: 한국어 version url: /ko/common/cppclean.html icon: bi bi-globe @@ -24,7 +27,7 @@ Maggiori informazioni: . - 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`: @@ -32,4 +35,4 @@ Maggiori informazioni: . - Esegui della directory corrente, escludendo la directory "build": -`cppclean `.` --exclude=`build +`cppclean `.` --exclude `build diff --git a/docs/it/common/cradle.md b/docs/it/common/cradle.md index 09bd890575..252be853a1 100644 --- a/docs/it/common/cradle.md +++ b/docs/it/common/cradle.md @@ -2,8 +2,8 @@ layout: page title: common/cradle (italiano) description: "Il framework Cradle per PHP." -content_hash: e473c5ce8dbaa062de8f78f0b372ca172230f294 -last_modified_at: 2023-11-12 +content_hash: 69756c6d0a47719270dd80638df55dd7c0eb9071 +last_modified_at: 2024-10-13 related_topics: - title: Deutsch version url: /de/common/cradle.html @@ -26,6 +26,10 @@ Maggiori informazioni: . `cradle connect `nome_server +- Esegui un comando Cradle: + +`cradle `command + - Mostra informazioni di aiuto generali: `cradle help` @@ -33,7 +37,3 @@ Maggiori informazioni: . - MOstra aiuto per uno specifico comando: `cradle `command` help` - -- Esegui un comando Cradle: - -`cradle `command diff --git a/docs/it/common/csslint.md b/docs/it/common/csslint.md index 467ca5affc..01d92a5b38 100644 --- a/docs/it/common/csslint.md +++ b/docs/it/common/csslint.md @@ -2,8 +2,8 @@ layout: page title: common/csslint (italiano) description: "Un linter per codice CSS." -content_hash: 6a1e7d5681c1149be58a4820f37f63a607ea1089 -last_modified_at: 2023-11-12 +content_hash: acbf2fb7f26d2043f98e04469b87dc8948ca0323 +last_modified_at: 2024-10-13 related_topics: - title: English version url: /en/common/csslint.html @@ -27,7 +27,7 @@ Maggiori informazioni: file1.css` `file2.css` `file3.css +`csslint `file1.css file2.css ... - Elenca tutte le possibili regole di stile: diff --git a/docs/it/common/id3tag.md b/docs/it/common/id3tag.md index 31df1b8733..dc9e798ecd 100644 --- a/docs/it/common/id3tag.md +++ b/docs/it/common/id3tag.md @@ -2,8 +2,8 @@ layout: page title: common/id3tag (italiano) description: "Strumento per leggere, scrivere, e manipolare i tag (etichette) ID3v1 e ID3v2 di file MP3." -content_hash: 3c1cfc41ca88bd71295c1ce3232bc1c3ef4d63df -last_modified_at: 2023-11-12 +content_hash: 71f8490bec702e53f7da7126823f37707b2aa9c7 +last_modified_at: 2024-10-13 related_topics: - title: English version url: /en/common/id3tag.html @@ -17,11 +17,11 @@ Maggiori informazioni: . - 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/docs/it/common/ls.md b/docs/it/common/ls.md index 46fb728271..26e9880dd9 100644 --- a/docs/it/common/ls.md +++ b/docs/it/common/ls.md @@ -2,9 +2,12 @@ layout: page title: common/ls (italiano) description: "Elenca i contenuti di una directory." -content_hash: 171791524b0c48a9d9b9f9ab9ee88ba4faaf4692 -last_modified_at: 2023-11-12 +content_hash: 20ffda03fbb7de749dfb20ed186be485f21b2113 +last_modified_at: 2024-10-13 related_topics: + - title: العربية version + url: /ar/common/ls.html + icon: bi bi-globe - title: català version url: /ca/common/ls.html icon: bi bi-globe @@ -38,6 +41,9 @@ related_topics: - title: नेपाली version url: /ne/common/ls.html icon: bi bi-globe + - title: Nederlands version + url: /nl/common/ls.html + icon: bi bi-globe - title: polski version url: /pl/common/ls.html icon: bi bi-globe @@ -88,7 +94,7 @@ Maggiori informazioni: . - 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/docs/it/common/opusenc.md b/docs/it/common/opusenc.md index 828127fa35..62ce191782 100644 --- a/docs/it/common/opusenc.md +++ b/docs/it/common/opusenc.md @@ -2,8 +2,8 @@ layout: page title: common/opusenc (italiano) description: "Converte audio WAV o FLAC in Opus." -content_hash: 07249c78d29b6d7eae9730519aec7f4453b1c1c7 -last_modified_at: 2023-11-12 +content_hash: 79e8db4423d71148a7069dc2f0cb0d00c117a68a +last_modified_at: 2024-10-13 related_topics: - title: English version url: /en/common/opusenc.html @@ -17,16 +17,16 @@ Maggiori informazioni: . - 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/docs/ja/common/ls.md b/docs/ja/common/ls.md index 30c80e02bc..83e4a3085c 100644 --- a/docs/ja/common/ls.md +++ b/docs/ja/common/ls.md @@ -2,9 +2,12 @@ layout: page title: common/ls (日本語) description: "ディレクトリの内容を一覧表示します。" -content_hash: ab1e6678a3a88cc9852b726b5c6a66cbc1a81c0b -last_modified_at: 2023-11-12 +content_hash: 4d7f42005dc6b8d1d3000f6f7509317c25969563 +last_modified_at: 2024-10-13 related_topics: + - title: العربية version + url: /ar/common/ls.html + icon: bi bi-globe - title: català version url: /ca/common/ls.html icon: bi bi-globe @@ -38,6 +41,9 @@ related_topics: - title: नेपाली version url: /ne/common/ls.html icon: bi bi-globe + - title: Nederlands version + url: /nl/common/ls.html + icon: bi bi-globe - title: polski version url: /pl/common/ls.html icon: bi bi-globe @@ -91,7 +97,7 @@ This entry is very new in the [tldr-pages](https://github.com/tldr-pages/tldr) p - サイズ順(降順)に並べた長い形式での一覧表示: -`ls -lS` +`ls -lSR` - すべてのファイルの長い形式でのリストで、更新日が古いものから順に表示されます: diff --git a/docs/ko/common/az.md b/docs/ko/common/az.md index c5dc7cb040..8d1b0dbccd 100644 --- a/docs/ko/common/az.md +++ b/docs/ko/common/az.md @@ -2,8 +2,8 @@ layout: page title: common/az (한국어) description: "Microsoft Azure의 공식 CLI tool입니다." -content_hash: 4b2f57c14bec44c68ce74cd2157f153253306dd4 -last_modified_at: 2024-09-14 +content_hash: e7d8b18f967fbfce0487790039f22c44553aab7f +last_modified_at: 2024-10-13 related_topics: - title: English version url: /en/common/az.html @@ -34,6 +34,7 @@ This entry is very new in the [tldr-pages](https://github.com/tldr-pages/tldr) p
# az Microsoft Azure의 공식 CLI tool입니다. +`login`과 같은 하위 명령어는 자체 사용법 문서가 존재. 더 많은 정보: . - Azure에 로그인: @@ -59,3 +60,11 @@ Microsoft Azure의 공식 CLI tool입니다. - Azure 네트워크 리소스 관리: `az network` + +- 대화형으로 시작: + +`az interactive` + +- 도움말 표시: + +`az --help` diff --git a/docs/ko/common/b2sum.md b/docs/ko/common/b2sum.md index 351153d79b..28fd61b784 100644 --- a/docs/ko/common/b2sum.md +++ b/docs/ko/common/b2sum.md @@ -1,9 +1,9 @@ --- layout: page title: common/b2sum (한국어) -description: "BLACK2 암호화 체크섬을 계산하십시오." -content_hash: c3d6dab7855feb2b90002ff6bef0e7c1b5bf31c0 -last_modified_at: 2023-11-12 +description: "BLACK2 암호화 체크섬을 계산." +content_hash: 19a11b854f9d5bac1a648db65b2293fa8e9469e4 +last_modified_at: 2024-10-13 related_topics: - title: English version url: /en/common/b2sum.html @@ -14,6 +14,9 @@ related_topics: - title: italiano version url: /it/common/b2sum.html icon: bi bi-globe + - title: Nederlands version + url: /nl/common/b2sum.html + icon: bi bi-globe - title: தமிழ் version url: /ta/common/b2sum.html icon: bi bi-globe @@ -24,21 +27,29 @@ This entry is very new in the [tldr-pages](https://github.com/tldr-pages/tldr) p
# b2sum -BLACK2 암호화 체크섬을 계산하십시오. +BLACK2 암호화 체크섬을 계산. 더 많은 정보: . -- 파일의 BLACKE2 체크섬 계산: +- 하나 이상의 파일에 대해 BLAKE2 체크섬을 계산: + +`b2sum `경로/대상/파일1 경로/대상/파일2 ... + +- BLAKE2 체크섬 목록을 계산하고 파일에 저장: + +`b2sum `경로/대상/파일1 경로/대상/파일2 ...` > `경로/대상/파일.b2 + +- `stdin`에서 BLAKE2 체크섬을 계산: -`b2sum `filename1 +command` | b2sum` -- 여러 파일의 BLACKE2 체크섬 계산: +- BLAKE2 합계 및 파일이름의 파일을 읽고 모든 파일에 일치하는 체크섬을 확인: -`b2sum `filename1` `filename2 +`b2sum --check `경로/대상/파일.b2 -- BLAKE2 합계 파일 및 파일 이름을 읽고 모든 파일에 일치하는 체크섬이 있는지 확인: +- 누락된 파일이 있거나 확인에 실패한 경우에만 메시지를 표시: -`b2sum -c `filename.b2 +`b2sum --check --quiet `경로/대상/파일.b2 -- `stdin`에서 BLACK2 체크섬 계산: +- 누락된 파일은 무시하고, 확인에 실패한 경우에만 메시지를 표시: -somecommand` | b2sum` +`b2sum --ignore-missing --check --quiet `경로/대상/파일.b2 diff --git a/docs/ko/common/badblocks.md b/docs/ko/common/badblocks.md index c2baf21260..dec2183a42 100644 --- a/docs/ko/common/badblocks.md +++ b/docs/ko/common/badblocks.md @@ -1,9 +1,9 @@ --- layout: page title: common/badblocks (한국어) -description: "불량 블록이 있는지 장치를 검사하십시오." -content_hash: 6833ce4f9acfb1e0d9450da8b882e637ace3e422 -last_modified_at: 2023-11-12 +description: "장치에서 불량 블록을 검색." +content_hash: 18e3564a22e97bea3d1596db5a15ebb7532d5af0 +last_modified_at: 2024-10-13 related_topics: - title: English version url: /en/common/badblocks.html @@ -18,18 +18,30 @@ This entry is very new in the [tldr-pages](https://github.com/tldr-pages/tldr) p
# badblocks -불량 블록이 있는지 장치를 검사하십시오. -불량 블록을 사용하면 파티션 테이블을 포함하여 디스크의 모든 데이터를 지우는 등의 파괴적인 작업이 발생할 수 있습니다. +장치에서 불량 블록을 검색. +일부 불량 블록 사용은 파티션 테이블을 포함해 디스크의 모든 데이터를 지우는 등 돌이킬 수 없는 작업 유발 가능. 더 많은 정보: . -- 비파괴 읽기 전용 테스트를 사용하여 디스크에서 불량 블록을 검사: +- 비파괴 읽기 전용 테스트를 사용하여 디스크에서 불량 블록을 검색: -`sudo badblocks `/dev/sda +`sudo badblocks `/dev/sdX -- 비파괴 읽기-쓰기 테스트로 마운트되지 않은 디스크에서 불량 블록이 있는지 검사: +- 비파괴([n]on-destructive) 읽기-쓰기 테스트를 통해 마운트 해제된 디스크에서 불량 블록을 검색: -`sudo badblocks -n `/dev/sda +`sudo badblocks -n `/dev/sdX -- 파괴 쓰기 테스트로 마운드되지 않은 디스크에서 불량 블록이 있는지 검사: +- 파괴적인 쓰기([w]rite) 테스트를 통해 마운트되지 않은 디스크에서 불량 블록을 검색: -`sudo badblocks -w `/dev/sda +`sudo badblocks -w `/dev/sdX + +- 파괴적인 쓰기([w]rite) 테스트를 사용하고 상세하게 진행([s]how [v]erbose): + +`sudo badblocks -svw `/dev/sdX + +- 파괴적인 모드에선, 발견된 블록을 파일로 출력([o]utput): + +`sudo badblocks -o `path/to/file` -w `/dev/sdX + +- 4K 블록([b]lock) 크기 및 64K 블록 수([c]ount)를 사용하여 속도가 향상된 파괴 모드를 사용: + +`sudo badblocks -w -b `4096` -c `65536` `/dev/sdX diff --git a/docs/ko/common/chgrp.md b/docs/ko/common/chgrp.md index 25c0f6f655..a2465469c1 100644 --- a/docs/ko/common/chgrp.md +++ b/docs/ko/common/chgrp.md @@ -2,8 +2,8 @@ layout: page title: common/chgrp (한국어) description: "파일 및 디렉토리의 그룹 소유권 변경." -content_hash: fcf13d3ca2e44d7016f7b368d1ede1f4f8e02466 -last_modified_at: 2023-11-12 +content_hash: 2b16f24e4a93ad87dbdef798925e6e6215cb164f +last_modified_at: 2024-10-13 related_topics: - title: English version url: /en/common/chgrp.html @@ -38,4 +38,4 @@ tldri18n_status: 2 - 참조 파일과 일치하도록 파일/디렉토리의 소유 그룹 변경: -`chgrp --reference=`경로/참조_파일명` `경로/파일명_또는_디렉토리명 +`chgrp --reference `경로/참조_파일명` `경로/파일명_또는_디렉토리명 diff --git a/docs/ko/common/consul.md b/docs/ko/common/consul.md index 7fe5e17c75..729921e696 100644 --- a/docs/ko/common/consul.md +++ b/docs/ko/common/consul.md @@ -2,8 +2,8 @@ layout: page title: common/consul (한국어) description: "서비스 검색 기능과 상태 확인을 위한 분산된 키-값(key-value)쌍 저장." -content_hash: d3faa5f67f259ab4fb808c98c8f9227c7479cb01 -last_modified_at: 2023-11-12 +content_hash: 5d944b7f5643862f7c3e5e1639fbab1086bf4cce +last_modified_at: 2024-10-13 related_topics: - title: English version url: /en/common/consul.html @@ -18,10 +18,6 @@ tldri18n_status: 2 서비스 검색 기능과 상태 확인을 위한 분산된 키-값(key-value)쌍 저장. 더 많은 정보: . -- Consul 버전을 체크합니다: - -`consul --version` - - 일반 도움말을 보여줍니다: `consul --help` @@ -29,3 +25,7 @@ tldri18n_status: 2 - 서브 명령어를 위한 도움말을 보여줍니다: `consul `하위-명령어` --help` + +- Consul 버전을 체크합니다: + +`consul --version` diff --git a/docs/ko/common/cotton.md b/docs/ko/common/cotton.md index f36a18b099..b51b4ed759 100644 --- a/docs/ko/common/cotton.md +++ b/docs/ko/common/cotton.md @@ -2,8 +2,8 @@ layout: page title: common/cotton (한국어) description: "마크다운 테스트 사양 러너." -content_hash: c92f5e69f72a663e69c4db4c98c02daac56e7e03 -last_modified_at: 2023-11-12 +content_hash: 369a8be4bd877b46e88a97c64e8f7bd1ee4b374f +last_modified_at: 2024-10-13 related_topics: - title: English version url: /en/common/cotton.html @@ -17,12 +17,12 @@ tldri18n_status: 2 - 특정 기본 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/docs/ko/common/cppcheck.md b/docs/ko/common/cppcheck.md index f0c6fca385..379b5ab9be 100644 --- a/docs/ko/common/cppcheck.md +++ b/docs/ko/common/cppcheck.md @@ -2,8 +2,8 @@ layout: page title: common/cppcheck (한국어) description: "C/C++ 코드를 위한 정적 분석 도구." -content_hash: dc732a1203e26affe25922fe5a7d0738180a7c9e -last_modified_at: 2024-10-12 +content_hash: 0edc96e9138768465ffd0f193fee544f62354f77 +last_modified_at: 2024-10-13 related_topics: - title: English version url: /en/common/cppcheck.html @@ -29,7 +29,7 @@ C/C++ 코드를 위한 정적 분석 도구. - 수행 할 테스트를 지정하여 주어진 파일을 확인(기본적으로 오류만 표시됨): -`cppcheck --enable=`error|warning|style|performance|portability|information|all` `file.cpp/의/경로 +`cppcheck --enable `error|warning|style|performance|portability|information|all` `file.cpp/의/경로 - 사용 가능한 테스트 목록: @@ -37,7 +37,7 @@ C/C++ 코드를 위한 정적 분석 도구. - 특정 테스트를 무시하고 주어진 파일을 확인: -`cppcheck --suppress=`test_id1` --suppress=`test_id2` `file.cpp/의/경로 +`cppcheck --suppress `test_id1` --suppress `test_id2` `file.cpp/의/경로 - 현재 디렉토리를 확인하여 외부에 있는 include 파일의 경로를 제공(예 : 외부 라이브러리): @@ -45,4 +45,4 @@ C/C++ 코드를 위한 정적 분석 도구. - Microsoft Visual Studio 프로젝트 (`*.vcxproj`) 또는 솔루션 (`*.sln`)을 확인: -`cppcheck --project=`project.sln/의/경로 +`cppcheck --project `project.sln/의/경로 diff --git a/docs/ko/common/cppclean.md b/docs/ko/common/cppclean.md index f3380acabb..a3fce28291 100644 --- a/docs/ko/common/cppclean.md +++ b/docs/ko/common/cppclean.md @@ -2,12 +2,15 @@ layout: page title: common/cppclean (한국어) description: "C++ 프로젝트에서 사용하지 않는 코드 찾기." -content_hash: 60e3973254f3a35cd14c0b91803017fe15ad48e3 -last_modified_at: 2023-11-12 +content_hash: 79873e9557f84a3718c91ab6f05d9a296c5fa702 +last_modified_at: 2024-10-13 related_topics: - title: English version url: /en/common/cppclean.html icon: bi bi-globe + - title: فارسی version + url: /fa/common/cppclean.html + icon: bi bi-globe - title: italiano version url: /it/common/cppclean.html icon: bi bi-globe @@ -24,7 +27,7 @@ C++ 프로젝트에서 사용하지 않는 코드 찾기. - 헤더가 `inc1/` 및 `inc2/` 디렉토리에 있는 프로젝트에서 실행: -`cppclean `프로젝트/의/경로` --include-path=`inc1` --include-path=`inc2 +`cppclean `프로젝트/의/경로` --include-path `inc1` --include-path `inc2 - 특정 팡리 `main.cpp`에서 실행: @@ -32,4 +35,4 @@ C++ 프로젝트에서 사용하지 않는 코드 찾기. - `build`디렉토리를 제외한 현재 디렉토리에서 실행: -`cppclean `.` --exclude=`build +`cppclean `.` --exclude `build diff --git a/docs/ko/common/cradle.md b/docs/ko/common/cradle.md index 172ee8d04a..09719d5d6d 100644 --- a/docs/ko/common/cradle.md +++ b/docs/ko/common/cradle.md @@ -2,8 +2,8 @@ layout: page title: common/cradle (한국어) description: "Cradle PHP 프레임워크." -content_hash: 1a88108ee8f37535d5ad0ce3fe8dbae01880bce3 -last_modified_at: 2023-11-12 +content_hash: 596342c9d70b775cbbfcfbb0c0e6b1cf7e2e5b73 +last_modified_at: 2024-10-13 related_topics: - title: Deutsch version url: /de/common/cradle.html @@ -26,6 +26,10 @@ Cradle PHP 프레임워크. `cradle connect `서버_명 +- Cradle 명령 실행: + +`cradle `명령 + - 일반적인 도움말 표시: `cradle help` @@ -33,7 +37,3 @@ Cradle PHP 프레임워크. - 특정 명령에 대한 도움말 표시: `cradle `명령` help` - -- Cradle 명령 실행: - -`cradle `명령 diff --git a/docs/ko/common/csslint.md b/docs/ko/common/csslint.md index 0aed713191..86bd271cde 100644 --- a/docs/ko/common/csslint.md +++ b/docs/ko/common/csslint.md @@ -2,8 +2,8 @@ layout: page title: common/csslint (한국어) description: "CSS 코드용 린터." -content_hash: 4ed6b83b3657166ebb0924b280afe2c7b9cbcf26 -last_modified_at: 2023-11-12 +content_hash: aaaaa1ee3be0a2b6e8660d4fda9c23225c59186e +last_modified_at: 2024-10-13 related_topics: - title: English version url: /en/common/csslint.html @@ -27,7 +27,7 @@ CSS 코드용 린터. - 여러개의 CSS 파일을 린트: -`csslint `파일1.css` `파일2.css` `파일3.css +`csslint `파일1.css 파일2.css ... - 가능한 모든 스타일 규칙 나열: diff --git a/docs/ko/common/date.md b/docs/ko/common/date.md index 3b3d433635..3408138d73 100644 --- a/docs/ko/common/date.md +++ b/docs/ko/common/date.md @@ -2,8 +2,8 @@ layout: page title: common/date (한국어) description: "시스템 날짜 설정 및 표시." -content_hash: 0ea69cbc1f5cf0e064dac23ce5fb5b2d6a1bdd4a -last_modified_at: 2024-01-13 +content_hash: fcafd51a0e20d308f7eb60bfa612a0885d1b8fa5 +last_modified_at: 2024-10-13 related_topics: - title: Deutsch version url: /de/common/date.html @@ -14,6 +14,9 @@ related_topics: - title: italiano version url: /it/common/date.html icon: bi bi-globe + - title: Nederlands version + url: /nl/common/date.html + icon: bi bi-globe - title: português (Brasil) version url: /pt_BR/common/date.html icon: bi bi-globe @@ -49,7 +52,7 @@ tldri18n_status: 2 - 현재 날짜를 RFC-3339 형식으로 표시 (`YYYY-MM-DD hh:mm:ss TZ`): -`date --rfc-3339=s` +`date --rfc-3339 s` - `MMDDhhmmYYYY.ss` (`YYYY` 와 `.ss`는 선택 사항) 형식을 사용해 현재 날짜를 설정: diff --git a/docs/ko/common/grep.md b/docs/ko/common/grep.md index 06d8f29411..00077d7c96 100644 --- a/docs/ko/common/grep.md +++ b/docs/ko/common/grep.md @@ -2,8 +2,8 @@ layout: page title: common/grep (한국어) description: "정규표현식으로 파일에서 패턴을 찾습니다." -content_hash: ea54ee64f6577264dae7e5e5498a30b582568743 -last_modified_at: 2024-06-19 +content_hash: 8792ed40f2a74f9ade2cfc9095c5f44110deb28f +last_modified_at: 2024-10-13 related_topics: - title: dansk version url: /da/common/grep.html @@ -23,6 +23,9 @@ related_topics: - title: français version url: /fr/common/grep.html icon: bi bi-globe + - title: Nederlands version + url: /nl/common/grep.html + icon: bi bi-globe - title: português (Brasil) version url: /pt_BR/common/grep.html icon: bi bi-globe @@ -35,6 +38,9 @@ related_topics: - title: Türkçe version url: /tr/common/grep.html icon: bi bi-globe + - title: українська version + url: /uk/common/grep.html + icon: bi bi-globe - title: 中文 version url: /zh/common/grep.html icon: bi bi-globe @@ -55,7 +61,7 @@ tldri18n_status: 2 - 재귀적으로 디렉토리 안의 바이너리 파일을 제외한 모든 파일 안에서 패턴을 검색하고, 일치하는 줄의 번호를 보여줌: -`grep `-r|--recursive` `-n|--line-number` --binary-files=`without-match` "`검색_패턴`" `디렉토리/의/경로 +`grep `-r|--recursive` `-n|--line-number` --binary-files `without-match` "`검색_패턴`" `디렉토리/의/경로 - 대소문자를 구분하지 않는 모드에서 확장된 정규표현식 사용 (`?`, `+`, `{}`, `()` 그리고 `|` 를 지원): diff --git a/docs/ko/common/javac.md b/docs/ko/common/javac.md index eb02d8cfd7..3dd6d2a5e0 100644 --- a/docs/ko/common/javac.md +++ b/docs/ko/common/javac.md @@ -2,8 +2,8 @@ layout: page title: common/javac (한국어) description: "자바 애플리케이션 컴파일러." -content_hash: 69ebf67280da0c88ba5cc6597a005efb62b211ae -last_modified_at: 2023-11-12 +content_hash: 8c61e00c590b41e8dc368ec7a900e017d57a05c6 +last_modified_at: 2024-10-13 related_topics: - title: English version url: /en/common/javac.html @@ -30,7 +30,7 @@ tldri18n_status: 2 - 여러 개의 `.java` 파일들을 컴파일: -`javac `파일1.java` `파일2.java` `파일3.java +`javac `파일1.java 파일2.java ... - 현재 디렉토리 내의 모든 `.java` 파일들을 컴파일: diff --git a/docs/ko/common/ls.md b/docs/ko/common/ls.md index 3affcfbe56..7ac807f5a8 100644 --- a/docs/ko/common/ls.md +++ b/docs/ko/common/ls.md @@ -2,9 +2,12 @@ layout: page title: common/ls (한국어) description: "폴더의 내용물을 리스팅합니다." -content_hash: 543211116adc2cd9eb827eb46cd68dbfbedebf6f -last_modified_at: 2024-01-13 +content_hash: 62da316c5379eb5b38442a4c699024e8a34840fb +last_modified_at: 2024-10-13 related_topics: + - title: العربية version + url: /ar/common/ls.html + icon: bi bi-globe - title: català version url: /ca/common/ls.html icon: bi bi-globe @@ -38,6 +41,9 @@ related_topics: - title: नेपाली version url: /ne/common/ls.html icon: bi bi-globe + - title: Nederlands version + url: /nl/common/ls.html + icon: bi bi-globe - title: polski version url: /pl/common/ls.html icon: bi bi-globe @@ -88,7 +94,7 @@ tldri18n_status: 2 - 파일의 모든 정보를 크기의 내림차순으로 정렬: -`ls -lS` +`ls -lSR` - 파일의 모든 정보를 수정날짜(오래된 순서)로 정렬: diff --git a/docs/ml/linux/gedit.md b/docs/ml/linux/gedit.md index f7f6e52c63..4752483ea0 100644 --- a/docs/ml/linux/gedit.md +++ b/docs/ml/linux/gedit.md @@ -2,8 +2,8 @@ layout: page title: linux/gedit (മലയാളം) description: "ഗ്നോം ഡെസ്ക്ടോപ് പ്രോജക്ടിന്റെ ടെക്സ്റ്റ് എഡിറ്റർ." -content_hash: 0e5cf3722314662b93f552eb3182663025c9e0ac -last_modified_at: 2023-11-12 +content_hash: 415ea84570ff16edf46c4e0c21ede652bc0c8c41 +last_modified_at: 2024-10-13 related_topics: - title: English version url: /en/linux/gedit.html @@ -34,7 +34,7 @@ tldri18n_status: 2 - ഒരു പ്രത്യേക എൻകോഡിങ്ങിൽ ഫയൽ ഓപ്പൺ ചെയ്യുവാൻ: -`gedit --encoding=`UTF-8` `ഫയലിലേക്കുള്ള/പാത +`gedit --encoding `UTF-8` `ഫയലിലേക്കുള്ള/പാത - സപ്പോർട്ട് ചെയ്യപ്പെട്ട എല്ലാവിധ എൻകോഡിങ്ങും കാണുവാൻ: diff --git a/docs/ne/common/ls.md b/docs/ne/common/ls.md index cde4114af5..5bbacc91ff 100644 --- a/docs/ne/common/ls.md +++ b/docs/ne/common/ls.md @@ -2,9 +2,12 @@ layout: page title: common/ls (नेपाली) description: "एउटा डिरेक्टोरीमा भएका सबै वस्तुहरुको सुची देखाउँछ।" -content_hash: 828d88c3e2ded815202fa552975e8df717477820 -last_modified_at: 2023-11-12 +content_hash: df5a28ec51bea543cd279f856b64e87c2284bd14 +last_modified_at: 2024-10-13 related_topics: + - title: العربية version + url: /ar/common/ls.html + icon: bi bi-globe - title: català version url: /ca/common/ls.html icon: bi bi-globe @@ -38,6 +41,9 @@ related_topics: - title: 한국어 version url: /ko/common/ls.html icon: bi bi-globe + - title: Nederlands version + url: /nl/common/ls.html + icon: bi bi-globe - title: polski version url: /pl/common/ls.html icon: bi bi-globe @@ -88,7 +94,7 @@ tldri18n_status: 2 - लामो ढाँचामा फाइलहरू देखाउनुहोस् जुन साइज अनुसार क्रमबद्ध छन् (घट्दो क्रममा): -`ls -lS` +`ls -lSR` - सबै फाइलहरूलाई लामो ढाँचामा देखाउनुहोस् जुन परिमार्जन मितिद्वारा क्रमबद्ध गरिएको छ (सबैभन्दा पुरानो पहिलो): diff --git a/docs/pl/linux/journalctl.md b/docs/pl/linux/journalctl.md index 7646f59d9c..b6ad2c500f 100644 --- a/docs/pl/linux/journalctl.md +++ b/docs/pl/linux/journalctl.md @@ -2,12 +2,15 @@ layout: page title: linux/journalctl (polski) description: "Przeszukaj dziennik systemd." -content_hash: 2b8973cf02655791c4eee2fb6bae75364c69e17b -last_modified_at: 2024-09-25 +content_hash: 071421f7af38d83a31980564b826b470d21f1683 +last_modified_at: 2024-10-13 related_topics: - title: English version url: /en/linux/journalctl.html icon: bi bi-globe + - title: español version + url: /es/linux/journalctl.html + icon: bi bi-globe - title: українська version url: /uk/linux/journalctl.html icon: bi bi-globe @@ -20,19 +23,19 @@ Więcej informacji: . - 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/docs/pt_BR/common/dust.md b/docs/pt_BR/common/dust.md index 895fb3ba43..0a19309fca 100644 --- a/docs/pt_BR/common/dust.md +++ b/docs/pt_BR/common/dust.md @@ -2,8 +2,8 @@ layout: page title: common/dust (português (Brasil)) description: "Dust oferece uma visão geral de quais diretórios estão usando espaço em disco." -content_hash: 73e03ee09a46daa278f6b3f6c1d381ca8749a984 -last_modified_at: 2023-11-12 +content_hash: 31b42f29af7348d495a6a7ade0aea0d9c954d6d2 +last_modified_at: 2024-10-13 related_topics: - title: Deutsch version url: /de/common/dust.html @@ -24,15 +24,15 @@ Mais informações: . - 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/docs/pt_BR/common/dvc.md b/docs/pt_BR/common/dvc.md index 87a455a492..e0cb04f688 100644 --- a/docs/pt_BR/common/dvc.md +++ b/docs/pt_BR/common/dvc.md @@ -2,8 +2,8 @@ layout: page title: common/dvc (português (Brasil)) description: "Controle de Versão de Dados: como o `git` mas para dados." -content_hash: 3cc22c001fb7f496b0eb5e0f98e1bf5979d7cb2e -last_modified_at: 2024-10-05 +content_hash: 511a8ee228e51a576e62a61496ad714e4fbdf5fa +last_modified_at: 2024-10-13 related_topics: - title: English version url: /en/common/dvc.html @@ -16,9 +16,9 @@ Controle de Versão de Dados: como o `git` mas para dados. 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: @@ -28,6 +28,6 @@ Mais informações: . `dvc `subcomando` --help` -- Executa um subcomando do DVC: +- Checa a versão do DVC: -`dvc `subcomando +`dvc --version` diff --git a/docs/pt_BR/common/grep.md b/docs/pt_BR/common/grep.md index 4a1a199686..48347e5861 100644 --- a/docs/pt_BR/common/grep.md +++ b/docs/pt_BR/common/grep.md @@ -2,8 +2,8 @@ layout: page title: common/grep (português (Brasil)) description: "Acha padrões em arquivos usando expressões regulares." -content_hash: 024efce57b6c2c8a7de1c1242a954063ac4600ba -last_modified_at: 2024-06-19 +content_hash: 152ae4eb902a60e0fd718f7016e69f46b5b81e6f +last_modified_at: 2024-10-13 related_topics: - title: dansk version url: /da/common/grep.html @@ -26,6 +26,9 @@ related_topics: - title: 한국어 version url: /ko/common/grep.html icon: bi bi-globe + - title: Nederlands version + url: /nl/common/grep.html + icon: bi bi-globe - title: русский version url: /ru/common/grep.html icon: bi bi-globe @@ -35,6 +38,9 @@ related_topics: - title: Türkçe version url: /tr/common/grep.html icon: bi bi-globe + - title: українська version + url: /uk/common/grep.html + icon: bi bi-globe - title: 中文 version url: /zh/common/grep.html icon: bi bi-globe @@ -55,7 +61,7 @@ Mais informações: . - 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/docs/pt_BR/common/img2pdf.md b/docs/pt_BR/common/img2pdf.md index 47164c1491..ea105a0499 100644 --- a/docs/pt_BR/common/img2pdf.md +++ b/docs/pt_BR/common/img2pdf.md @@ -2,8 +2,8 @@ layout: page title: common/img2pdf (português (Brasil)) description: "Ferramenta de conversão sem perdas de imagens para PDF." -content_hash: 078d9754df2c62337c3ea86c1566986be7a41200 -last_modified_at: 2023-12-28 +content_hash: 7a81ac2190644ea2977ccafb691e46c875a1de85 +last_modified_at: 2024-10-13 related_topics: - title: English version url: /en/common/img2pdf.html @@ -17,7 +17,7 @@ Mais informações: . - 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: @@ -25,7 +25,7 @@ Mais informações: . - 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/docs/pt_BR/common/javac.md b/docs/pt_BR/common/javac.md index a196cf9590..ebf96b8122 100644 --- a/docs/pt_BR/common/javac.md +++ b/docs/pt_BR/common/javac.md @@ -2,8 +2,8 @@ layout: page title: common/javac (português (Brasil)) description: "O compilador de aplicações Java." -content_hash: a8b521160b452b4652af2a30d27d588b21703180 -last_modified_at: 2023-11-12 +content_hash: 812eb0a59a469e638ebd2a51c65fe7e6a53aba19 +last_modified_at: 2024-10-13 related_topics: - title: English version url: /en/common/javac.html @@ -30,7 +30,7 @@ Mais informações: arquivo1.java` `arquivo2.java` `arquivo3.java +`javac `arquivo1.java arquivo2.java ... - Compile todos os arquivos `.java` no diretório atual: diff --git a/docs/pt_BR/common/ls.md b/docs/pt_BR/common/ls.md index 09ec9d0912..4460a2796e 100644 --- a/docs/pt_BR/common/ls.md +++ b/docs/pt_BR/common/ls.md @@ -2,9 +2,12 @@ layout: page title: common/ls (português (Brasil)) description: "Lista o conteúdo de um diretório." -content_hash: 6848a38d1c1eca26b83607e03915bd514d88a938 -last_modified_at: 2023-11-12 +content_hash: 86af90ba724baa1d539c705fadecdebf58a8c266 +last_modified_at: 2024-10-13 related_topics: + - title: العربية version + url: /ar/common/ls.html + icon: bi bi-globe - title: català version url: /ca/common/ls.html icon: bi bi-globe @@ -41,6 +44,9 @@ related_topics: - title: नेपाली version url: /ne/common/ls.html icon: bi bi-globe + - title: Nederlands version + url: /nl/common/ls.html + icon: bi bi-globe - title: polski version url: /pl/common/ls.html icon: bi bi-globe @@ -88,7 +94,7 @@ Mais informações: . - 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/docs/pt_BR/common/passwd.md b/docs/pt_BR/common/passwd.md index 0a40c0d16f..9a3c371db1 100644 --- a/docs/pt_BR/common/passwd.md +++ b/docs/pt_BR/common/passwd.md @@ -2,12 +2,15 @@ layout: page title: common/passwd (português (Brasil)) description: "Passwd é uma ferramenta usada para alterar a senha de um usuário." -content_hash: 2814993806242a951c03713780519d37a6948543 -last_modified_at: 2023-11-12 +content_hash: 24c1ef8e5421039ce1a0bd67ae4e5718f08f0a5d +last_modified_at: 2024-10-13 related_topics: - title: English version url: /en/common/passwd.html icon: bi bi-globe + - title: español version + url: /es/common/passwd.html + icon: bi bi-globe - title: français version url: /fr/common/passwd.html icon: bi bi-globe @@ -28,8 +31,8 @@ Mais informações: . - 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/docs/pt_BR/common/podman-compose.md b/docs/pt_BR/common/podman-compose.md index 44f0559495..6837d5452c 100644 --- a/docs/pt_BR/common/podman-compose.md +++ b/docs/pt_BR/common/podman-compose.md @@ -2,8 +2,8 @@ layout: page title: common/podman-compose (português (Brasil)) description: "Executar e gerenciar definição de contêineres Compose Specification." -content_hash: 24b7d7998d9fbc2ca99d396a6a1ea81a7cf61335 -last_modified_at: 2023-12-28 +content_hash: 123b5707c894886e58e2ca32a122ac3b79068935 +last_modified_at: 2024-10-13 related_topics: - title: English version url: /en/common/podman-compose.html @@ -29,7 +29,7 @@ Mais informações: . - 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/docs/pt_PT/osx/softwareupdate.md b/docs/pt_PT/osx/softwareupdate.md index 80caa31541..733865fe00 100644 --- a/docs/pt_PT/osx/softwareupdate.md +++ b/docs/pt_PT/osx/softwareupdate.md @@ -2,8 +2,8 @@ layout: page title: osx/softwareupdate (português (Portugal)) description: "Ferramenta de atualização de aplicativos da App Store via linha de comandos." -content_hash: abd621997a44fa7cdf3772e776c782317bcace1d -last_modified_at: 2024-01-31 +content_hash: 33913aae9710a5d92ce484866f3ec96ec9b04831 +last_modified_at: 2024-10-13 related_topics: - title: English version url: /en/osx/softwareupdate.html @@ -28,7 +28,7 @@ Mais informações: путь/до/папки1`:`путь/до/папки2 +`ghci -i`путь/до/папки1:путь/до/папки2:... diff --git a/docs/ru/common/grep.md b/docs/ru/common/grep.md index 45a0cfb573..44cde30d9b 100644 --- a/docs/ru/common/grep.md +++ b/docs/ru/common/grep.md @@ -2,8 +2,8 @@ layout: page title: common/grep (русский) description: "Поиск по шаблону в файлах используя регулярные выражения." -content_hash: 8402af056949f36d2ef5142bae567ec989c52399 -last_modified_at: 2024-06-19 +content_hash: a54e6d34675c1680ba60540379c101005a7c123a +last_modified_at: 2024-10-13 related_topics: - title: dansk version url: /da/common/grep.html @@ -26,6 +26,9 @@ related_topics: - title: 한국어 version url: /ko/common/grep.html icon: bi bi-globe + - title: Nederlands version + url: /nl/common/grep.html + icon: bi bi-globe - title: português (Brasil) version url: /pt_BR/common/grep.html icon: bi bi-globe @@ -35,6 +38,9 @@ related_topics: - title: Türkçe version url: /tr/common/grep.html icon: bi bi-globe + - title: українська version + url: /uk/common/grep.html + icon: bi bi-globe - title: 中文 version url: /zh/common/grep.html icon: bi bi-globe @@ -55,7 +61,7 @@ tldri18n_status: 2 - Искать по шаблону во всех файлах в директории рекурсивно, показывая номера строк, там где подстрока была найдена, исключая бинарные(двоичные) файлы: -`grep `-r|--recursive` `-n|--line-number` --binary-files=`without-match` "`шаблон_поиска`" `путь/к/директории +`grep `-r|--recursive` `-n|--line-number` --binary-files `without-match` "`шаблон_поиска`" `путь/к/директории - Искать, используя расширенные регулярные выражения (поддержка `?`, `+`, `{}`, `()` и `|`), без учета регистра: diff --git a/docs/ru/common/ls.md b/docs/ru/common/ls.md index c05ebb8912..9a5363ff7f 100644 --- a/docs/ru/common/ls.md +++ b/docs/ru/common/ls.md @@ -2,9 +2,12 @@ layout: page title: common/ls (русский) description: "Вывод содержимого каталога." -content_hash: 5215e860585db76c3847ae646391e0ef6c3b71b8 -last_modified_at: 2023-11-12 +content_hash: f67ae39ff50586ed65ad41e93176ac98b8f56d1e +last_modified_at: 2024-10-13 related_topics: + - title: العربية version + url: /ar/common/ls.html + icon: bi bi-globe - title: català version url: /ca/common/ls.html icon: bi bi-globe @@ -41,6 +44,9 @@ related_topics: - title: नेपाली version url: /ne/common/ls.html icon: bi bi-globe + - title: Nederlands version + url: /nl/common/ls.html + icon: bi bi-globe - title: polski version url: /pl/common/ls.html icon: bi bi-globe @@ -88,7 +94,7 @@ tldri18n_status: 2 - Подробный список, отсортированный по размеру файлов (по убыванию): -`ls -lS` +`ls -lSR` - Подробный список, отсортированный по дате изменения файла (сначала более старые): diff --git a/docs/ru/linux/lsblk.md b/docs/ru/linux/lsblk.md index fead564c5b..3ee0c9f7e2 100644 --- a/docs/ru/linux/lsblk.md +++ b/docs/ru/linux/lsblk.md @@ -2,8 +2,8 @@ layout: page title: linux/lsblk (русский) description: "Отобразить информацию об устройствах." -content_hash: c8dd3cc2136117aeb4538f261e4a6ea70788c737 -last_modified_at: 2023-11-12 +content_hash: 21919bc9a381f463a0c3527f2e84c5195655593a +last_modified_at: 2024-10-13 related_topics: - title: English version url: /en/linux/lsblk.html @@ -53,8 +53,8 @@ tldri18n_status: 2 - Исключить устройства, указанные в списке основных номеров устройств, разделенных запятыми: -`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/docs/ta/common/javac.md b/docs/ta/common/javac.md index ce7083432e..742e4a797e 100644 --- a/docs/ta/common/javac.md +++ b/docs/ta/common/javac.md @@ -2,8 +2,8 @@ layout: page title: common/javac (தமிழ்) description: "ஜாவா பயன்பாட்டு தொகுப்பாளர்." -content_hash: 8059366a9c5519a7309970a5ad79dd0b5b08ad0a -last_modified_at: 2023-11-12 +content_hash: ac7b3f64960aa6c8100b63d3ffbe43d2b7d8a4a0 +last_modified_at: 2024-10-13 related_topics: - title: English version url: /en/common/javac.html @@ -30,7 +30,7 @@ tldri18n_status: 2 - பல `.java` கோப்புகளை தொகுக்கவும்: -`javac `கோப்பு1.java` `கோப்பு2.java` `கோப்பு3.java +`javac `கோப்பு1.java கோப்பு2.java ... - தற்போதைய கோப்பகத்தில் அனைத்து `.java` கோப்புகளையும் தொகுக்கவும்: diff --git a/docs/ta/linux/bspwm.md b/docs/ta/linux/bspwm.md index 99a104f741..47a05b1390 100644 --- a/docs/ta/linux/bspwm.md +++ b/docs/ta/linux/bspwm.md @@ -2,21 +2,9 @@ layout: page title: linux/bspwm (தமிழ்) description: "பைனரி ஸ்பேஸ் பார்டிஷனிங் அடிப்படையிலான டைலிங் சாளர மேலாளர்." -content_hash: b74c9c71102ef2d11971d390ba5a2fb1231e8ea7 -last_modified_at: 2024-02-26 +content_hash: 565a4803ce88843b2797581ae43a5492b6294eac +last_modified_at: 2024-10-13 related_topics: - - title: العربية version - url: /ar/linux/bspwm.html - icon: bi bi-globe - - title: bosanski version - url: /bs/linux/bspwm.html - icon: bi bi-globe - - title: català version - url: /ca/linux/bspwm.html - icon: bi bi-globe - - title: dansk version - url: /da/linux/bspwm.html - icon: bi bi-globe - title: Deutsch version url: /de/linux/bspwm.html icon: bi bi-globe @@ -38,27 +26,15 @@ related_topics: - title: italiano version url: /it/linux/bspwm.html icon: bi bi-globe - - title: 日本語 version - url: /ja/linux/bspwm.html - icon: bi bi-globe - title: 한국어 version url: /ko/linux/bspwm.html icon: bi bi-globe - - title: ລາວ version - url: /lo/linux/bspwm.html - icon: bi bi-globe - - title: മലയാളം version - url: /ml/linux/bspwm.html - icon: bi bi-globe - title: नेपाली version url: /ne/linux/bspwm.html icon: bi bi-globe - title: Nederlands version url: /nl/linux/bspwm.html icon: bi bi-globe - - title: norsk version - url: /no/linux/bspwm.html - icon: bi bi-globe - title: polski version url: /pl/linux/bspwm.html icon: bi bi-globe @@ -68,21 +44,12 @@ related_topics: - title: português (Portugal) version url: /pt_PT/linux/bspwm.html icon: bi bi-globe - - title: русский version - url: /ru/linux/bspwm.html - icon: bi bi-globe - - title: svenska version - url: /sv/linux/bspwm.html - icon: bi bi-globe - title: ไทย version url: /th/linux/bspwm.html icon: bi bi-globe - title: Türkçe version url: /tr/linux/bspwm.html icon: bi bi-globe - - title: українська version - url: /uk/linux/bspwm.html - icon: bi bi-globe - title: 中文 version url: /zh/linux/bspwm.html icon: bi bi-globe @@ -103,7 +70,3 @@ This entry is very new in the [tldr-pages](https://github.com/tldr-pages/tldr) p - `bspwm` ஐத் தொடங்கவும் (இந்த கட்டளையை இயக்கும் போது ஏற்கனவே இருக்கும் சாளர மேலாளர் திறக்கப்படக்கூடாது என்பதை நினைவில் கொள்ளவும்): `bspwm -c `கட்டமைப்பு/பாதை - -- `bspc`க்கான ஆவணங்களைக் காண்க: - -`tldr bspc` diff --git a/docs/ta/linux/gedit.md b/docs/ta/linux/gedit.md index 5eec0a6cd6..ed70157e81 100644 --- a/docs/ta/linux/gedit.md +++ b/docs/ta/linux/gedit.md @@ -2,8 +2,8 @@ layout: page title: linux/gedit (தமிழ்) description: "க்னோம் டெஸ்க்டாப் திட்டத்தின் உரை திருத்தி." -content_hash: d1cb1689be658edd5adc4ab8c85b8dc9edabed28 -last_modified_at: 2023-11-13 +content_hash: 6d89279d523da119c88b24b3ed8640d202ac67a6 +last_modified_at: 2024-10-13 related_topics: - title: English version url: /en/linux/gedit.html @@ -34,7 +34,7 @@ tldri18n_status: 2 - ஒரு குறிப்பிட்ட குறியாக்கத்துடன் உரைக் கோப்பைத் திறக்கவும்: -`gedit --encoding=`UTF-8` `கோப்பு/பாதை +`gedit --encoding `UTF-8` `கோப்பு/பாதை - ஆதரிக்கப்படும் குறியாக்கங்களின் பட்டியலைக் காண்பிக்கவும்: diff --git a/docs/ta/linux/gnome-extensions.md b/docs/ta/linux/gnome-extensions.md index 385a15cd85..4e3e14418b 100644 --- a/docs/ta/linux/gnome-extensions.md +++ b/docs/ta/linux/gnome-extensions.md @@ -2,8 +2,8 @@ layout: page title: linux/gnome-extensions (தமிழ்) description: "டெர்மினலில் இருந்து க்னோம் நீட்டிப்புகளை நிர்வகிக்கவும்." -content_hash: 00c6a1f97c267b10becf45efab4662fd715917b1 -last_modified_at: 2023-11-12 +content_hash: ad69cb7d3d3ff97bcfb32181161d6dbe1ab46682 +last_modified_at: 2024-10-13 related_topics: - title: English version url: /en/linux/gnome-extensions.html @@ -15,10 +15,6 @@ tldri18n_status: 2 டெர்மினலில் இருந்து க்னோம் நீட்டிப்புகளை நிர்வகிக்கவும். மேலும் விவரத்திற்கு: . -- பதிப்பைக் காட்டு: - -`gnome-extensions version` - - நிறுவப்பட்ட அனைத்து நீட்டிப்புகளையும் பட்டியலிடுங்கள்: `gnome-extensions list` @@ -27,10 +23,6 @@ tldri18n_status: 2 `gnome-extensions info "`நீட்டிப்பு_ஐடி`"` -- துணைக் கட்டளைக்கான உதவியைக் காண்பி (`பட்டியல்` போன்றவை): - -`gnome-extensions help `துணை_கட்டளை - - ஒரு குறிப்பிட்ட நீட்டிப்பை இயக்கு: `gnome-extensions enable "`நீட்டிப்பு_ஐடி`"` @@ -42,3 +34,11 @@ tldri18n_status: 2 - ஒரு குறிப்பிட்ட நீட்டிப்பை நிறுவல் நீக்கு: `gnome-extension uninstall "`நீட்டிப்பு_ஐடி`"` + +- துணைக் கட்டளைக்கான உதவியைக் காண்பி (`list` போன்றவை): + +`gnome-extensions help `துணை_கட்டளை + +- பதிப்பைக் காட்டு: + +`gnome-extensions version` diff --git a/docs/th/common/ls.md b/docs/th/common/ls.md index fbcdd4fb09..daf24849c6 100644 --- a/docs/th/common/ls.md +++ b/docs/th/common/ls.md @@ -2,9 +2,12 @@ layout: page title: common/ls (ไทย) description: "แสดงชื่อ ขนาด หรือข้อมูลเบื้องต้นของแต่ละไฟล์หรือโฟลเดอร์" -content_hash: 04f0a11cce32bf3cb0ac48ba4cda313563ed19cd -last_modified_at: 2023-11-12 +content_hash: 0696bcc3a9e6afefeb4c7d0431efb584e6234101 +last_modified_at: 2024-10-13 related_topics: + - title: العربية version + url: /ar/common/ls.html + icon: bi bi-globe - title: català version url: /ca/common/ls.html icon: bi bi-globe @@ -41,6 +44,9 @@ related_topics: - title: नेपाली version url: /ne/common/ls.html icon: bi bi-globe + - title: Nederlands version + url: /nl/common/ls.html + icon: bi bi-globe - title: polski version url: /pl/common/ls.html icon: bi bi-globe @@ -88,7 +94,7 @@ tldri18n_status: 2 - แสดงข้อมูลเบื้องต้นของไฟล์หรือโฟลเดอร์ (สิทธ์การเข้าถึง, ความเป็นเจ้าของ, ขนาด, และวันที่แก้ไขล่าสุด) โดยใช้ขนาดในการเรียงลำดับจากมากไปน้อย: -`ls -lS` +`ls -lSR` - แสดงข้อมูลเบื้องต้นของไฟล์หรือโฟลเดอร์ (สิทธ์การเข้าถึง, ความเป็นเจ้าของ, ขนาด, และวันที่แก้ไขล่าสุด) โดยใช้วันที่แก้ไขล่าสุดในการเรียงลำดับจากอายุมากไปน้อย: diff --git a/docs/tr/common/grep.md b/docs/tr/common/grep.md index 03e29d0671..1e2b718fb4 100644 --- a/docs/tr/common/grep.md +++ b/docs/tr/common/grep.md @@ -2,8 +2,8 @@ layout: page title: common/grep (Türkçe) description: "Düzenli ifadeler (Regex) kullanarak dosyalardaki kalıpları bul." -content_hash: fe2475dd5e7bf0285e634a1fe5d530ead15823f9 -last_modified_at: 2024-06-19 +content_hash: bec601d63f1f99256dfb0bd7ceeba7e711b3a081 +last_modified_at: 2024-10-13 related_topics: - title: dansk version url: /da/common/grep.html @@ -26,6 +26,9 @@ related_topics: - title: 한국어 version url: /ko/common/grep.html icon: bi bi-globe + - title: Nederlands version + url: /nl/common/grep.html + icon: bi bi-globe - title: português (Brasil) version url: /pt_BR/common/grep.html icon: bi bi-globe @@ -35,6 +38,9 @@ related_topics: - title: தமிழ் version url: /ta/common/grep.html icon: bi bi-globe + - title: українська version + url: /uk/common/grep.html + icon: bi bi-globe - title: 中文 version url: /zh/common/grep.html icon: bi bi-globe @@ -55,7 +61,7 @@ Daha fazla bilgi için: . - 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/docs/uk/linux/journalctl.md b/docs/uk/linux/journalctl.md index c9af42b08d..1cae42b158 100644 --- a/docs/uk/linux/journalctl.md +++ b/docs/uk/linux/journalctl.md @@ -2,12 +2,15 @@ layout: page title: linux/journalctl (українська) description: "Запити до журналу systemd." -content_hash: ed95b6b28de0f675c4442b951507b7ee27a6d148 -last_modified_at: 2024-09-25 +content_hash: b591b461d2dd06470a46643f8870971568a6ef19 +last_modified_at: 2024-10-13 related_topics: - title: English version url: /en/linux/journalctl.html icon: bi bi-globe + - title: español version + url: /es/linux/journalctl.html + icon: bi bi-globe - title: polski version url: /pl/linux/journalctl.html icon: bi bi-globe @@ -23,19 +26,19 @@ This entry is very new in the [tldr-pages](https://github.com/tldr-pages/tldr) p - Показати всі повідомлення з рівнем пріоритету 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/docs/uk/linux/lsblk.md b/docs/uk/linux/lsblk.md index 9ab015e510..a6efa6a1ba 100644 --- a/docs/uk/linux/lsblk.md +++ b/docs/uk/linux/lsblk.md @@ -2,8 +2,8 @@ layout: page title: linux/lsblk (українська) description: "Показує інформацію про пристрої." -content_hash: 923fba81851958b75291a68e566d5859f6ba65c7 -last_modified_at: 2023-11-12 +content_hash: b44f972ca05a7c4280f6ee4cb2666a2ca9362802 +last_modified_at: 2024-10-13 related_topics: - title: English version url: /en/linux/lsblk.html @@ -53,8 +53,8 @@ tldri18n_status: 2 - Виключити пристрої, указані в розділеному комами списку основних номерів пристроїв: -`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/docs/zh/common/grep.md b/docs/zh/common/grep.md index 8005ade054..a3ca1c7973 100644 --- a/docs/zh/common/grep.md +++ b/docs/zh/common/grep.md @@ -2,8 +2,8 @@ layout: page title: common/grep (中文) description: "使用正则表达式查找文件中的模式。" -content_hash: a51fec8b382364387e1865a7465ae6d6aca897c8 -last_modified_at: 2024-06-19 +content_hash: 923277649c02188e3c374ba669ef9c844791ff58 +last_modified_at: 2024-10-13 related_topics: - title: dansk version url: /da/common/grep.html @@ -26,6 +26,9 @@ related_topics: - title: 한국어 version url: /ko/common/grep.html icon: bi bi-globe + - title: Nederlands version + url: /nl/common/grep.html + icon: bi bi-globe - title: português (Brasil) version url: /pt_BR/common/grep.html icon: bi bi-globe @@ -38,6 +41,9 @@ related_topics: - title: Türkçe version url: /tr/common/grep.html icon: bi bi-globe + - title: українська version + url: /uk/common/grep.html + icon: bi bi-globe tldri18n_status: 2 --- # grep @@ -55,7 +61,7 @@ tldri18n_status: 2 - 在指定目录下的所有文件中递归地查找模式,显示匹配的行号并忽略二进制文件: -`grep `-r|--recursive` `-n|--line-number` --binary-files=`without-match` "`模式字符串`" `路径/到/目录 +`grep `-r|--recursive` `-n|--line-number` --binary-files `without-match` "`模式字符串`" `路径/到/目录 - 使用大小写不敏感的扩展正则表达式(支持 `?`、`+`、`{}`、`()` 和 `|`): diff --git a/docs/zh/common/javac.md b/docs/zh/common/javac.md index 48e74b08af..7527499429 100644 --- a/docs/zh/common/javac.md +++ b/docs/zh/common/javac.md @@ -2,8 +2,8 @@ layout: page title: common/javac (中文) description: "Java 程序编译器。" -content_hash: 02d28e732bcb0b40a2c4a71d628cc8977e546c6e -last_modified_at: 2023-11-12 +content_hash: 2959c315e10baa3141cbf942f0388b37ff7bb450 +last_modified_at: 2024-10-13 related_topics: - title: English version url: /en/common/javac.html @@ -30,7 +30,7 @@ Java 程序编译器。 - 编译多个 `.java` 文件: -`javac `文件名1.java` `文件名2.java` `文件名3.java +`javac `文件名1.java 文件名2.java 文件名3.java ... - 编译当前目录内所有 `.java` 文件: diff --git a/docs/zh/common/ls.md b/docs/zh/common/ls.md index 524953bc9d..6dc35cbcc6 100644 --- a/docs/zh/common/ls.md +++ b/docs/zh/common/ls.md @@ -2,9 +2,12 @@ layout: page title: common/ls (中文) description: "列出目录中的内容。" -content_hash: 534fd39c2255b6e501992bd47f18a5ceef63b078 -last_modified_at: 2023-11-12 +content_hash: c7a1327606ee9ab0a43a831ba5877335e8498852 +last_modified_at: 2024-10-13 related_topics: + - title: العربية version + url: /ar/common/ls.html + icon: bi bi-globe - title: català version url: /ca/common/ls.html icon: bi bi-globe @@ -41,6 +44,9 @@ related_topics: - title: नेपाली version url: /ne/common/ls.html icon: bi bi-globe + - title: Nederlands version + url: /nl/common/ls.html + icon: bi bi-globe - title: polski version url: /pl/common/ls.html icon: bi bi-globe @@ -88,7 +94,7 @@ tldri18n_status: 2 - 列出所有文件信息,按大小降序排序: -`ls -lS` +`ls -lSR` - 列出所有文件信息,按修改日期从旧到新排序: diff --git a/docs/zh/common/rubocop.md b/docs/zh/common/rubocop.md index f0b75fa211..69e496fab2 100644 --- a/docs/zh/common/rubocop.md +++ b/docs/zh/common/rubocop.md @@ -2,8 +2,8 @@ layout: page title: common/rubocop (中文) description: "格式化 Ruby 文件。" -content_hash: 01209e16548ba55d233de1bb7a3e7f31b22daf4d -last_modified_at: 2023-11-12 +content_hash: 3960489ddc22c78050f5cdb692ee1961f2fc4a93 +last_modified_at: 2024-10-13 related_topics: - title: English version url: /en/common/rubocop.html @@ -30,7 +30,7 @@ tldri18n_status: 2 - 检查一个或多个指定文件或目录: -`rubocop `目录 / 文件名` `目录 / +`rubocop `目录 / 文件名 目录 / 文件名 ... - 将输出写入指定文件: @@ -42,11 +42,11 @@ tldri18n_status: 2 - 排除格式规则: -`rubocop --except `规则 1` `规则 2 +`rubocop --except `规则 1 规则 2 ... - 只运行指定的规则: -`rubocop --only `规则 1` `规则 2 +`rubocop --only `规则 1 规则 2 ... - 自动更正文件(实验): diff --git a/docs/zh/linux/lsblk.md b/docs/zh/linux/lsblk.md index 54996db6a0..d63fe16359 100644 --- a/docs/zh/linux/lsblk.md +++ b/docs/zh/linux/lsblk.md @@ -2,8 +2,8 @@ layout: page title: linux/lsblk (中文) description: "列出设备信息。" -content_hash: 80429cfdbeadedd3aac4e8baacda5b4aceb9c47a -last_modified_at: 2023-11-12 +content_hash: 4417349e89df7e005742a13a50a10df6b291280b +last_modified_at: 2024-10-13 related_topics: - title: English version url: /en/linux/lsblk.html @@ -52,8 +52,8 @@ This entry is very new in the [tldr-pages](https://github.com/tldr-pages/tldr) p - 排除由逗号分隔的主要设备编号列表指定的设备: -`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/docs/zh/osx/softwareupdate.md b/docs/zh/osx/softwareupdate.md index 7e1a12d0ea..6b57c94fb4 100644 --- a/docs/zh/osx/softwareupdate.md +++ b/docs/zh/osx/softwareupdate.md @@ -2,8 +2,8 @@ layout: page title: osx/softwareupdate (中文) description: "通过命令行更新 macOS 应用商店中应用程序的工具。" -content_hash: 650c709790eabb7483dba183e1ea251efd412b7f -last_modified_at: 2024-01-31 +content_hash: 86387d98ffc00569473e813b9a71d0d802ad7e6c +last_modified_at: 2024-10-13 related_topics: - title: English version url: /en/osx/softwareupdate.html @@ -28,7 +28,7 @@ tldri18n_status: 2 - 下载并安装所有推荐的更新: -`softwareupdate --install --req` +`softwareupdate --install --recommended` - 下载并安装特定的应用程序: diff --git a/docs/zh/windows/comp.md b/docs/zh/windows/comp.md index 7cd0e1f1a2..9d8b40738c 100644 --- a/docs/zh/windows/comp.md +++ b/docs/zh/windows/comp.md @@ -2,12 +2,15 @@ layout: page title: windows/comp (中文) description: "比较两个文件或文件集的内容。" -content_hash: 47bd1275633529fab40860dc797340d37963efaf -last_modified_at: 2024-01-01 +content_hash: 582f9539436948f1984f2e51b22d3a2e776615f0 +last_modified_at: 2024-10-13 related_topics: - title: English version url: /en/windows/comp.html icon: bi bi-globe + - title: Indonesia version + url: /id/windows/comp.html + icon: bi bi-globe - title: தமிழ் version url: /ta/windows/comp.html icon: bi bi-globe @@ -49,4 +52,4 @@ tldri18n_status: 2 - 只比较每个文件前 5 行的内容: -`comp /n=`5` `文件 1 的路径` `文件 2 的路径 +`comp /n=5 `文件 1 的路径` `文件 2 的路径 diff --git a/docs/zh_TW/common/ls.md b/docs/zh_TW/common/ls.md index 47eb41648a..731e425b41 100644 --- a/docs/zh_TW/common/ls.md +++ b/docs/zh_TW/common/ls.md @@ -2,9 +2,12 @@ layout: page title: common/ls (中文 (繁體, 台灣)) description: "列出目錄內容。" -content_hash: bcec8df3f8bc2c277cc3fa7ca3743baa49bb1ddf -last_modified_at: 2023-11-12 +content_hash: 3cb289eaf5779970efc182ad62baaf2b8868360d +last_modified_at: 2024-10-13 related_topics: + - title: العربية version + url: /ar/common/ls.html + icon: bi bi-globe - title: català version url: /ca/common/ls.html icon: bi bi-globe @@ -41,6 +44,9 @@ related_topics: - title: नेपाली version url: /ne/common/ls.html icon: bi bi-globe + - title: Nederlands version + url: /nl/common/ls.html + icon: bi bi-globe - title: polski version url: /pl/common/ls.html icon: bi bi-globe @@ -91,7 +97,7 @@ This entry is very new in the [tldr-pages](https://github.com/tldr-pages/tldr) p - 列出完整檔案列表,並依檔案大小降序排序: -`ls -lS` +`ls -lSR` - 列出完整檔案列表,並依修改時間由舊到新排序: diff --git a/source b/source index 03fd077956..1c4c70bb97 160000 --- a/source +++ b/source @@ -1 +1 @@ -Subproject commit 03fd07795619b92bdf879a9e4bf8e420cf0480e3 +Subproject commit 1c4c70bb973782215ef5b2b60986ab2024e6274b