diff --git a/pages.ar/linux/rm.md b/pages.ar/common/rm.md similarity index 100% rename from pages.ar/linux/rm.md rename to pages.ar/common/rm.md diff --git a/pages.ar/linux/uname.md b/pages.ar/linux/uname.md deleted file mode 100644 index d01f5f2593..0000000000 --- a/pages.ar/linux/uname.md +++ /dev/null @@ -1,36 +0,0 @@ -# uname - -> يعرض الأمر معلومات عن الجهاز ونظام التشغيل الذي يعمل عليه. -> لمزيد من التفاصيل: . - -- عرض جميع المعلومات: - -`uname --all` - -- عرض اسم الكيرنل الحالي: - -`uname --kernel-name` - -- عرض اسم المضيف: - -`uname --nodename` - -- عرض إصدار الكيرنل الحالي: - -`uname --kernel-release` - -- عرض نسخة الكيرنل الحالية: - -`uname --kernel-version` - -- عرض معمارية النظام الحالي: - -`uname --machine` - -- عرض نوع المعالج الحالي: - -`uname --processor` - -- عرض اسم نظام التشغيل الحالي: - -`uname --operating-system` diff --git a/pages.bs/common/chsh.md b/pages.bs/common/chsh.md deleted file mode 100644 index 4dcc7359df..0000000000 --- a/pages.bs/common/chsh.md +++ /dev/null @@ -1,8 +0,0 @@ -# chsh - -> Promijeni korisnički login shell. -> Više informacija: . - -- Promijeni shell: - -`chsh -s {{putanja/do/shell_binarni}} {{korisničkoime}}` diff --git a/pages.ca/linux/i3.md b/pages.ca/common/i3.md similarity index 100% rename from pages.ca/linux/i3.md rename to pages.ca/common/i3.md diff --git a/pages.ca/linux/cp.md b/pages.ca/linux/cp.md deleted file mode 100644 index a388d335bd..0000000000 --- a/pages.ca/linux/cp.md +++ /dev/null @@ -1,32 +0,0 @@ -# cp - -> Còpia arxius i directoris. -> Més informació: . - -- Copia un arxiu a un altre directori: - -`cp {{ruta/al/arxiu_origen.ext}} {{ruta/al/archiu_destí.ext}}` - -- Copia un archivo en otro directorio, conservando el nombre del archivo: - -`cp {{ruta/al/arxiu_origen.ext}} {{ruta/al/directori_destinatari}}` - -- Còpia de forma recursiva el contingut d'un directori a una altra ubicació (si el destí existeix, el directori és copiat en aquesta ubicació): - -`cp {{[-r|--recursive]}} {{ruta/al/directori_origen}} {{ruta/al/directori_destinatari}}` - -- Còpia un directori de forma recursiva en mode verbose (mostra els arxius a mesura que es copien): - -`cp {{[-vr|--verbose --recursive]}} {{ruta/al/directori_origen}} {{ruta/al/directori_destinatari}}` - -- Còpia arxius de text en una altra ubicació en mode interactiu (pregunta al usuari abans de sobreescriure): - -`cp {{[-i|--interactive]}} {{*.txt}} {{ruta/al/directori_destinatari}}` - -- Segueix els enllaços simbòlics abans de copiar: - -`cp {{[-L|--dereference]}} {{link}} {{ruta/al/directori_destinatari}}` - -- Utilitza la ruta completa dels arxius d'origen, creant els directoris intermitjos faltants al copiar: - -`cp --parents {{ruta_de_origen/al/archiu}} {{ruta/al/archiu_destí}}` diff --git a/pages.da/common/chsh.md b/pages.da/common/chsh.md deleted file mode 100644 index 1ded643405..0000000000 --- a/pages.da/common/chsh.md +++ /dev/null @@ -1,8 +0,0 @@ -# chsh - -> Skift brugerens login shell. -> Mere information: . - -- Skift shell: - -`chsh -s {{sti/til/shell_program}} {{brugernavn}}` diff --git a/pages.de/common/chsh.md b/pages.de/common/chsh.md deleted file mode 100644 index d8787c3113..0000000000 --- a/pages.de/common/chsh.md +++ /dev/null @@ -1,20 +0,0 @@ -# chsh - -> Ändere die Login-Shell eines Benutzers. -> Weitere Informationen: . - -- Ändere die Login-Shell des aktuellen Benutzers interaktiv: - -`chsh` - -- Ändere die Login-Shell des aktuellen Benutzers: - -`chsh -s {{pfad/zu/shell}}` - -- Ändere die Login-Shell eines Benutzers: - -`chsh -s {{pfad/zu/shell}} {{benutzername}}` - -- Liste alle verfügbaren Shells auf: - -`chsh -l` diff --git a/pages.de/linux/cp.md b/pages.de/linux/cp.md deleted file mode 100644 index dc6ecbe0d5..0000000000 --- a/pages.de/linux/cp.md +++ /dev/null @@ -1,32 +0,0 @@ -# cp - -> Kopiere Dateien und Verzeichnisse. -> Weitere Informationen: . - -- Kopiere eine Datei an einen anderen Ort: - -`cp {{pfad/zu/ausgangs_datei.ext}} {{pfad/zu/ziel_datei.ext}}` - -- Kopiere eine Datei in ein anderes Verzeichnis und behalte den Dateinamen bei: - -`cp {{pfad/zu/ausgang_datei.ext}} {{pfad/zu/ziel_verzeichnis}}` - -- Kopiere die Inhalte eines Verzeichnisses rekursiv zu einem neuen Ort (wenn das Ziel existiert, wird das Verzeichnis ins bestehende Ziel Verzeichnis kopiert): - -`cp {{[-r|--recursive]}} {{pfad/zu/ausgangs_verzeichnis}} {{pfad/zu/ziel_verzeichnis}}` - -- Kopiere ein Verzeichnis rekursiv im ausführlichen Modus (zeigt die Dateien die kopiert werden): - -`cp {{[-vr|--verbose --recursive]}} {{pfad/zu/ausgangs_verzeichnis}} {{pfad/zu/ziel_verzeichnis}}` - -- Kopiere text Dateien zu einem anderen Ort im interaktiven Modus (fragt die Nutzer:in bevor eine Datei überschrieben wird): - -`cp {{[-i|--interactive]}} {{*.txt}} {{pfad/zu/ziel_verzeichnis}}` - -- Folge symbolischen Verzeichnislinks vorm Kopieren: - -`cp {{[-L|--dereference]}} {{link}} {{pfad/zu/ziel_verzeichnis}}` - -- Benutze den vollen Pfad der Ausgangsdateien und erstelle alle fehlenden Verzeichnisse beim Kopieren: - -`cp --parents {{quelle/pfad/zu/datei}} {{pfad/zu/ziel_datei}}` diff --git a/pages.es/common/chsh.md b/pages.es/common/chsh.md deleted file mode 100644 index e1658d6ded..0000000000 --- a/pages.es/common/chsh.md +++ /dev/null @@ -1,17 +0,0 @@ -# chsh - -> Cambia el intérprete de comandos de inicio de sesión del usuario (login shell). -> Vea las páginas específicas de la plataforma para más opciones. -> Más información: . - -- Establece un intérprete de comandos de inicio de sesión específico para el usuario actual de forma interactiva: - -`chsh` - -- Establece un intérprete de comandos de inicio de sesión específico para el usuario actual: - -`chsh -s {{ruta/a/intérprete}}` - -- Establece un intérprete de comandos de inicio de sesión para un usuario específico: - -`chsh -s {{ruta/a/intérprete}} {{usuario}}` diff --git a/pages.es/linux/i3.md b/pages.es/common/i3.md similarity index 100% rename from pages.es/linux/i3.md rename to pages.es/common/i3.md diff --git a/pages.es/linux/cp.md b/pages.es/linux/cp.md deleted file mode 100644 index 181a35928d..0000000000 --- a/pages.es/linux/cp.md +++ /dev/null @@ -1,36 +0,0 @@ -# cp - -> Copia archivos y directorios. -> Más información: . - -- Copia un archivo a otro directorio: - -`cp {{ruta/al/archivo_origen.ext}} {{ruta/al/archivo_destino.ext}}` - -- Copia un archivo en otro directorio, conservando el nombre del archivo: - -`cp {{path/to/archivo_origen.ext}} {{ruta/al/directorio_principal}}` - -- Copia de forma recursiva el contenido de un directorio a otra ubicación (si el destino existe, el directorio es copiado en esa ubicación): - -`cp {{[-r|--recursive]}} {{ruta/al/directorio_origen}} {{ruta/al/directorio_destino}}` - -- Copia un directorio de forma recursiva en modo verbose (muestra los archivos a medida que se copian): - -`cp {{[-vr|--verbose --recursive]}} {{ruta/al/directorio_origen}} {{ruta/al/directorio_destino}}` - -- Copia varios archivos de inmediato a un directorio: - -`cp {{[-t|--target-directory]}} {{ruta/al/directorio_destino}} {{ruta/al/archivo1 ruta/al/archivo2 ...}}` - -- Copia todos los archivos con una extensión específica a otra ubicación en modo interactivo (pregunta al usuario antes de sobreescribir): - -`cp {{[-i|--interactive]}} {{*.ext}} {{ruta/al/directorio_destino}}` - -- Sigue los enlaces simbólicos antes de copiar: - -`cp {{[-L|--dereference]}} {{link}} {{ruta/al/directorio_destino}}` - -- Usa la ruta completa de los archivos de origen, creando los directorios intermedios faltantes al copiar: - -`cp --parents {{ruta_de_origen/al/archivo}} {{ruta/al/archivo_destino}}` diff --git a/pages.es/linux/killall.md b/pages.es/linux/killall.md deleted file mode 100644 index ce805c4933..0000000000 --- a/pages.es/linux/killall.md +++ /dev/null @@ -1,25 +0,0 @@ -# killall - -> Envía señal de finalización a todas las instancias de un proceso por nombre (debe ser el nombre exacto). -> Todas las señales excepto SIGKILL y SIGSTOP pueden ser interceptadas por el proceso, permitiendo una salida limpia. -> Más información: . - -- Termina un proceso utilizando la señal SIGTERM (terminar), predeterminada: - -`killall {{nombre_del_proceso}}` - -- Lista los nombres de señal disponibles (para ser utilizados sin el prefijo 'SIG'): - -`killall --list` - -- Interactivamente pide confirmación antes de la terminación: - -`killall -i {{nombre_del_proceso}}` - -- Termina un proceso utilizando la señal SIGINT (interrupción), que es la misma señal enviada pulsando ``: - -`killall -INT {{nombre_del_proceso}}` - -- Finaliza -a la fuerza- un proceso: - -`killall -KILL {{nombre_del_proceso}}` diff --git a/pages.es/linux/man.md b/pages.es/linux/man.md deleted file mode 100644 index 77cb188417..0000000000 --- a/pages.es/linux/man.md +++ /dev/null @@ -1,36 +0,0 @@ -# man - -> Da formato y muestra páginas del manual. -> Más información: . - -- Muestra la página del manual de un comando: - -`man {{comando}}` - -- Abre la página del manual de un comando en un navegador (requiere que la variable `BROWSER` esté establecida): - -`man {{[-Hbrowser_name|--html=browser_name]}} {{command}}` - -- Muestra la página del manual de la sección 7 de un comando: - -`man {{7}} {{comando}}` - -- Lista todas las secciones disponibles para un comando: - -`man {{[-f|--whatis]}} {{comando}}` - -- Muestra las rutas usadas en la búsqueda de las páginas: - -`man {{[-w|--path]}}` - -- Muestra la ubicación de la página del manual en lugar de la propia página: - -`man {{[-w|--where]}} {{comando}}` - -- Muestra la página del manual usando un idioma (locale) específico (p.e. es para español): - -`man {{[-L|--locale]}} {{idioma}} {{comando}}` - -- Busca las páginas del manual que contienen la cadena de búsqueda: - -`man {{[-k|--apropos]}} "{{cadena_de_búsqueda}}"` diff --git a/pages.es/linux/rmdir.md b/pages.es/linux/rmdir.md deleted file mode 100644 index 6bc4437f5c..0000000000 --- a/pages.es/linux/rmdir.md +++ /dev/null @@ -1,13 +0,0 @@ -# rmdir - -> Elimina directorios sin archivos. -> Vea también: `rm`. -> Más información: . - -- Elimina directorios específicos: - -`rmdir {{ruta/al/directorio1 ruta/al/directorio2 ...}}` - -- Elimina directorios específicos anidados recursivamente: - -`rmdir {{[-p|--parents]}} {{ruta/al/directorio1 ruta/al/directorio2 ...}}` diff --git a/pages.es/linux/tac.md b/pages.es/linux/tac.md deleted file mode 100644 index 8ea8e4bf2b..0000000000 --- a/pages.es/linux/tac.md +++ /dev/null @@ -1,25 +0,0 @@ -# tac - -> Muestra y concatena archivos con las líneas en orden inverso. -> Vea también: `cat`. -> Más información: . - -- Concatena archivos específicos en orden inverso: - -`tac {{ruta/al/archivo1 ruta/al/archivo2 ...}}` - -- Muestra `stdin` en orden inverso: - -`{{cat ruta/al/archivo}} | tac` - -- Usa un separador específico: - -`tac --separator {{,}} {{ruta/al/archivo1 ruta/al/archivo2 ...}}` - -- Usa una expresión regular específica como separador: - -`tac --regex --separator {{[,;]}} {{ruta/al/archivo1 ruta/al/archivo2 ...}}` - -- Usa un separador antes de cada archivo: - -`tac --before {{ruta/al/archivo1 ruta/al/archivo2 ...}}` diff --git a/pages.es/linux/uname.md b/pages.es/linux/uname.md deleted file mode 100644 index f3bf0b3a9a..0000000000 --- a/pages.es/linux/uname.md +++ /dev/null @@ -1,36 +0,0 @@ -# uname - -> Uname imprime información sobre la máquina y el sistema operativo que se ejecuta. -> Más información: . - -- Imprime toda la información: - -`uname --all` - -- Imprime el nombre del kernel: - -`uname --kernel-name` - -- Imprime el nombre de host de red: - -`uname --nodename` - -- Imprime la liberación (release) del kernel: - -`uname --kernel-release` - -- Imprime la versión del kernel: - -`uname --kernel-version` - -- Imprime el nombre del hardware de la máquina: - -`uname --machine` - -- Imprime el tipo de procesador: - -`uname --processor` - -- Imprime el nombre del sistema operativo: - -`uname --operating-system` diff --git a/pages.es/linux/w.md b/pages.es/linux/w.md deleted file mode 100644 index 24a9c929f4..0000000000 --- a/pages.es/linux/w.md +++ /dev/null @@ -1,20 +0,0 @@ -# w - -> Muestra quien ha iniciado sesión y sus procesos. -> Más información: . - -- Muestra información sobre todos los usuarios que han iniciado sesión actualmente: - -`w` - -- Muestra información sobre un usuario específico: - -`w {{usuario}}` - -- Muestra información sin incluir la cabecera: - -`w --no-header` - -- Muestra información sin incluir las columnas de inicio de sesión, JCPU y PCPU: - -`w --short` diff --git a/pages.es/linux/zip.md b/pages.es/linux/zip.md deleted file mode 100644 index 2ae8a6e459..0000000000 --- a/pages.es/linux/zip.md +++ /dev/null @@ -1,33 +0,0 @@ -# zip - -> Empaqueta y comprime archivos en un archivo Zip. -> Vea también: `unzip`. -> Más información: . - -- Agrega archivos/directorios a un archivo específico: - -`zip {{[-r|--recurse-paths}} {{ruta/a/comprimido.zip}} {{ruta/al/archivo_o_directorio1 ruta/al/archivo_o_directorio2 ...}}` - -- Elimina archivos/directorios de un archivo específico: - -`zip {{[-d|--delete]}} {{ruta/a/comprimido.zip}} {{ruta/al/archivo_o_directorio1 ruta/al/archivo_o_directorio2 ...}}` - -- Archiva archivos/directorios e[x]cluyendo especificados: - -`zip {{ruta/a/comprimido.zip}} {{ruta/al/archivo_o_directorio1 ruta/al/archivo_o_directorio2 ...}} {{-x|--exclude}} {{ruta/a/archivos_o_directorios_excluidos}}` - -- Archiva archivos/directorios con un nivel de compresión específico (`0` - el más bajo, `9` - el más alto): - -`zip {{[-r|--recurse-paths}} -{{0..9}} {{ruta/a/comprimido.zip}} {{ruta/al/archivo_o_directorio1 ruta/al/archivo_o_directorio2 ...}}` - -- Crea un archivo cifrado con una contraseña específica: - -`zip {{[-r|--recurse-paths}} {{[-e|--encrypt]}} {{ruta/a/comprimido.zip}} {{ruta/al/archivo_o_directorio1 ruta/al/archivo_o_directorio2 ...}}` - -- Archivo de archivos/directorios a un archivo multiparte[s] (por ejemplo, en partes de 3 GB): - -`zip {{[-r|--recurse-paths}} {{[-s|--split-size]}} {{3g}} {{ruta/a/comprimido.zip}} {{ruta/al/archivo_o_directorio1 ruta/al/archivo_o_directorio2 ...}}` - -- Imprime un contenido específico de archivo: - -`zip {{[-sf|--split-size --freshen]}} {{ruta/a/comprimido.zip}}` diff --git a/pages.es/osx/ed.md b/pages.es/osx/ed.md deleted file mode 100644 index a814942d8a..0000000000 --- a/pages.es/osx/ed.md +++ /dev/null @@ -1,25 +0,0 @@ -# ed - -> El editor de texto original de Unix. -> Vea también: `awk`, `sed`. -> Más información: . - -- Inicia una sesión de edición interactiva con un documento vacío: - -`ed` - -- Inicia una sesión de editor interactivo con un documento vacío y un [p]rompt específico: - -`ed -p '> '` - -- Inicia una sesión de editor interactivo con un documento vacío y sin diagnósticos, recuento de bytes y prompt '!': - -`ed -s` - -- Edita un archivo específico (muestra el recuento de bytes del archivo cargado): - -`ed {{ruta/al/archivo}}` - -- Reemplaza una cadena con un reemplazo específico para todas las líneas: - -`,s/{{expresión_regular}}/{{reemplazo}}/g` diff --git a/pages.es/osx/readlink.md b/pages.es/osx/readlink.md deleted file mode 100644 index 498932dd1f..0000000000 --- a/pages.es/osx/readlink.md +++ /dev/null @@ -1,8 +0,0 @@ -# readlink - -> Sigue enlaces simbólicos y obtiene información sobre enlaces simbólicos. -> Más información: . - -- Imprime la ruta absoluta a la que apunta el enlace simbólico: - -`readlink {{ruta/al/archivo_symlink}}` diff --git a/pages.fa/common/whereis.md b/pages.fa/common/whereis.md deleted file mode 100644 index 1e25fc6907..0000000000 --- a/pages.fa/common/whereis.md +++ /dev/null @@ -1,28 +0,0 @@ -# whereis - -> پیداکردن فایل اجرایی، سورس، صفحه راهنما برای یک دستور. -> اطلاعات بیشتر: . - -- پیداکردن فایل اجرایی، سورس و صفحه راهنما برای SSH: - -`whereis {{ssh}}` - -- پیداکردن فایل اجرایی و صفحه راهنما برای ls: - -`whereis -bm {{ls}}` - -- پیداکردن سورس برای gcc و صفحه راهنما برای git: - -`whereis -s {{gcc}} -m {{git}}` - -- پیداکردن فایل اجرایی برای gcc در مسیر `/usr/bin/`: - -`whereis -b -B {{/usr/bin/}} -f {{gcc}}` - -- پیدا کردن فایل های اجرایی غیر عادی(برای آنهایی که بیشتر از یک فایل اجرایی در سیستم دارند): - -`whereis -u *` - -- پیدا کردن صفحات راهنمای غیر عادی(برای آنهایی که بیشتر از یک فایل اجرایی در سیستم دارند): - -`whereis -u -m *` diff --git a/pages.fr/linux/cp.md b/pages.fr/linux/cp.md deleted file mode 100644 index d2d2a4560a..0000000000 --- a/pages.fr/linux/cp.md +++ /dev/null @@ -1,32 +0,0 @@ -# cp - -> Copier fichiers et répertoires. -> Plus d'informations : . - -- Copier un fichier vers un autre emplacement : - -`cp {{chemin/vers/fichier_original.ext}} {{chemin/vers/fichier_cible.ext}}` - -- Copier un ficher d'un répertoire vers un autre en conservant le nom du fichier : - -`cp {{chemin/vers/fichier_original.ext}} {{chemin/vers/repertoire_cible}}` - -- Copier récursivement le contenu d'un répertoire vers un autre emplacement (si la destination existe, le répertoire est copié dans celle-ci) : - -`cp {{[-r|--recursive]}} {{chemin/vers/repertoire_source}} {{chemin/vers/repertoire_cible}}` - -- Copier récursivement le contenu d'un répertoire vers un autre emplacement en mode verbeux (affichage des noms fichiers à mesure de leur copie) : - -`cp {{[-vr|--verbose --recursive]}} {{chemin/vers/repertoire_source}} {{chemin/vers/repertoire_cible}}` - -- Copier les fichiers textes vers un autre emplacement, en mode interactive (demande une confirmation avant d'écrire par dessus un fichier du même nom) : - -`cp {{[-i|--interactive]}} {{*.txt}} {{chemin/vers/repertoire_cible}}` - -- Suivre le lien symbolique avant de copier (copie le fichier lié, et non le lien) : - -`cp {{[-L|--dereference]}} {{link}} {{chemin/vers/repertoire_cible}}` - -- Utiliser le chemin complet du fichier source, créant tout répertoire manquant lors de la copie : - -`cp --parents {{chemin/vers/fichier_source}} {{chemin/vers/fichier_cible}}` diff --git a/pages.fr/linux/man.md b/pages.fr/linux/man.md deleted file mode 100644 index 565891a265..0000000000 --- a/pages.fr/linux/man.md +++ /dev/null @@ -1,32 +0,0 @@ -# man - -> Interface de consultation des pages du manuel de référence. -> Plus d'informations : . - -- Affiche la page de manuel d'une commande : - -`man {{commande}}` - -- Affiche la page de manuel de la section 7 d'une commande : - -`man {{7}} {{commande}}` - -- Liste toutes les sections dans lesquelles se trouve une commande : - -`man {{[-f|--whatis]}} {{commande}}` - -- Affiche tous les chemins où se trouvent les pages de manuel : - -`man {{[-w|--path]}}` - -- Affiche l'emplacement d'une page de manuel plutôt que la page elle-même : - -`man {{[-w|--where]}} {{commande}}` - -- Affiche la page de manuel dans une langue particulière : - -`man {{[-L|--locale]}} {{fr_FR}} {{commande}}` - -- Cherche toutes les pages de manuel contenant la chaîne de caractères spécifée : - -`man {{[-k|--apropos]}} "{{chaîne_de_caractères}}"` diff --git a/pages.hi/common/chsh.md b/pages.hi/common/chsh.md deleted file mode 100644 index b752ab6040..0000000000 --- a/pages.hi/common/chsh.md +++ /dev/null @@ -1,8 +0,0 @@ -# chsh - -> उपयोगकर्ता का लॉगिन शेल बदलें। -> अधिक जानकारी: । - -- शेल बदलें: - -`chsh -s {{मार्ग/का/शेल_बाइनरी}} {{उपयोगकर्ता_नाम}}` diff --git a/pages.hi/netbsd/chpass.md b/pages.hi/netbsd/chpass.md index ce58027d8b..851aa57424 100644 --- a/pages.hi/netbsd/chpass.md +++ b/pages.hi/netbsd/chpass.md @@ -2,7 +2,7 @@ > उपयोगकर्ता डेटाबेस जानकारी जोड़ें या बदलें, जिसमें लॉगिन शेल और पासवर्ड शामिल हैं। > और देखें: `passwd`। -> अधिक जानकारी: । +> अधिक जानकारी: । - वर्तमान उपयोगकर्ता के लिए इंटरैक्टिव रूप से एक विशिष्ट लॉगिन शेल सेट करें: @@ -14,7 +14,7 @@ - एक विशिष्ट उपयोगकर्ता के लिए एक लॉगिन [s]शेल सेट करें: -`chpass chsh -s {{शेल/का/पथ}} {{उपयोगकर्ता_नाम}}` +`chpass -s {{शेल/का/पथ}} {{उपयोगकर्ता_नाम}}` - `passwd` फ़ाइल प्रारूप में एक उपयोगकर्ता डेटाबेस प्रविष्टि निर्दिष्ट करें: diff --git a/pages.hi/openbsd/chpass.md b/pages.hi/openbsd/chpass.md index bd0705d0ab..8f4ac0b905 100644 --- a/pages.hi/openbsd/chpass.md +++ b/pages.hi/openbsd/chpass.md @@ -2,20 +2,20 @@ > उपयोगकर्ता डेटाबेस जानकारी जोड़ें या बदलें, जिसमें लॉगिन शेल और पासवर्ड शामिल हैं। > देखें: `passwd`। -> अधिक जानकारी: । +> अधिक जानकारी: । - वर्तमान उपयोगकर्ता के लिए इंटरैक्टिव रूप से एक विशिष्ट लॉगिन शेल सेट करें: -`doas chsh` +`doas chpass` - वर्तमान उपयोगकर्ता के लिए एक विशिष्ट लॉगिन [s]hell सेट करें: -`doas chsh -s {{शेल/का/पथ}}` +`doas chpass -s {{शेल/का/पथ}}` - एक विशिष्ट उपयोगकर्ता के लिए लॉगिन [s]hell सेट करें: -`doas chsh -s {{शेल/का/पथ}} {{उपयोगकर्ता_नाम}}` +`doas chpass -s {{शेल/का/पथ}} {{उपयोगकर्ता_नाम}}` - `passwd` फ़ाइल प्रारूप में एक उपयोगकर्ता डेटाबेस प्रविष्टि निर्दिष्ट करें: -`doas chsh -a {{उपयोगकर्ता_नाम:एनक्रिप्टेड_पासवर्ड:uid:gid:...}}` +`doas chpass -a {{उपयोगकर्ता_नाम:एनक्रिप्टेड_पासवर्ड:uid:gid:...}}` diff --git a/pages.id/common/chsh.md b/pages.id/common/chsh.md deleted file mode 100644 index 8f459fe88b..0000000000 --- a/pages.id/common/chsh.md +++ /dev/null @@ -1,17 +0,0 @@ -# chsh - -> Ubah program syel bawaan (login shell) yang akan digunakan pengguna sejak masuk (login) ke sistem operasi. -> Lihat halaman bantuan per platform (sistem operasi) untuk melihat opsi khusus. -> Informasi lebih lanjut: . - -- Pilih suatu login shell untuk pengguna saat ini secara interaktif: - -`chsh` - -- Pilih suatu login [s]hell untuk pengguna saat ini secara spesifik: - -`chsh -s {{jalan/menuju/syel}}` - -- Pilih suatu login [s]hell untuk pengguna lain: - -`chsh -s {{jalan/menuju/syel}} {{username}}` diff --git a/pages.id/linux/man.md b/pages.id/linux/man.md deleted file mode 100644 index 08e4f49f29..0000000000 --- a/pages.id/linux/man.md +++ /dev/null @@ -1,32 +0,0 @@ -# man - -> Format dan tampilkan halaman manual. -> Informasi lebih lanjut: . - -- Tampilkan halaman manual untuk sebuah perintah: - -`man {{perintah}}` - -- Tampilkan halaman manual untuk perintah dari bagian 7: - -`man {{7}} {{perintah}}` - -- Tampilkan semua bagian yang tersedia untuk suatu perintah: - -`man -{{[-f|--whatis]}} {{perintah}}` - -- Tampilkan jalur yang dicari untuk halaman manual: - -`man {{[-w|--path]}}` - -- Tampilkan lokasi sebuah halaman manual alih-alih halaman manual itu sendiri: - -`man {{[-w|--where]}} {{perintah}}` - -- Tampilkan halaman manual menggunakan locale tertentu: - -`man {{[-L|--locale]}} {{locale}} {{perintah}}` - -- Cari halaman manual yang berisi string pencarian: - -`man {{[-k|--apropos]}} "{{string_pencarian}}"` diff --git a/pages.it/common/chsh.md b/pages.it/common/chsh.md deleted file mode 100644 index 7214f81f76..0000000000 --- a/pages.it/common/chsh.md +++ /dev/null @@ -1,8 +0,0 @@ -# chsh - -> Cambia shell di login dell'utente. -> Maggiori informazioni: . - -- Cambia shell: - -`chsh -s {{percorso/dell/eseguibile_della_shell}} {{nome_utente}}` diff --git a/pages.it/linux/i3.md b/pages.it/common/i3.md similarity index 100% rename from pages.it/linux/i3.md rename to pages.it/common/i3.md diff --git a/pages.it/linux/cp.md b/pages.it/linux/cp.md deleted file mode 100644 index bd2c275441..0000000000 --- a/pages.it/linux/cp.md +++ /dev/null @@ -1,32 +0,0 @@ -# cp - -> Copia file e directory. -> Maggiori informazioni: . - -- Copia un file in un'altra posizione: - -`cp {{percorso/del/file_da_copiare.est}} {{percorso/del/file_di_destinazione.est}}` - -- Copia un file all'interno di una directory, mantenendone uguale il nome: - -`cp {{percorso/del/file_da_copiare.est}} {{percorso/della/directory}}` - -- Copia ricorsivamente i contenuti di una directory in un'altra posizione (se la destinazione esiste, la directory è copiata al suo interno): - -`cp {{[-r|--recursive]}} {{percorso/della/directory_da_copiare}} {{percorso/di/destinazione}}` - -- Copia una directory ricorsivamente in modalità prolissa (mostra i file mentre vengono copiati): - -`cp {{[-vr|--verbose --recursive]}} {{percorso/della/directory_da_copiare}} {{percorso/di/destinazione}}` - -- Copia i file di testo in un'altra posizione, in modalità interattiva (richiede conferma all'utente prima di sovrascrivere): - -`cp {{[-i|--interactive]}} {{*.txt}} {{percorso/di/destinazione}}` - -- Segue i collegamenti simbolici prima di copiare: - -`cp {{[-L|--dereference]}} {{collegamento}} {{percorso/di/destinazione}}` - -- Utilizza il percorso completo dei file originali, creando ogni directory intermedia mancante mentre durante la copia: - -`cp --parents {{percorso/dei/file/da/copiare}} {{percorso/del/file/destinazione}}` diff --git a/pages.it/linux/uname.md b/pages.it/linux/uname.md deleted file mode 100644 index c40b5b152c..0000000000 --- a/pages.it/linux/uname.md +++ /dev/null @@ -1,36 +0,0 @@ -# uname - -> Uname stampa informazioni a proposito della macchina e del sistema operativo in esecuzione su di essa. -> Maggiori informazioni: . - -- Stampa tutte le informazioni: - -`uname --all` - -- Stampa il nome del kernel corrente: - -`uname --kernel-name` - -- Stampa il nome host corrente del nodo di rete: - -`uname --nodename` - -- Stampa la release del kernel corrente: - -`uname --kernel-release` - -- Stampa la versione del kernel corrente: - -`uname --kernel-version` - -- Stampa il nome corrente della macchina hardware: - -`uname --machine` - -- Stampa il tipo di processore corrente: - -`uname --processor` - -- Stampa il nome del sistema operativo corrente: - -`uname --operating-system` diff --git a/pages.ja/common/chsh.md b/pages.ja/common/chsh.md deleted file mode 100644 index 9db59b5903..0000000000 --- a/pages.ja/common/chsh.md +++ /dev/null @@ -1,20 +0,0 @@ -# chsh - -> ユーザーのログインシェルを変更します。 -> もっと詳しく: 。 - -- カレントユーザーのログインシェルを対話的に変更する: - -`chsh` - -- カレントユーザーのログインシェルを変更する: - -`chsh -s {{シェルへのパス}}` - -- 指定したユーザーのログインシェルを変更する: - -`chsh -s {{シェルへのパス}} {{ユーザー名}}` - -- 使用可能なシェルの一覧を表示する: - -`chsh -l` diff --git a/pages.ko/common/chsh.md b/pages.ko/common/chsh.md deleted file mode 100644 index a138bc9488..0000000000 --- a/pages.ko/common/chsh.md +++ /dev/null @@ -1,8 +0,0 @@ -# chsh - -> 사용자 로그인 쉘을 변경합니다. -> 더 많은 정보: . - -- 쉘 변경하기: - -`chsh -s {{경로/쉘_바이너리명}} {{사용자이름}}` diff --git a/pages.ko/common/flex.md b/pages.ko/common/flex.md deleted file mode 100644 index 1ff1592e66..0000000000 --- a/pages.ko/common/flex.md +++ /dev/null @@ -1,26 +0,0 @@ -# flex - -> 어휘 분석기 생성기. POSIX 사양을 확장하여 `lex`. -> 어휘 분석기에 대한 사양이 주어지면 이를 구현하는 C 코드를 생성. -> 참고: OpenBSD에서는 긴 옵션이 작동하지 않음. -> 더 많은 정보: . - -- flex 파일에서 분석기를 생성하여, `lex.yy.c` 파일에 저장: - -`lex {{analyzer.l}}` - -- `stdout`에 분석기 쓰기: - -`lex -{{-stdout|t}} {{analyzer.l}}` - -- 출력 파일을 지정: - -`lex {{analyzer.l}} -o {{analyzer.c}}` - -- 대화형 스캐너 대신 [B]atch 스캐너를 생성: - -`lex -B {{analyzer.l}}` - -- Lex에서 생성된 C 파일을 컴파일: - -`cc {{경로/대상/lex.yy.c}} --output {{executable}}` diff --git a/pages.ko/linux/i3.md b/pages.ko/common/i3.md similarity index 100% rename from pages.ko/linux/i3.md rename to pages.ko/common/i3.md diff --git a/pages.ko/common/last.md b/pages.ko/common/last.md deleted file mode 100644 index 47e547c13b..0000000000 --- a/pages.ko/common/last.md +++ /dev/null @@ -1,28 +0,0 @@ -# last - -> 마지막으로 로그인한 사용자 보기. -> 더 많은 정보: . - -- `/var/log/wtmp`에서 읽어들인 마지막 로그인, 지속 시간 및 기타 정보 보기: - -`last` - -- 표시할 마지막 로그인 수 지정: - -`last -n {{로그인_수}}` - -- 항목의 전체 날짜와 시간을 출력하고 호스트 이름 열이 잘리지 않도록 마지막에 표시: - -`last -F -a` - -- 특정 사용자의 모든 로그인 보기 및 호스트 이름 대신 IP 주소 표시: - -`last {{사용자명}} -i` - -- 모든 기록된 재부팅 보기 (즉, 가상 사용자 "reboot"의 마지막 로그인): - -`last reboot` - -- 모든 기록된 종료 보기 (즉, 가상 사용자 "shutdown"의 마지막 로그인): - -`last shutdown` diff --git a/pages.ko/common/script.md b/pages.ko/common/script.md deleted file mode 100644 index 232747918a..0000000000 --- a/pages.ko/common/script.md +++ /dev/null @@ -1,24 +0,0 @@ -# script - -> 터미널 세션의 typescript 파일을 생성. -> 더 많은 정보: . - -- "typescript"라는 이름의 파일로 녹화 시작: - -`script` - -- 녹화 중지: - -`exit` - -- 지정된 파일로 녹화 시작: - -`script {{로그파일.log}}` - -- 기존 파일에 추가: - -`script -a {{로그파일.log}}` - -- 시작 및 완료 메시지 없이 조용히 실행: - -`script -q {{로그파일.log}}` diff --git a/pages.ko/common/whereis.md b/pages.ko/common/whereis.md deleted file mode 100644 index 10005075dc..0000000000 --- a/pages.ko/common/whereis.md +++ /dev/null @@ -1,28 +0,0 @@ -# whereis - -> 명령의 바이너리, 소스 및 매뉴얼 페이지 파일을 찾습니다. -> 더 많은 정보: . - -- SSH에 대한 바이너리, 소스 및 매뉴얼 페이지 찾기: - -`whereis {{ssh}}` - -- ls에 대한 바이너리 및 매뉴얼 페이지 찾기: - -`whereis -bm {{ls}}` - -- gcc의 소스와 Git의 매뉴얼 페이지 찾기: - -`whereis -s {{gcc}} -m {{git}}` - -- `/usr/bin/`에서만 gcc의 바이너리 찾기: - -`whereis -b -B {{/usr/bin/}} -f {{gcc}}` - -- 비정상적인 바이너리 찾기 (시스템에 하나 이상의 바이너리가 있는 경우): - -`whereis -u *` - -- 비정상적인 매뉴얼 항목을 가진 바이너리 찾기 (하나 이상의 매뉴얼이 설치된 경우): - -`whereis -u -m *` diff --git a/pages.ko/linux/coproc.md b/pages.ko/linux/coproc.md deleted file mode 100644 index ba3417a702..0000000000 --- a/pages.ko/linux/coproc.md +++ /dev/null @@ -1,32 +0,0 @@ -# coproc - -> 상호작용 비동기 하위 셸을 생성하기 위한 Bash 내장 명령어. -> 더 많은 정보: . - -- 하위 셸을 비동기적으로 실행: - -`coproc { {{명령어1; 명령어2; ...}}; }` - -- 특정 이름으로 보조 프로세스 생성: - -`coproc {{이름}} { {{명령어1; 명령어2; ...}}; }` - -- 특정 보조 프로세스의 `stdin`에 쓰기: - -`echo "{{입력}}" >&"${{{이름}}[1]}"` - -- 특정 보조 프로세스의 `stdout`에서 읽기: - -`read {{변수}} <&"${{{이름}}[0]}"` - -- `stdin`을 계속 읽고 입력에 대해 명령어를 실행하는 보조 프로세스 생성: - -`coproc {{이름}} { while read line; do {{명령어1; 명령어2; ...}}; done }` - -- `stdin`을 계속 읽고 입력에 대해 파이프 라인을 실행하고 출력을 `stdout`에 쓰는 보조 프로세스 생성: - -`coproc {{이름}} { while read line; do echo "$line" | {{명령어1 | 명령어2 | ...}} | cat /dev/fd/0; done }` - -- `bc`를 실행하는 보조 프로세스를 생성하고 사용: - -`coproc BC { bc --mathlib; }; echo "1/3" >&"${BC[1]}"; read output <&"${BC[0]}"; echo "$output"` diff --git a/pages.ko/linux/cp.md b/pages.ko/linux/cp.md deleted file mode 100644 index 7d1524407a..0000000000 --- a/pages.ko/linux/cp.md +++ /dev/null @@ -1,36 +0,0 @@ -# cp - -> 파일과 디렉터리를 복사합니다. -> 더 많은 정보: . - -- 파일을 다른 위치로 복사: - -`cp {{경로/대상/원본_파일.ext}} {{경로/대상/대상_파일.ext}}` - -- 파일의 이름을 유지하면서 다른 디렉토리로 복사: - -`cp {{경로/대상/원본_파일.ext}} {{경로/대상/대상_부모_디렉터리}}` - -- 디렉터리의 내용을 재귀적으로 다른 위치로 복사 (대상이 존재하면, 디렉터리 안에 복사됨): - -`cp {{[-r|--recursive]}} {{경로/대상/원본_디렉터리}} {{경로/대상/대상_디렉터리}}` - -- 디렉터리를 재귀적으로 복사하며, 자세히 모드로 파일이 복사되는 동안 표시: - -`cp {{[-vr|--verbose --recursive]}} {{경로/대상/원본_디렉터리}} {{경로/대상/대상_디렉터리}}` - -- 여러 파일을 한 번에 디렉터리로 복사: - -`cp {{[-t|--target-directory]}} {{경로/대상/목적_디렉터리}} {{경로/대상/파일1 경로/대상/파일2 ...}}` - -- 특정 확장자를 가진 모든 파일을 대화형 모드로 다른 위치에 복사 (덮어쓰기 전에 사용자에게 확인 요청): - -`cp {{[-i|--interactive]}} {{*.ext}} {{경로/대상/대상_디렉터리}}` - -- 심볼릭 링크를 복사하기 전에 따라가기: - -`cp {{[-L|--dereference]}} {{링크}} {{경로/대상/대상_디렉터리}}` - -- 소스 파일의 전체 경로를 사용하여, 복사할 때 누락된 중간 디렉터리를 생성: - -`cp --parents {{소스/경로/대상/파일}} {{경로/대상/대상_파일}}` diff --git a/pages.ko/linux/duc.md b/pages.ko/linux/duc.md deleted file mode 100644 index 57b358018a..0000000000 --- a/pages.ko/linux/duc.md +++ /dev/null @@ -1,29 +0,0 @@ -# duc - -> 디스크 사용량을 색인화, 검사 및 시각화하는 도구 모음. -> Duc는 파일 시스템의 폴더 누적 크기를 데이터베이스로 유지하여 이를 쿼리하거나 데이터의 위치를 나타내는 멋진 그래프를 생성할 수 있게 합니다. -> 더 많은 정보: . - -- `/usr` 폴더를 색인하고 기본 데이터베이스 위치 `~/.duc.db`에 기록: - -`duc index {{/usr}}` - -- `/usr/local` 아래의 모든 파일과 폴더를 나열하고 상대적 파일 크기를 [g]그래프로 표시: - -`duc ls --classify --graph {{/usr/local}}` - -- `/usr/local` 아래의 모든 파일과 폴더를 트리뷰로 재귀적으로 나열: - -`duc ls --classify --graph --recursive {{/usr/local}}` - -- 선버스트 그래프를 사용하여 파일 시스템을 탐색하는 그래픽 인터페이스 시작: - -`duc gui {{/usr}}` - -- 파일 시스템을 탐색하기 위한 ncurses 콘솔 인터페이스 실행: - -`duc ui {{/usr}}` - -- 데이터베이스 정보 덤프: - -`duc info` diff --git a/pages.ko/linux/killall.md b/pages.ko/linux/killall.md deleted file mode 100644 index b4cbbccaa8..0000000000 --- a/pages.ko/linux/killall.md +++ /dev/null @@ -1,25 +0,0 @@ -# killall - -> 프로세스 이름으로 모든 인스턴스에 종료 신호를 보냅니다 (정확한 이름이어야 함). -> SIGKILL 및 SIGSTOP을 제외한 모든 신호는 프로세스에서 가로챌 수 있어 깨끗한 종료가 가능합니다. -> 더 많은 정보: . - -- 기본 SIGTERM(종료) 신호를 사용하여 프로세스 종료: - -`killall {{프로세스_이름}}` - -- 사용 가능한 신호 이름 나열('SIG' 접두사 없이 사용): - -`killall --list` - -- 종료 전에 확인을 요청: - -`killall -i {{프로세스_이름}}` - -- SIGINT(인터럽트) 신호를 사용하여 프로세스 종료, 이는 ``를 눌렀을 때 보내지는 신호와 동일: - -`killall -INT {{프로세스_이름}}` - -- 프로세스를 강제로 종료: - -`killall -KILL {{프로세스_이름}}` diff --git a/pages.ko/linux/man.md b/pages.ko/linux/man.md deleted file mode 100644 index 6ab3686a7b..0000000000 --- a/pages.ko/linux/man.md +++ /dev/null @@ -1,36 +0,0 @@ -# man - -> 매뉴얼 페이지를 포맷하고 표시합니다. -> 더 많은 정보: . - -- 명령어에 대한 매뉴얼 페이지 표시: - -`man {{명령어}}` - -- 브라우저에서 명령어에 대한 매뉴얼 페이지 열기 (`BROWSER` 변수가 설정되어 있어야 함): - -`man {{[-Hbrowser_name|--html=browser_name]}} {{명령어}}` - -- 섹션 7에서 명령어에 대한 매뉴얼 페이지 표시: - -`man {{7}} {{명령어}}` - -- 명령어에 대한 사용 가능한 모든 섹션 나열: - -`man {{[-f|--whatis]}} {{명령어}}` - -- 매뉴얼 페이지 검색 경로 표시: - -`man {{[-w|--path]}}` - -- 매뉴얼 페이지 자체가 아닌 매뉴얼 페이지의 위치 표시: - -`man {{[-w|--where]}} {{명령어}}` - -- 특정 로케일을 사용하여 매뉴얼 페이지 표시: - -`man {{[-L|--locale]}} {{로케일}} {{명령어}}` - -- 검색 문자열을 포함하는 매뉴얼 페이지 검색: - -`man {{[-k|--apropos]}} "{{검색_문자열}}"` diff --git a/pages.ko/linux/mkfs.vfat.md b/pages.ko/linux/mkfs.vfat.md deleted file mode 100644 index 5fbab50776..0000000000 --- a/pages.ko/linux/mkfs.vfat.md +++ /dev/null @@ -1,20 +0,0 @@ -# mkfs.vfat - -> 파티션 내에 MS-DOS 파일 시스템 생성. -> 더 많은 정보: . - -- 장치 b의 파티션 1 (`sdb1`) 에 vfat 파일 시스템 생성: - -`mkfs.vfat {{/dev/sdb1}}` - -- 볼륨 이름과 함께 파일 시스템 생성: - -`mkfs.vfat -n {{볼륨_이름}} {{/dev/sdb1}}` - -- 볼륨 ID와 함께 파일 시스템 생성: - -`mkfs.vfat -i {{볼륨_ID}} {{/dev/sdb1}}` - -- 2 대신 5개의 파일 할당 테이블 사용: - -`mkfs.vfat -f 5 {{/dev/sdb1}}` diff --git a/pages.ko/linux/pngcheck.md b/pages.ko/linux/pngcheck.md deleted file mode 100644 index 1e04b7ac91..0000000000 --- a/pages.ko/linux/pngcheck.md +++ /dev/null @@ -1,21 +0,0 @@ -# pngcheck - -> PNG 기반(PNG, JNG, MNG) 이미지 파일의 무결성을 검증하는 포렌식 도구. -> 파일에서 내장된 이미지와 텍스트를 추출할 수도 있습니다. -> 더 많은 정보: . - -- 이미지 파일의 무결성 검증: - -`pngcheck {{경로/대상/파일.png}}` - -- [v]자세히 및 [c]olorized 출력으로 파일 확인: - -`pngcheck -vc {{경로/대상/파일.png}}` - -- [t]ext 청크 내용 표시 및 특정 파일 내의 PNG 검색: - -`pngcheck -ts {{경로/대상/파일.png}}` - -- 특정 파일 내에 내장된 PNG 검색 및 e[x]tract 추출: - -`pngcheck -x {{경로/대상/파일.png}}` diff --git a/pages.ko/linux/rm.md b/pages.ko/linux/rm.md deleted file mode 100644 index 96b9557e74..0000000000 --- a/pages.ko/linux/rm.md +++ /dev/null @@ -1,29 +0,0 @@ -# rm - -> 파일 또는 디렉터리 삭제. -> 같이 보기: `rmdir`. -> 더 많은 정보: . - -- 특정 파일 삭제: - -`rm {{경로/대상/파일1 경로/대상/파일2 ...}}` - -- 존재하지 않는 파일은 무시하고 특정 파일 삭제: - -`rm {{[-f|--force]}} {{경로/대상/파일1 경로/대상/파일2 ...}}` - -- 특정 파일을 삭제하기 전에 대화형 메시지를 표시하여 특정 파일을 삭제: - -`rm {{[-i|--interactive]}} {{경로/대상/파일1 경로/대상/파일2 ...}}` - -- 특정 파일을 삭제하고 삭제한 파일 정보를 출력: - -`rm {{[-v|--verbose]}} {{경로/대상/파일1 경로/대상/파일2 ...}}` - -- 특정 파일 및 디렉터리를 재귀적으로 삭제: - -`rm {{[-r|--recursive]}} {{경로/대상/파일_또는_폴더1 경로/대상/파일_또는_폴더2 ...}}` - -- 빈 디렉토리 제거 (안전한 방법으로 간주됨): - -`rm {{[-d|--dir]}} {{경로/대상/폴더}}` diff --git a/pages.ko/linux/rmdir.md b/pages.ko/linux/rmdir.md deleted file mode 100644 index d0e0935530..0000000000 --- a/pages.ko/linux/rmdir.md +++ /dev/null @@ -1,13 +0,0 @@ -# rmdir - -> 파일이 없는 디렉토리를 제거합니다. -> 같이 보기: `rm`. -> 더 많은 정보: . - -- 특정 디렉토리 제거: - -`rmdir {{경로/대상/폴더1 경로/대상/폴더2 ...}}` - -- 특정 중첩 디렉토리를 재귀적으로 제거: - -`rmdir {{[-p|--parents]}} {{경로/대상/폴더1 경로/대상/폴더2 ...}}` diff --git a/pages.ko/linux/tac.md b/pages.ko/linux/tac.md deleted file mode 100644 index 3a553c4f9b..0000000000 --- a/pages.ko/linux/tac.md +++ /dev/null @@ -1,25 +0,0 @@ -# tac - -> 파일의 내용을 역순으로 표시하고 연결합니다. -> 같이 보기: `cat`. -> 더 많은 정보: . - -- 특정 파일들을 역순으로 연결: - -`tac {{경로/대상/파일1 경로/대상/파일2 ...}}` - -- `stdin`을 역순으로 표시: - -`{{cat 경로/대상/파일}} | tac` - -- 특정 구분자 사용: - -`tac --separator {{,}} {{경로/대상/파일1 경로/대상/파일2 ...}}` - -- 특정 정규식을 구분자로 사용: - -`tac --regex --separator {{[,;]}} {{경로/대상/파일1 경로/대상/파일2 ...}}` - -- 각 파일 앞에 구분자 사용: - -`tac --before {{경로/대상/파일1 경로/대상/파일2 ...}}` diff --git a/pages.ko/linux/uname.md b/pages.ko/linux/uname.md deleted file mode 100644 index ddf8a671ae..0000000000 --- a/pages.ko/linux/uname.md +++ /dev/null @@ -1,36 +0,0 @@ -# uname - -> Uname은 실행 중인 머신 및 운영 체제 정보를 출력합니다. -> 더 많은 정보: . - -- 모든 정보 출력: - -`uname --all` - -- 현재 커널 이름 출력: - -`uname --kernel-name` - -- 현재 네트워크 노드 호스트명 출력: - -`uname --nodename` - -- 현재 커널 릴리스 출력: - -`uname --kernel-release` - -- 현재 커널 버전 출력: - -`uname --kernel-version` - -- 현재 머신 하드웨어 이름 출력: - -`uname --machine` - -- 현재 프로세서 유형 출력: - -`uname --processor` - -- 현재 운영 체제 이름 출력: - -`uname --operating-system` diff --git a/pages.ko/linux/w.md b/pages.ko/linux/w.md deleted file mode 100644 index 2f2c63e275..0000000000 --- a/pages.ko/linux/w.md +++ /dev/null @@ -1,20 +0,0 @@ -# w - -> 로그인한 사용자와 그들의 프로세스를 표시합니다. -> 더 많은 정보: . - -- 현재 로그인한 모든 사용자에 대한 정보 표시: - -`w` - -- 특정 사용자에 대한 정보 표시: - -`w {{사용자명}}` - -- 헤더를 포함하지 않고 정보 표시: - -`w --no-header` - -- 로그인, JCPU 및 PCPU 열을 포함하지 않고 정보 표시: - -`w --short` diff --git a/pages.ko/linux/zip.md b/pages.ko/linux/zip.md deleted file mode 100644 index ca9be21aac..0000000000 --- a/pages.ko/linux/zip.md +++ /dev/null @@ -1,33 +0,0 @@ -# zip - -> 파일을 Zip 압축 파일로 패키징하고 압축. -> 같이 보기: `unzip`. -> 더 많은 정보: . - -- 특정 아카이브에 파일/디렉터리 추가: - -`zip {{[-r|--recurse-paths}} {{경로/대상/압축.zip}} {{경로/대상/파일_또는_폴더1 경로/대상/파일_또는_폴더2 ...}}` - -- 특정 아카이브에서 파일/디렉터리 제거: - -`zip {{[-d|--delete]}} {{경로/대상/압축.zip}} {{경로/대상/파일_또는_폴더1 경로/대상/파일_또는_폴더2 ...}}` - -- 특정 파일/디렉터리를 제외하고 아카이브: - -`zip {{경로/대상/압축.zip}} {{경로/대상/파일_또는_폴더1 경로/대상/파일_또는_폴더2 ...}} {{-x|--exclude}} {{경로/대상/제외할_파일_또는_폴더}}` - -- 특정 압축 수준(`0` - 가장 낮음, `9` - 가장 높음)으로 파일/디렉터리 아카이브: - -`zip {{[-r|--recurse-paths}} -{{0..9}} {{경로/대상/압축.zip}} {{경로/대상/파일_또는_폴더1 경로/대상/파일_또는_폴더2 ...}}` - -- 특정 비밀번호로 암호화된 아카이브 생성: - -`zip {{[-r|--recurse-paths}} {{[-e|--encrypt]}} {{경로/대상/압축.zip}} {{경로/대상/파일_또는_폴더1 경로/대상/파일_또는_폴더2 ...}}` - -- 여러 부분으로 나눈 Zip 아카이브로 파일/디렉터리 아카이브 (예: 3GB 파트): - -`zip {{[-r|--recurse-paths}} {{[-s|--split-size]}} {{3g}} {{경로/대상/압축.zip}} {{경로/대상/파일_또는_폴더1 경로/대상/파일_또는_폴더2 ...}}` - -- 특정 아카이브 내용 출력: - -`zip {{[-sf|--split-size --freshen]}} {{경로/대상/압축.zip}}` diff --git a/pages.ko/netbsd/chpass.md b/pages.ko/netbsd/chpass.md index a414a7cfd7..8210083b0a 100644 --- a/pages.ko/netbsd/chpass.md +++ b/pages.ko/netbsd/chpass.md @@ -2,7 +2,7 @@ > 사용자 데이터베이스 정보, 로그인 셸 및 비밀번호를 추가하거나 변경합니다. > 같이 보기: `passwd`. -> 더 많은 정보: . +> 더 많은 정보: . - 현재 사용자에게 특정 로그인 셸을 대화식으로 설정: @@ -14,7 +14,7 @@ - 특정 사용자에게 로그인 셸 설정: -`chpass chsh -s {{경로/대상/셸}} {{사용자명}}` +`chpass -s {{경로/대상/셸}} {{사용자명}}` - `passwd` 파일 형식으로 사용자 데이터베이스 항목 지정: diff --git a/pages.ko/openbsd/chpass.md b/pages.ko/openbsd/chpass.md index 959dc5858a..d28aecab00 100644 --- a/pages.ko/openbsd/chpass.md +++ b/pages.ko/openbsd/chpass.md @@ -2,20 +2,20 @@ > 로그인 셸과 비밀번호를 포함한 사용자 데이터베이스 정보를 추가하거나 변경합니다. > 같이 보기: `passwd`. -> 더 많은 정보: . +> 더 많은 정보: . - 현재 사용자에게 특정 로그인 셸을 대화식으로 설정: -`doas chsh` +`doas chpass` - 현재 사용자에게 특정 로그인 셸을 설정: -`doas chsh -s {{경로/대상/셸}}` +`doas chpass -s {{경로/대상/셸}}` - 특정 사용자에게 로그인 셸을 설정: -`doas chsh -s {{경로/대상/셸}} {{사용자명}}` +`doas chpass -s {{경로/대상/셸}} {{사용자명}}` - `passwd` 파일 형식의 사용자 데이터베이스 항목을 지정: -`doas chsh -a {{사용자명:암호화된_비밀번호:uid:gid:...}}` +`doas chpass -a {{사용자명:암호화된_비밀번호:uid:gid:...}}` diff --git a/pages.ko/osx/ed.md b/pages.ko/osx/ed.md deleted file mode 100644 index c4fea15ae0..0000000000 --- a/pages.ko/osx/ed.md +++ /dev/null @@ -1,25 +0,0 @@ -# ed - -> 오리지널 유닉스 텍스트 편집기. -> 같이 보기: `awk`, `sed`. -> 더 많은 정보: . - -- 빈 문서로 대화형 편집기 세션 시작: - -`ed` - -- 빈 문서로 특정 [p]프롬프트와 함께 대화형 편집기 세션 시작: - -`ed -p '> '` - -- 빈 문서로 진단, 바이트 수, '!' 프롬프트 없이 대화형 편집기 세션 시작: - -`ed -s` - -- 특정 [f]파일 편집 (로딩된 파일의 바이트 수를 표시): - -`ed {{경로/대상/파일}}` - -- 모든 줄에서 문자열을 특정 교체문으로 대체: - -`,s/{{정규_표현식}}/{{교체문}}/g` diff --git a/pages.ko/osx/readlink.md b/pages.ko/osx/readlink.md deleted file mode 100644 index 76d6998b6f..0000000000 --- a/pages.ko/osx/readlink.md +++ /dev/null @@ -1,8 +0,0 @@ -# readlink - -> 심볼릭 링크를 따라가고 심볼릭 링크 정보를 가져옵니다. -> 더 많은 정보: . - -- 심볼릭 링크가 가리키는 절대 경로를 출력: - -`readlink {{경로/대상/심볼릭_링크_파일}}` diff --git a/pages.ml/linux/uname.md b/pages.ml/linux/uname.md deleted file mode 100644 index 302d0058cb..0000000000 --- a/pages.ml/linux/uname.md +++ /dev/null @@ -1,36 +0,0 @@ -# uname - -> ഈ യൂട്ടിലിറ്റി നിങ്ങളുടെ മെഷീൻ അഥവാ ഓപ്പറേറ്റിംഗ് സിസ്റ്റം വിവരങ്ങൾ പ്രിന്റ് ചെയ്യിക്കുന്നു. -> കൂടുതൽ വിവരങ്ങൾ: . - -- എല്ലാവിധ വിവരങ്ങളും പ്രിന്റ് ചെയ്യുവാൻ: - -`uname --all` - -- നിലവിലെ കെർണലിന്റെ പേര് പ്രിന്റ് ചെയ്യുവാൻ: - -`uname --kernel-name` - -- നിലവിലെ നെറ്റ്‌വർക്ക് നൊടിന്റെ ഹോസ്റ്റ് നെയിം പ്രിന്റ് ചെയ്യുവാൻ: - -`uname --nodename` - -- നിലവിലെ കെർണൽ റിലീസ് പ്രിന്റ് ചെയ്യുവാൻ: - -`uname --kernel-release` - -- നിലവിലെ കെർണൽ വേർഷൻ പ്രിന്റ് ചെയ്യുവാൻ: - -`uname --kernel-version` - -- നിലവിലെ മെഷീൻ ഹാർഡ്‌വെയറിന്റെ പേര് പ്രിന്റ് ചെയ്യുവാൻ: - -`uname --machine` - -- നിലവിലെ പ്രൊസസ്സറിന്റെ ടൈപ്പ് പ്രിന്റ് ചെയ്യുവാൻ: - -`uname --processor` - -- നിലവിലെ ഓപ്പറേറ്റിംഗ് സിസ്റ്റത്തിന്റെ പേര് പ്രിന്റ് ചെയ്യുവാൻ: - -`uname --operating-system` diff --git a/pages.nl/common/a2ping.md b/pages.nl/common/a2ping.md index 15921a494a..78552e38d8 100644 --- a/pages.nl/common/a2ping.md +++ b/pages.nl/common/a2ping.md @@ -29,4 +29,4 @@ - Toon de help: -`a2ping -h` +`a2ping {{[-h|--help]}}` diff --git a/pages.nl/common/ack.md b/pages.nl/common/ack.md index 0e01bd1b81..e029554504 100644 --- a/pages.nl/common/ack.md +++ b/pages.nl/common/ack.md @@ -10,27 +10,27 @@ - Zoek naar een niet-hoofdlettergevoelig patroon: -`ack --ignore-case "{{zoekpatroon}}"` +`ack {{[-i|--ignore-case]}} "{{zoekpatroon}}"` - Zoek naar lijnen die overeenkomen met een patroon en druk alleen de overeenkomende tekst af en niet de rest van de lijn: -`ack -o "{{zoekpatroon}}"` +`ack {{[-o|--output='$&']}} "{{zoekpatroon}}"` - Beperk het zoeken tot bestanden van een specifiek type: -`ack --type {{ruby}} "{{zoekpatroon}}"` +`ack {{[-t|--type]}} {{ruby}} "{{zoekpatroon}}"` - Zoek niet in bestanden van een specifiek type: -`ack --type no{{ruby}} "{{zoekpatroon}}"` +`ack {{[-t|--type]}} no{{ruby}} "{{zoekpatroon}}"` - Tel het totaal aantal gevonden matches: -`ack --count --no-filename "{{zoekpatroon}}"` +`ack {{[-c|--count]}} {{[-h|--no-filename]}} "{{zoekpatroon}}"` - Toon alleen voor elk bestand de bestandsnamen en het aantal overeenkomsten: -`ack --count --files-with-matches "{{zoekpatroon}}"` +`ack {{[-c|--count]}} {{[-l|--files-with-matches]}} "{{zoekpatroon}}"` - Maak een lijst van alle waarden die kunnen worden gebruikt met `--type`: diff --git a/pages.nl/common/acme.sh-dns.md b/pages.nl/common/acme.sh-dns.md index 31b354b396..09d0a59952 100644 --- a/pages.nl/common/acme.sh-dns.md +++ b/pages.nl/common/acme.sh-dns.md @@ -5,20 +5,20 @@ - Geef een certificaat uit met behulp van een automatische DNS API-modus: -`acme.sh --issue --dns {{gnd_gd}} --domain {{voorbeeld.com}}` +`acme.sh --issue --dns {{gnd_gd}} --domain {{example.com}}` - Geef een wildcardcertificaat uit (aangegeven met een asterisk) met behulp van een automatische DNS API-modus: -`acme.sh --issue --dns {{dns_namesilo}} --domain {{voorbeeld.com}} --domain {{*.voorbeeld.com}}` +`acme.sh --issue --dns {{dns_namesilo}} --domain {{example.com}} --domain {{*.example.com}}` - Geef een certificaat uit met behulp van een DNS-aliasmodus: -`acme.sh --issue --dns {{dns_cf}} --domain {{voorbeeld.com}} --challenge-alias {{alias-voor-voorbeeld-validatie.com}}` +`acme.sh --issue --dns {{dns_cf}} --domain {{example.com}} --challenge-alias {{alias-voor-voorbeeld-validatie.com}}` - Geef een certificaat uit terwijl u automatische Cloudflare / Google DNS-polling uitschakelt nadat het DNS-record is toegevoegd door een aangepaste wachttijd in seconden op te geven: -`acme.sh --issue --dns {{dns_namecheap}} --domain {{voorbeeld.com}} --dnssleep {{300}}` +`acme.sh --issue --dns {{dns_namecheap}} --domain {{example.com}} --dnssleep {{300}}` - Geef een certificaat uit met behulp van een handmatige DNS-modus: -`acme.sh --issue --dns --domain {{voorbeeld.com}} --yes-I-know-dns-manual-mode-enough-go-ahead-please` +`acme.sh --issue --dns --domain {{example.com}} --yes-I-know-dns-manual-mode-enough-go-ahead-please` diff --git a/pages.nl/common/acme.sh.md b/pages.nl/common/acme.sh.md index 692dd5d972..3fda1eeca1 100644 --- a/pages.nl/common/acme.sh.md +++ b/pages.nl/common/acme.sh.md @@ -6,28 +6,28 @@ - Geef een certificaat uit met behulp van de webroot-modus: -`acme.sh --issue --domain {{voorbeeld.com}} --webroot {{/pad/naar/webroot}}` +`acme.sh --issue {{[-d|--domain]}} {{example.com}} {{[-w|--webroot]}} {{/pad/naar/webroot}}` - Geef een certificaat uit voor meerdere domeinen in de zelfstandige modus met poort 80: -`acme.sh --issue --standalone --domain {{voorbeeld.com}} --domain {{www.voorbeeld.com}}` +`acme.sh --issue --standalone {{[-d|--domain]}} {{example.com}} {{[-d|--domain]}} {{www.example.com}}` - Geef een certificaat uit met behulp van de zelfstandige TLS-modus met behulp van poort 443: -`acme.sh --issue --alpn --domain {{voorbeeld.com}}` +`acme.sh --issue --alpn {{[-d|--domain]}} {{example.com}}` - Geef een certificaat uit met een werkende Nginx-configuratie: -`acme.sh --issue --nginx --domain {{voorbeeld.com}}` +`acme.sh --issue --nginx {{[-d|--domain]}} {{example.com}}` - Geef een certificaat uit met een werkende Apache-configuratie: -`acme.sh --issue --apache --domain {{voorbeeld.com}}` +`acme.sh --issue --apache {{[-d|--domain]}} {{example.com}}` - Geef een wildcardcertificaat (\*) uit met behulp van een automatische DNS API-modus: -`acme.sh --issue --dns {{dns_cf}} --domain {{*.voorbeeld.com}}` +`acme.sh --issue --dns {{dns_cf}} {{[-d|--domain]}} {{*.example.com}}` - Installeer certificaatbestanden op de opgegeven locaties (handig voor automatische certificaatvernieuwing): -`acme.sh --install-cert -d {{voorbeeld.com}} --key-file {{/pad/naar/voorbeeld.com.key}} --fullchain-file {{/pad/naar/voorbeeld.com.cer}} --reloadcmd "{{systemctl force-reload nginx}}"` +`acme.sh {{[-i|--install-cert]}} {{[-d|--domain]}} {{example.com}} --key-file {{/pad/naar/example.key}} --fullchain-file {{/pad/naar/example.cer}} --reloadcmd "{{systemctl force-reload nginx}}"` diff --git a/pages.nl/common/act.md b/pages.nl/common/act.md index 53dba197e5..489b3a6155 100644 --- a/pages.nl/common/act.md +++ b/pages.nl/common/act.md @@ -3,9 +3,9 @@ > Voer GitHub-acties lokaal uit met behulp van Docker. > Meer informatie: . -- Maak een [l]ijst van de beschikbare acties: +- Maak een lijst van de beschikbare acties: -`act -l` +`act {{[-l|--list]}}` - Voer de standaard evenement uit: @@ -15,18 +15,18 @@ `act {{evenement_type}}` -- Voer een specifieke [j]ob uit: +- Voer een specifieke job uit: -`act -j {{job_id}}` +`act {{[-j|--job]}} {{job_id}}` -- Voer de acties [n]iet daadwerkelijk uit (d.w.z. een proefrit): +- Voer de acties [n]iet daadwerkelijk uit (d.w.z. een dry-run): -`act -n` +`act {{[-n|--dryrun]}}` - Toon uitgebreide logboeken: -`act -v` +`act {{[-v|--verbose]}}` -- Voer een specifieke [W]orkflow uit: +- Voer een specifieke workflow uit: -`act push -W {{pad/naar/workflow}}` +`act push {{[-W|--workflows]}} {{pad/naar/workflow}}` diff --git a/pages.nl/common/ag.md b/pages.nl/common/ag.md index 3dab971b3f..d5a58fb339 100644 --- a/pages.nl/common/ag.md +++ b/pages.nl/common/ag.md @@ -5,23 +5,23 @@ - Zoek bestanden die "foo" bevatten en druk de regelovereenkomsten in context af: -`ag {{foo}}` +`ag foo` - Vind bestanden die "foo" bevatten in een specifieke map: -`ag {{foo}} {{pad/naar/map}}` +`ag foo {{pad/naar/map}}` - Vind bestanden die "foo" bevatten, maar vermeld alleen de bestandsnamen: -`ag -l {{foo}}` +`ag {{[-l|--files-with-matches]}} foo` - Vind bestanden die "FOO" niet hoofdlettergevoelig bevatten en druk alleen de overeenkomst af in plaats van de hele regel: -`ag -i -o {{FOO}}` +`ag {{[-i|--ignore-case]}} {{[-o|--only-matching]}} FOO` - Zoek "foo" in bestanden met een naam die overeenkomt met "bar": -`ag {{foo}} -G {{bar}}` +`ag foo {{[-G|--file-search-regex]}} bar` - Vind bestanden waarvan de inhoud overeenkomt met een reguliere expressie: @@ -29,4 +29,4 @@ - Zoek bestanden met een naam die overeenkomt met "foo": -`ag -g {{foo}}` +`ag {{[-g|--filename-pattern]}} foo` diff --git a/pages.nl/common/agate.md b/pages.nl/common/agate.md index e1604cb2ce..4ca7a3b278 100644 --- a/pages.nl/common/agate.md +++ b/pages.nl/common/agate.md @@ -5,7 +5,7 @@ - Voer een persoonlijke sleutel en certificaat uit en genereer deze: -`agate --content {{pad/naar/inhoud/}} --addr {{[::]:1965}} --addr {{0.0.0.0:1965}} --hostname {{voorbeeld.com}} --lang {{nl-NL}}` +`agate --content {{pad/naar/inhoud/}} --addr {{[::]:1965}} --addr {{0.0.0.0:1965}} --hostname {{example.com}} --lang {{nl-NL}}` - Server starten: @@ -13,4 +13,4 @@ - Toon de help: -`agate -h` +`agate {{[-h|--help]}}` diff --git a/pages.nl/common/age-keygen.md b/pages.nl/common/age-keygen.md index 0f7f46bed1..8c28a4c332 100644 --- a/pages.nl/common/age-keygen.md +++ b/pages.nl/common/age-keygen.md @@ -1,13 +1,13 @@ # age-keygen > Genereer `age` sleutelparen. -> Bekijk `age` hoe je bestanden kan versleutelen/decoderen. +> Bekijk ook: `age` om bestanden te versleutelen/decoderen. > Meer informatie: . - Genereer een sleutelpaar, sla de privésleutel op in een niet-versleuteld bestand en druk de openbare sleutel af naar `stdout`: -`age-keygen --output {{pad/naar/bestand}}` +`age-keygen {{[-o|--output]}} {{pad/naar/bestand}}` -- Converteer een identity naar een recipient een print de publieke sleutel naar `stdout`: +- Converteer een identiteit naar een ontvanger en print de publieke sleutel naar `stdout`: `age-keygen -y {{pad/naar/bestand}}` diff --git a/pages.nl/common/ajson.md b/pages.nl/common/ajson.md index 2d41aa26f0..2d9521371d 100644 --- a/pages.nl/common/ajson.md +++ b/pages.nl/common/ajson.md @@ -13,7 +13,7 @@ - Lees JSON van een URL en evalueer een opgegeven JSONPath-expressie: -`ajson '{{avg($..price)}}' '{{https://voorbeeld.com/api/}}'` +`ajson '{{avg($..price)}}' '{{https://example.com/api/}}'` - Lees wat eenvoudige JSON en bereken een waarde: diff --git a/pages.nl/common/alacritty.md b/pages.nl/common/alacritty.md index 4406f44e14..713b157e2c 100644 --- a/pages.nl/common/alacritty.md +++ b/pages.nl/common/alacritty.md @@ -19,9 +19,9 @@ `alacritty --working-directory {{pad/naar/map}}` -- Vo[e]r een commando uit in een nieuw Alacritty-venster: +- Voer een commando uit in een nieuw Alacritty-venster: -`alacritty -e {{commando}}` +`alacritty {{[-e|--command]}} {{commando}}` - Geef een alternatief configuratiebestand op (standaard ingesteld op `$XDG_CONFIG_HOME/alacritty/alacritty.toml`): diff --git a/pages.nl/common/ani-cli.md b/pages.nl/common/ani-cli.md index b7f503dfd1..ae985c4b24 100644 --- a/pages.nl/common/ani-cli.md +++ b/pages.nl/common/ani-cli.md @@ -7,30 +7,30 @@ `ani-cli "{{anime_naam}}"` -- [d]ownload aflevering: +- Download een aflevering: -`ani-cli -d "{{anime_naam}}"` +`ani-cli {{[-d|--download]}} "{{anime_naam}}"` -- [d]ownload een [r]eeks van afleveringen: +- Download een reeks van afleveringen: -`ani-cli -d -r "{{1 6}}" "{{anime_naam}}"` +`ani-cli {{[-d|--download]}} {{[-r|--range]}} "{{1 6}}" "{{anime_naam}}"` -- [d]ownload de gehele serie (een reeks van alle afleveringen): +- Download de gehele serie (een reeks van alle afleveringen): -`ani-cli -d -r "1 -1" "{{anime_naam}}"` +`ani-cli {{[-d|--download]}} {{[-r|--range]}} "1 -1" "{{anime_naam}}"` -- Gebruik [v]LC als de media player: +- Gebruik VLC als de media player: -`ani-cli -v "{{anime_naam}}"` +`ani-cli {{[-v|-vlc]}} "{{anime_naam}}"` -- Bekjk een specifieke afl[e]vering: +- Bekjk een specifieke aflevering: -`ani-cli -e {{afleveringnummer}} "{{anime_naam}}"` +`ani-cli {{[-e|--episode]}} {{afleveringnummer}} "{{anime_naam}}"` -- Bekijk anime verder ([c]) uit je geschiedenis: +- Bekijk anime verder uit je geschiedenis: -`ani-cli -c` +`ani-cli {{[-c|--continue]}}` -- [U]pdate `ani-cli`: +- Update `ani-cli`: -`ani-cli -U` +`ani-cli {{[-U|--update]}}` diff --git a/pages.nl/common/ansible.md b/pages.nl/common/ansible.md index 34ad84658e..986e2989a8 100644 --- a/pages.nl/common/ansible.md +++ b/pages.nl/common/ansible.md @@ -10,24 +10,24 @@ - Ping een groep met hosts, met gebruik van de ping module: -`ansible {{groep}} -m ping` +`ansible {{groep}} {{[-m|--module-name]}} ping` - Toon feiten van een groep met hosts, met gebruik van de installatie module: -`ansible {{groep}} -m setup` +`ansible {{groep}} {{[-m|--module-name]}} setup` - Voer een commando op een groep met hosts uit. met gebruik van de commando module met argumenten: -`ansible {{groep}} -m command -a '{{mijn_commando}}'` +`ansible {{groep}} {{[-m|--module-name]}} command {{[-a|--args]}} '{{mijn_commando}}'` - Voer een commando uit met administratieve rechten: -`ansible {{groep}} --become --ask-become-pass -m command -a '{{mijn_commando}}'` +`ansible {{groep}} {{[-b|--become]}} --ask-become-pass {{[-m|--module-name]}} command {{[-a|--args]}} '{mijn_commando}}'` - Voer een commando uit met een aangepast inventaris bestand: -`ansible {{groep}} -i {{inventaris_bestand}} -m command -a '{{mijn_command}}'` +`ansible {{groep}} {{[-i|--inventory]}} {{inventaris_bestand}} {{[-m|--module-name]}} command {{[-a|--args]}} '{{mijn_commando}}'` - Toon de groepen in een inventaris: -`ansible localhost -m debug -a '{{var=groups.keys()}}'` +`ansible localhost {{[-m|--module-name]}} debug {{[-a|--args]}} '{{var=groups.keys()}}'` diff --git a/pages.nl/common/asciinema.md b/pages.nl/common/asciinema.md index e88f2dd2b7..97a31c4ea3 100644 --- a/pages.nl/common/asciinema.md +++ b/pages.nl/common/asciinema.md @@ -8,11 +8,7 @@ `asciinema auth` -- Maak een nieuwe opname (gebruiker krijgt een vraag om het lokaal op te slaan of te uploaden als de opname klaar is): - -`asciinema rec` - -- Maak een nieuwe opname en sla het op in een lokaal bestand: +- Maak een nieuwe opname en sla het op in een lokaal bestand (sluit het af met `` of typ `exit`): `asciinema rec {{pad/naar/opname.cast}}` diff --git a/pages.nl/common/b2sum.md b/pages.nl/common/b2sum.md index 508d15532f..b9dc15d9d6 100644 --- a/pages.nl/common/b2sum.md +++ b/pages.nl/common/b2sum.md @@ -17,16 +17,16 @@ - Lees een bestand van BLAKE2 sums en bestandsnamen en verifieer dat alle bestanden overeenkomende checksums hebben: -`b2sum --check {{pad/naar/bestand.b2}}` +`b2sum {{[-c|--check]}} {{pad/naar/bestand.b2}}` - Toon alleen een melding voor missende bestanden of als verificatie faalt: -`b2sum --check --quiet {{pad/naar/bestand.b2}}` +`b2sum {{[-c|--check]}} --quiet {{pad/naar/bestand.b2}}` - Toon alleen een melding als een verificatie faalt en negeer missende bestanden: -`b2sum --ignore-missing --check --quiet {{pad/naar/bestand.b2}}` +`b2sum --ignore-missing {{[-c|--check]}} --quiet {{pad/naar/bestand.b2}}` - Controleer een bekende BLAKE2 checksum van een bestand: -`echo {{bekende_blake2_checksum_van_het_bestand}} {{pad/naar/bestand}} | b2sum --check` +`echo {{bekende_blake2_checksum_van_het_bestand}} {{pad/naar/bestand}} | b2sum {{[-c|--check]}}` diff --git a/pages.nl/common/basenc.md b/pages.nl/common/basenc.md index 60729350ae..751538256d 100644 --- a/pages.nl/common/basenc.md +++ b/pages.nl/common/basenc.md @@ -9,11 +9,11 @@ - Decodeer een bestand met base64 encoding: -`basenc --decode --base64 {{pad/naar/bestand}}` +`basenc {{[-d|--decode]}} --base64 {{pad/naar/bestand}}` - Encodeer `stdin` met base32 encoding met 42 kolommen: -`{{command}} | basenc --base32 -w42` +`{{command}} | basenc --base32 {{[-w|--wrap]}} 42` - Encodeer `stdin` met base32 encoding: diff --git a/pages.nl/common/bc.md b/pages.nl/common/bc.md index a134da1944..e09b9b8019 100644 --- a/pages.nl/common/bc.md +++ b/pages.nl/common/bc.md @@ -8,9 +8,9 @@ `bc` -- Start een [i]nteractieve sessie met de standaard wiskundige [b]ibliotheek ingeschakeld: +- Start een interactieve sessie met de standaard wiskundige bibliotheek ingeschakeld: -`bc --interactive --mathlib` +`bc {{[-i|--interactive]}} {{[-l|--mathlib]}}` - Bereken een uitdrukking: @@ -26,7 +26,7 @@ - Bereken een sinus/cosinus/arctangens/natuurlijke logaritme/exponentiële functie met behulp van `mathlib`: -`echo '{{s|c|a|l|e}}({{1}})' | bc --mathlib` +`echo '{{s|c|a|l|e}}({{1}})' | bc {{[-l|--mathlib]}}` - Voer een inline faculteitsscript uit: diff --git a/pages.nl/common/bmptopnm.md b/pages.nl/common/bmptopnm.md index abf98cdc95..30ec90a63d 100644 --- a/pages.nl/common/bmptopnm.md +++ b/pages.nl/common/bmptopnm.md @@ -9,8 +9,8 @@ - Rapporteer de inhoud van een BMP header naar `stderr`: -`bmptopnm -verbose {{pad/naar/bestand.bmp}}` +`bmptopnm {{[-verb|-verbose]}} {{pad/naar/bestand.bmp}}` - Toon de versie: -`bmptopnm -version` +`bmptopnm {{[-v|-version]}}` diff --git a/pages.nl/common/ftp.md b/pages.nl/common/ftp.md index 5939beb50b..b8dca783ec 100644 --- a/pages.nl/common/ftp.md +++ b/pages.nl/common/ftp.md @@ -5,7 +5,7 @@ - Verbinden met een FTP-server: -`ftp {{ftp.voorbeeld.com}}` +`ftp {{ftp.example.com}}` - Verbinden met een FTP-server met opgave van IP-adres en poort: diff --git a/pages.nl/linux/certbot.md b/pages.nl/linux/certbot.md index 04c3f0cb04..9e67b9a273 100644 --- a/pages.nl/linux/certbot.md +++ b/pages.nl/linux/certbot.md @@ -2,19 +2,19 @@ > De Let's Encrypt Agent om automatisch TLS certificaten te verkrijgen en te vernieuwen. > Opvolger van `letsencrypt`. -> Meer informatie: . +> Meer informatie: . - Verkrijg een nieuw certificaat via webroot authorisatie, maar installeer het certificaat niet automatisch: -`sudo certbot certonly --webroot --webroot-path {{pad/naar/webroot}} --domain {{subdomein.voorbeeld.com}}` +`sudo certbot certonly --webroot {{[-w|--webroot-path]}} {{pad/naar/webroot}} {{[-d|--domain]}} {{subdomein.example.com}}` - Verkrijg een nieuw certificaat via nginx authorisatie, installeer het nieuwe certificaat automatisch: -`sudo certbot --nginx --domain {{subdomein.voorbeeld.com}}` +`sudo certbot --nginx {{[-d|--domain]}} {{subdomein.example.com}}` - Verkrijg een nieuw certificaat via apache authorisatie, installeer het nieuwe certificaat automatisch: -`sudo certbot --apache --domain {{subdomein.voorbeeld.com}}` +`sudo certbot --apache {{[-d|--domain]}} {{subdomein.example.com}}` - Vernieuw alle Let's Encrypt certificaten die binnen 30 dagen verlopen (vergeet achteraf niet alle servers te herstarten die dit certificaat gebruiken): @@ -22,8 +22,8 @@ - Simuleer het verkrijgen van een nieuw certificaat, maar sla deze niet op, op een harde schijf: -`sudo certbot --webroot --webroot-path {{pad/naar/webroot}} --domain {{subdomein.voorbeeld.com}} --dry-run` +`sudo certbot --webroot {{[-w|--webroot-path]}} {{pad/naar/webroot}} {{[-d|--domain]}} {{subdomein.example.com}} --dry-run` - Verkrijg een onvertrouwd test certificaat: -`sudo certbot --webroot --webroot-path {{pad/naar/webroot}} --domain {{subdomein.voorbeeld.com}} --test-cert` +`sudo certbot --webroot {{[-w|--webroot-path]}} {{pad/naar/webroot}} {{[-d|--domain]}} {{subdomein.example.com}} --test-cert` diff --git a/pages.nl/netbsd/chpass.md b/pages.nl/netbsd/chpass.md index 6c41c6d5e5..2e5ad1da5c 100644 --- a/pages.nl/netbsd/chpass.md +++ b/pages.nl/netbsd/chpass.md @@ -14,7 +14,7 @@ - Stel een login [s]hell in voor een specifieke gebruiker: -`chpass chsh -s {{pad/naar/shell}} {{gebruikersnaam}}` +`chpass -s {{pad/naar/shell}} {{gebruikersnaam}}` - Specificeer een gebruikersdatabase entry in het `passwd` bestandsformaat: diff --git a/pages.nl/openbsd/chpass.md b/pages.nl/openbsd/chpass.md index e6032f4781..b30d0f102c 100644 --- a/pages.nl/openbsd/chpass.md +++ b/pages.nl/openbsd/chpass.md @@ -6,16 +6,16 @@ - Stel interactief een specifieke login shell in voor de huidige gebruiker: -`doas chsh` +`doas chpass` - Stel een specifieke login [s]hell in voor de huidige gebruiker: -`doas chsh -s {{pad/naar/shell}}` +`doas chpass -s {{pad/naar/shell}}` - Stel een login [s]hell in voor een specifieke gebruiker: -`doas chsh -s {{pad/naar/shell}} {{gebruikersnaam}}` +`doas chpass -s {{pad/naar/shell}} {{gebruikersnaam}}` - Specificeer een gebruikersdatabase entry in het `passwd` bestandsformaat: -`doas chsh -a {{gebruikersnaam:gecodeerd_wachtwoord:uid:gid:...}}` +`doas chpass -a {{gebruikersnaam:gecodeerd_wachtwoord:uid:gid:...}}` diff --git a/pages.nl/windows/chromium.md b/pages.nl/windows/chromium.md index 57d1bec5c4..ab00755931 100644 --- a/pages.nl/windows/chromium.md +++ b/pages.nl/windows/chromium.md @@ -14,7 +14,7 @@ - Open in een nieuw venster: -`chromium --new-window {{voorbeeld.com}}` +`chromium --new-window {{example.com}}` - Open in applicatie modus (zonder werkbalken, URL balk, knoppen, etc.): diff --git a/pages.pl/netbsd/chpass.md b/pages.pl/netbsd/chpass.md index 3a47c4baf4..a6f41fd908 100644 --- a/pages.pl/netbsd/chpass.md +++ b/pages.pl/netbsd/chpass.md @@ -14,7 +14,7 @@ - Ustaw powłokę (z ang. [s]hell) logowania dla określonego użytkownika: -`chpass chsh -s {{ścieżka/do/powłoki}} {{nazwa_użytkownika}}` +`chpass -s {{ścieżka/do/powłoki}} {{nazwa_użytkownika}}` - Określ wpis bazy danych użytkownika w formacie pliku `passwd`: diff --git a/pages.pl/openbsd/chpass.md b/pages.pl/openbsd/chpass.md index b5c2cfbff3..4212a0be96 100644 --- a/pages.pl/openbsd/chpass.md +++ b/pages.pl/openbsd/chpass.md @@ -6,16 +6,16 @@ - Interaktywnie ustaw określoną powłokę logowania dla bieżącego użytkownika: -`doas chsh` +`doas chpass` - Ustaw określoną powłokę (z ang. [s]hell) logowania dla bieżącego użytkownika: -`doas chsh -s {{ścieżka/do/powłoki}}` +`doas chpass -s {{ścieżka/do/powłoki}}` - Ustaw określoną powłokę (z ang. [s]hell) logowania dla określonego użytkownika: -`doas chsh -s {{ścieżka/do/powłoki}} {{nazwa_użytkownika}}` +`doas chpass -s {{ścieżka/do/powłoki}} {{nazwa_użytkownika}}` - Określ wpis bazy danych użytkownika w formacie pliku `passwd`: -`doas chsh -a {{nazwa_użytkownika:zaszyfrowane_hasło:uid:gid:...}}` +`doas chpass -a {{nazwa_użytkownika:zaszyfrowane_hasło:uid:gid:...}}` diff --git a/pages.pt_BR/linux/cp.md b/pages.pt_BR/linux/cp.md deleted file mode 100644 index c8c839a036..0000000000 --- a/pages.pt_BR/linux/cp.md +++ /dev/null @@ -1,36 +0,0 @@ -# cp - -> Copia arquivos e diretórios. -> Mais informações: . - -- Copia um arquivo para outra localização: - -`cp {{caminho/para/arquivo_entrada.ext}} {{caminho/para/arquivo_saída.ext}}` - -- Copia um arquivo para dentro de outro diretório, mantendo o nome: - -`cp {{caminho/para/arquivo.ext}} {{caminho/para/diretório}}` - -- Copia recursivamente o conteúdo de um diretório para outra localização (se o destino existe, o diretório é copiado para dentro dele): - -`cp {{[-r|--recursive]}} {{caminho/para/diretório_fonte}} {{caminho/para/diretório_alvo}}` - -- Copia um diretório recursivamente, em modo verboso (mostra os arquivos conforme eles são copiados): - -`cp {{[-vr|--verbose --recursive]}} {{caminho/para/diretório_fonte}} {{caminho/para/diretório_alvo}}` - -- Copia múltiplos arquivos de uma só vez para um diretório: - -`cp {{[-t|--target-directory]}} {{caminho/para/diretorio_fonte}} {{caminho/para/arquivo1 caminho/para/arquivo2 ...}}` - -- Copia arquivos de texto para outra localização, em modo interativo (exige confirmação do usuário antes de sobrescrever): - -`cp {{[-i|--interactive]}} {{*.txt}} {{caminho/para/diretório_alvo}}` - -- Segue links simbólicos antes de copiar: - -`cp {{[-L|--dereference]}} {{link}} {{caminho/para/diretório_alvo}}` - -- Usa todo o caminho dos arquivos fonte, criando quaisquer diretórios intermediários ausentes quando copia: - -`cp --parents {{fonte/caminho/para/arquivo}} {{caminho/para/arquivo_alvo}}` diff --git a/pages.pt_BR/linux/man.md b/pages.pt_BR/linux/man.md deleted file mode 100644 index 8c0e1442e2..0000000000 --- a/pages.pt_BR/linux/man.md +++ /dev/null @@ -1,36 +0,0 @@ -# man - -> Formata e exibe páginas do manual. -> Mais informações: . - -- Exibe a página do manual para um comando: - -`man {{comando}}` - -- Exibe a página do manual para um comando no navegador web (necessário ter a variável de sistema `BROWSER` definida): - -`man {{[-Hbrowser_name|--html=browser_name]}} {{command}}` - -- Exibe a página do manual para um comando da seção 7: - -`man {{7}} {{comando}}` - -- Lista todas as seções disponíveis para um comando: - -`man {{[-f|--whatis]}} {{comando}}` - -- Exibe o caminho pesquisado para páginas do manual: - -`man {{[-w|--path]}}` - -- Exibe a localização de uma página do manual em vez da página em si: - -`man {{[-w|--where]}} {{comando}}` - -- Exibe a página do manual usando uma localização específica: - -`man {{[-L|--locale]}} {{localização}} {{comando}}` - -- Procura por páginas do manual que contenham uma certa string: - -`man {{[-k|--apropos]}} "{{string_buscada}}"` diff --git a/pages.pt_BR/linux/rm.md b/pages.pt_BR/linux/rm.md deleted file mode 100644 index 76acd2ca74..0000000000 --- a/pages.pt_BR/linux/rm.md +++ /dev/null @@ -1,29 +0,0 @@ -# rm - -> Remove arquivos ou diretórios. -> Veja também: `rmdir`. -> Mais informações: . - -- Remove arquivos específicos: - -`rm {{caminho/para/arquivo1 caminho/para/arquivo2 ...}}` - -- Remove arquivos específicos ignorando os inexistentes: - -`rm {{[-f|--force]}} {{caminho/para/arquivo1 caminho/para/arquivo2 ...}}` - -- Remove arquivos específicos interativamente avisando antes de cada remoção: - -`rm {{[-i|--interactive]}} {{caminho/para/arquivo1 caminho/para/arquivo2 ...}}` - -- Remove arquivos específicos imprimindo informações sobre cada remoção: - -`rm {{[-v|--verbose]}} {{caminho/para/arquivo1 caminho/para/arquivo2 ...}}` - -- Remove arquivos e diretórios específicos recursivamente: - -`rm {{[-r|--recursive]}} {{caminho/para/arquivo_ou_diretório1 caminho/para/arquivo_ou_diretório2 ...}}` - -- Remove diretórios vazios (este é considerado o método seguro): - -`rm {{[-d|--dir]}} {{caminho/para/diretório}}` diff --git a/pages.pt_BR/linux/rmdir.md b/pages.pt_BR/linux/rmdir.md deleted file mode 100644 index 8d29574d84..0000000000 --- a/pages.pt_BR/linux/rmdir.md +++ /dev/null @@ -1,13 +0,0 @@ -# rmdir - -> Remove diretórios sem arquivos. -> Veja também: `rm`. -> Mais informações: . - -- Remove diretórios específicos: - -`rmdir {{caminho/para/diretório1 caminho/para/diretório2 ...}}` - -- Remove diretórios aninhados específicos recursivamente: - -`rmdir {{[-p|--parents]}} {{caminho/para/diretório1 caminho/para/diretório2 ...}}` diff --git a/pages.pt_BR/osx/ed.md b/pages.pt_BR/osx/ed.md deleted file mode 100644 index 27542c1a29..0000000000 --- a/pages.pt_BR/osx/ed.md +++ /dev/null @@ -1,25 +0,0 @@ -# ed - -> Editor de texto original do Unix. -> Veja também: `awk`, `sed`. -> Mais informações: . - -- Inicia uma sessão interativa do editor com um documento vazio: - -`ed` - -- Inicia uma sessão interativa do editor com um documento vazio e um [p]rompt específico: - -`ed -p '> '` - -- Inicia uma sessão interativa do editor com um documento vazio e sem diagnósticos, contagens de bytes, e prompt '!': - -`ed -s` - -- Edita um arquivo específico (mostra a contagem de bytes do arquivo carregado): - -`ed {{caminho/para/arquivo}}` - -- Substitui uma string por uma substituição específica em todas as linhas: - -`,s/{{expressão_regular}}/{{substituição}}/g` diff --git a/pages.pt_PT/linux/man.md b/pages.pt_PT/linux/man.md deleted file mode 100644 index d4b2510d66..0000000000 --- a/pages.pt_PT/linux/man.md +++ /dev/null @@ -1,32 +0,0 @@ -# man - -> Formata e exibe páginas do manual. -> Mais informações: . - -- Exibe a página do manual para um comando: - -`man {{comando}}` - -- Exibe a página do manual para um comando da seção 7: - -`man {{7}} {{comando}}` - -- Lista todas as seções disponíveis para um comando: - -`man {{[-f|--whatis]}} {{comando}}` - -- Exibe o caminho pesquisado para páginas do manual: - -`man {{[-w|--path]}}` - -- Exibe a localização de uma página do manual em vez da página em si: - -`man {{[-w|--where]}} {{comando}}` - -- Exibe a página do manual usando uma localização específica: - -`man {{[-L|--locale]}} {{localização}} {{comando}}` - -- Procura por páginas do manual que contenham uma certa string: - -`man {{[-k|--apropos]}} "{{string_buscada}}"` diff --git a/pages.pt_PT/osx/readlink.md b/pages.pt_PT/osx/readlink.md deleted file mode 100644 index a2ddb814bd..0000000000 --- a/pages.pt_PT/osx/readlink.md +++ /dev/null @@ -1,8 +0,0 @@ -# readlink - -> Segue um link simbólico e obtêm a sua informação. -> Mais informações: . - -- Mostra o caminho absoluto apontado por um link simbólico: - -`readlink {{caminho/para/link_simbolico}}` diff --git a/pages.ru/linux/man.md b/pages.ru/linux/man.md deleted file mode 100644 index 33a7f459a5..0000000000 --- a/pages.ru/linux/man.md +++ /dev/null @@ -1,32 +0,0 @@ -# man - -> Утилита просмотра справочных страницs. -> Больше информации: . - -- Показать справочную страницу для команды: - -`man {{команда}}` - -- Показать справочную страницу пакета макросов команды из раздела: - -`man {{1..9}} {{команда}}` - -- Отобразить краткое описание из справочной страницы, если оно есть: - -`man {{[-f|--whatis]}} {{команда}}` - -- Отобразить путь поиска справочных страниц: - -`man {{[-w|--path]}}` - -- Отобразить расположение справочной страницы, а не саму справочную страницу: - -`man {{[-w|--where]}} {{команда}}` - -- Отобразить справочную страницу с использованием определённой локали: - -`man {{[-L|--locale]}} {{локаль}} {{команда}}` - -- Найти справочную страницу, содержащую строку поиска: - -`man {{[-k|--apropos]}} "{{строка_поиска}}"` diff --git a/pages.ru/osx/ed.md b/pages.ru/osx/ed.md deleted file mode 100644 index 761ae95242..0000000000 --- a/pages.ru/osx/ed.md +++ /dev/null @@ -1,25 +0,0 @@ -# ed - -> Оригинальный текстовый редактор Unix. -> Смотрите также: `awk`, `sed`. -> Больше информации: . - -- Запустить интерактивную сессию редактора с пустым документом: - -`ed` - -- Запустить интерактивную сессию редактора с пустым документом и указанной подсказкой: - -`ed -p '> '` - -- Запустить интерактивную сессию редактора пустым документом и без диагностики, подсчета байтов и '!' подсказки: - -`ed -s` - -- Редактировать указанный файл (это показывает количество байт загруженного файла): - -`ed {{путь/к/файлу}}` - -- Заменить строку указанной на всех строках: - -`,s/{{регулярное_выражение}}/{{замена}}/g` diff --git a/pages.tr/linux/cp.md b/pages.tr/linux/cp.md deleted file mode 100644 index f1c9cf0502..0000000000 --- a/pages.tr/linux/cp.md +++ /dev/null @@ -1,32 +0,0 @@ -# cp - -> Dosya ve dizinleri kopyala. -> Daha fazla bilgi için: . - -- Bir dosyayı başka bir konuma kopyala: - -`cp {{örnek/yol/kaynak_dosya.ext}} {{örnek/yol/hedef_dosya.ext}}` - -- Bir dosyayı ismini değiştirmeden başka bir dizine kopyala: - -`cp {{örnek/yol/kaynak_dosya.ext}} {{örnek/yol/hedef_ana_dizin}}` - -- Bir dizinin içeriğini başka bir konuma tekrarlı şekilde kopyala (eğer belirtilen konum varsa dizin onun içine kopyalanır): - -`cp {{[-r|--recursive]}} {{örnek/yol/kaynak_dizin}} {{örnek/yol/hedef_dizin}}` - -- Bir dizini tekrarlı şekilde ayrıntılı modda kopyala (dosyaları kopyalandıkları gibi gösterir): - -`cp {{[-vr|--verbose --recursive]}} {{örnek/yol/kaynak_dizin}} {{örnek/yol/hedef_dizin}}` - -- Metin dosyalarını interaktif modda başka bir konuma kopyala (üstüne yazmadan önce kullanıcıyı bilgilendirir): - -`cp {{[-i|--interactive]}} {{*.txt}} {{örnek/yol/hedef_dizin}}` - -- Kopyalamadan önce sembolik linkleri izle: - -`cp {{[-L|--dereference]}} {{link}} {{örnek/yol/hedef_dizin}}` - -- Kopyalarken kaynak dosyalarının tam konumunu belirt: - -`cp --parents {{kaynak/örnek/yol/dosya}} {{örnek/yol/hedef_dosya}}` diff --git a/pages.uk/linux/cp.md b/pages.uk/linux/cp.md deleted file mode 100644 index 523ceff598..0000000000 --- a/pages.uk/linux/cp.md +++ /dev/null @@ -1,32 +0,0 @@ -# cp - -> Скопіювати файли і папки. -> Більше інформації: . - -- Скопіювати файл в інше місце: - -`cp {{шлях/до/файлу_який_скопіювати.ext}} {{шлях/до/файлу_в_який_скопіювати.ext}}` - -- Скопіювати файл в іншу папку, зберугіючи назву файлу: - -`cp {{шлях/до/файлу_який_скопіювати.ext}} {{шлях/до/папки_в_яку_скопіювати}}` - -- Рекурсивно скопіювати вміст папки до іншого місця (якщо місце призначення існує, папка скопіюється всередину нього): - -`cp {{[-r|--recursive]}} {{шлях/до/файлу_який_скопіювати}} {{шлях/до/папки_в_яку_скопіювати}}` - -- Скопіювати папку рекурсивно у докладнішому режимі (показує файли у міру їх копіювання): - -`cp {{[-vr|--verbose --recursive]}} {{шлях/до/папки_яку_спопіювати}} {{шлях/до/папки_в_яку_скопіювати}}` - -- Скопіювати текстові файли в інше місце в інтерактивному режимі (запитує користувача перед перезаписом): - -`cp {{[-i|--interactive]}} {{*.txt}} {{шлях/до/папки_в_яку_скопіювати}}` - -- Зберігає символічні посилання(symbolic link) перед копіюванням: - -`cp {{[-L|--dereference]}} {{посилання}} {{шлях/до/папки_в_яку_скопіювати}}` - -- Використовує повний шлях файлу який потрібно скопіювати, створюючи будь-які відсутні проміжні папки під час копіювання: - -`cp --parents {{повний/шлях/до/файлу}} {{шлях/до/бажаного_файлу}}` diff --git a/pages.uk/linux/man.md b/pages.uk/linux/man.md deleted file mode 100644 index 43af609f53..0000000000 --- a/pages.uk/linux/man.md +++ /dev/null @@ -1,32 +0,0 @@ -# man - -> Форматування та відображення сторінок посібника. -> Більше інформації: . - -- Відобразити довідкову сторінку для команди: - -`man {{команда}}` - -- Відобразити сторінку довідки для команди з розділу 7: - -`man {{7}} {{команда}}` - -- Відобразити усі доступні розділи для команди: - -`man {{[-f|--whatis]}} {{команда}}` - -- Відобразити шлях пошуку довідкових сторінок: - -`man {{[-w|--path]}}` - -- Відобразити розташування довідкової сторінки, а не довідкову сторінку: - -`man {{[-w|--where]}} {{команда}}` - -- Відобразити довідкову сторінку з використанням певної локалі: - -`man {{[-L|--locale]}} {{локаль}} {{команда}}` - -- Знайти довідкові сторінки, які містять рядок пошуку: - -`man {{[-k|--apropos]}} "{{рядок_пошуку}}"` diff --git a/pages.uk/linux/rm.md b/pages.uk/linux/rm.md deleted file mode 100644 index 28c1c4caca..0000000000 --- a/pages.uk/linux/rm.md +++ /dev/null @@ -1,25 +0,0 @@ -# rm - -> Видалити файли або директорії. -> Дивіться також: `rmdir`. -> Більше інформації: . - -- Видалити певні файли: - -`rm {{шлях/до/файлу1 шлях/до/файлу2 ...}}` - -- Видалити певні файли, ігноруючи неіснуючі: - -`rm {{[-f|--force]}} {{шлях/до/файлу1 шлях/до/файлу2 ...}}` - -- Видалити певні файли інтерактивно запитуючи перед кожним видаленням: - -`rm {{[-i|--interactive]}} {{шлях/до/файлу1 шлях/до/файлу2 ...}}` - -- Видалити певні файли, друкуючи інформацію про кожне видалення: - -`rm {{[-v|--verbose]}} {{шлях/до/файлу1 шлях/до/файлу2 ...}}` - -- Видалити певні файли та директорії рекурсивно: - -`rm {{[-r|--recursive]}} {{шлях/до/файлу_або_папки1 шлях/до/файлу_або_папки2 ...}}` diff --git a/pages.zh/common/git-create-branch.md b/pages.zh/common/git-create-branch.md new file mode 100644 index 0000000000..ae29871503 --- /dev/null +++ b/pages.zh/common/git-create-branch.md @@ -0,0 +1,17 @@ +# git create-branch + +> 在 Git 仓库中创建分支。 +> 属于 `git-extras` 一部分。 +> 更多信息:. + +- ​​创建本地分支​​: + +`git create-branch {{分支名}}` + +- ​​创建本地分支并推送到 origin 远程​​: + +`git create-branch --remote {{分支名}}` + +- ​​创建本地分支并推送到 upstream 远程(常用于 fork 的工作流)​​: + +`git create-branch --remote upstream {{分支名}}` diff --git a/pages.zh/common/git-credential.md b/pages.zh/common/git-credential.md new file mode 100644 index 0000000000..91e7b858c0 --- /dev/null +++ b/pages.zh/common/git-credential.md @@ -0,0 +1,16 @@ +# git credential + +> 用于管理和存储 Git 用户凭证(如用户名和密码)。 +> 更多信息:. + +- ​​获取凭证信息​​(从配置文件中读取用户名和密码): + +`echo "{{url=http://example.com}}" | git credential fill` + +- 存储凭证信息​​(保存到配置的凭证助手中): + +`echo "{{url=http://example.com}}" | git credential approve` + +- 删除凭证信息​​(从所有配置的凭证助手中清除): + +`echo "{{url=http://example.com}}" | git credential reject` diff --git a/pages.zh/linux/i3.md b/pages.zh/common/i3.md similarity index 100% rename from pages.zh/linux/i3.md rename to pages.zh/common/i3.md diff --git a/pages.zh/common/whereis.md b/pages.zh/common/whereis.md deleted file mode 100644 index 6378f4b937..0000000000 --- a/pages.zh/common/whereis.md +++ /dev/null @@ -1,28 +0,0 @@ -# whereis - -> 找到命令的二进制文件、源文件和手册文件。 -> 更多信息:. - -- 找到 SSH 命令的二进制、源文件和手册页: - -`whereis {{ssh}}` - -- 查找 `ls` 命令的二进制和手册页: - -`whereis -bm {{ls}}` - -- 找到 `gcc` 的源文件和 `git` 的手册页: - -`whereis -s {{gcc}} -m {{git}}` - -- 仅在 /usr/bin/ 目录中查找 `gcc` 的二进制文件: - -`whereis -b -B {{/usr/bin/}} -f {{gcc}}` - -- 查找不寻常的二进制文件(系统上有多个或少于一个二进制文件的二进制文件): - -`whereis -u *` - -- 查找有不寻常手册条目的二进制文件(安装了多个或少于一个手册的二进制文件): - -`whereis -u -m *` diff --git a/pages.zh/linux/cp.md b/pages.zh/linux/cp.md deleted file mode 100644 index 4a006b8ebc..0000000000 --- a/pages.zh/linux/cp.md +++ /dev/null @@ -1,32 +0,0 @@ -# cp - -> 复制文件和目录。 -> 更多信息:. - -- 复制一个文件到另外一个地方: - -`cp {{文件的原始路径}} {{文件的目标路径}}` - -- 复制一个文件到另外一个目录, 保持文件名不变: - -`cp {{文件的原始路径}} {{目标目录路径}}` - -- 递归的复制一个目录内的内容到另外一个地方(如果目标目录存在,目录被复制到目标目标内部): - -`cp {{[-r|--recursive]}} {{目录的原始路径}} {{目标目录路径}}` - -- 以详细模式递归的复制一个目录 (当文件被复制的时候显示): - -`cp {{[-vr|--verbose --recursive]}} {{文件的原始路径}} {{目标目录路径}}` - -- 以交互模式复制文本文件到另外一个地方(在覆盖之前提示用户): - -`cp {{[-i|--interactive]}} {{*.txt}} {{目标目录路径}}` - -- 跟踪软连接复制: - -`cp {{[-L|--dereference]}} {{链接}} {{目标目录路径}}` - -- 使用原始文件的全路径,在复制的时候目录不存在则离开创建: - -`cp --parents {{文件的原始路径}} {{文件的目标路径}}` diff --git a/pages.zh/linux/mkfs.vfat.md b/pages.zh/linux/mkfs.vfat.md deleted file mode 100644 index 04ad841fd2..0000000000 --- a/pages.zh/linux/mkfs.vfat.md +++ /dev/null @@ -1,20 +0,0 @@ -# mkfs.vfat - -> 在分区内创建一个 MS-DOS 文件系统。 -> 更多信息:. - -- 在设备 b 的分区 1 内创建一个 vfat 文件系统(`sdb1`): - -`mkfs.vfat {{/dev/sdb1}}` - -- 创建一个带有卷名的文件系统: - -`mkfs.vfat -n {{volume_name}} {{/dev/sdb1}}` - -- 创建一个带有卷 ID 的文件系统: - -`mkfs.vfat -i {{volume_id}} {{/dev/sdb1}}` - -- 使用 5 个而不是 2 个文件分配表: - -`mkfs.vfat -f 5 {{/dev/sdb1}}` diff --git a/pages.zh/linux/w.md b/pages.zh/linux/w.md deleted file mode 100644 index 358b999d97..0000000000 --- a/pages.zh/linux/w.md +++ /dev/null @@ -1,20 +0,0 @@ -# w - -> 显示登录者及其进程。 -> 更多信息:. - -- 显示当前登录的所有用户的信息: - -`w` - -- 显示有关特定用户的信息: - -`w {{用户}}` - -- 显示信息而不包括标题: - -`w --no-header` - -- 显示信息不包括登录、JCPU 和 PCPU 列: - -`w --short` diff --git a/pages.zh_TW/linux/cp.md b/pages.zh_TW/linux/cp.md deleted file mode 100644 index 9cbb60ff79..0000000000 --- a/pages.zh_TW/linux/cp.md +++ /dev/null @@ -1,32 +0,0 @@ -# cp - -> 複製檔案與資料夾。 -> 更多資訊:. - -- 複製一個檔案到新位置,並重新命名: - -`cp {{檔案/完整/檔案.副檔名}} {{檔案/完整/新檔案.副檔名}}` - -- 複製一個檔案到目錄內,但保留檔案名稱: - -`cp {{檔案/完整/檔案.副檔名}} {{目錄/完整/路徑}}` - -- 遞迴的複製目錄的所有內容到新位置(若目標路徑已存在,將複製到該目錄的內部): - -`cp {{[-r|--recursive]}} {{目錄/完整/路徑}} {{目錄/完整/目標路徑}}` - -- 遞迴的複製目錄的所有內容到新位置,並透過 `-v` 參數在複製過程中顯示被複製的內容: - -`cp {{[-vr|--verbose --recursive]}} {{目錄/完整/路徑}} {{目錄/完整/目標路徑}}` - -- 透過「互動模式」複製文字檔到新位置(當新位置有相同名稱的檔案時,需要先經過使用者的同意,方能複製到新位置): - -`cp {{[-i|--interactive]}} {{*.txt}} {{目錄/完整/目標路徑}}` - -- 複製檔案或「捷徑」指向的「真實」檔案或資料夾: - -`cp {{[-L|--dereference]}} {{捷徑}} {{目錄/完整/目標路徑}}` - -- 使用完整的檔案路徑與檔案名稱,來創建跟原本目錄結構相同的目錄與檔案: - -`cp --parents {{檔案/完整/路徑}} {{檔案/完整/路徑}}` diff --git a/pages/common/ack.md b/pages/common/ack.md index 3958c44849..b1e94ec47d 100644 --- a/pages/common/ack.md +++ b/pages/common/ack.md @@ -12,7 +12,7 @@ `ack {{[-i|--ignore-case]}} "{{search_pattern}}"` -- Search for lines matching a pattern, printing [o]nly the matched text and not the rest of the line: +- Search for lines matching a pattern, printing only the matched text and not the rest of the line: `ack {{[-o|--output='$&']}} "{{search_pattern}}"` diff --git a/pages/common/ag.md b/pages/common/ag.md index ae06d3c5eb..eb7db8a61d 100644 --- a/pages/common/ag.md +++ b/pages/common/ag.md @@ -5,23 +5,23 @@ - Find files containing "foo", and print the line matches in context: -`ag {{foo}}` +`ag foo` - Find files containing "foo" in a specific directory: -`ag {{foo}} {{path/to/directory}}` +`ag foo {{path/to/directory}}` - Find files containing "foo", but only list the filenames: -`ag {{[-l|--files-with-matches]}} {{foo}}` +`ag {{[-l|--files-with-matches]}} foo` - Find files containing "FOO" case-insensitively, and print only the match, rather than the whole line: -`ag {{[-i|--ignore-case]}} {{[-o|--only-matching]}} {{FOO}}` +`ag {{[-i|--ignore-case]}} {{[-o|--only-matching]}} FOO` - Find "foo" in files with a name matching "bar": -`ag {{foo}} {{[-G|--file-search-regex]}} {{bar}}` +`ag foo {{[-G|--file-search-regex]}} bar` - Find files whose contents match a regular expression: @@ -29,4 +29,4 @@ - Find files with a name matching "foo": -`ag {{[-g|--filename-pattern]}} {{foo}}` +`ag {{[-g|--filename-pattern]}} foo` diff --git a/pages/common/ani-cli.md b/pages/common/ani-cli.md index 20fecce701..8ad298c454 100644 --- a/pages/common/ani-cli.md +++ b/pages/common/ani-cli.md @@ -7,7 +7,7 @@ `ani-cli "{{anime_name}}"` -- Download episode: +- Download an episode: `ani-cli {{[-d|--download]}} "{{anime_name}}"` diff --git a/pages/common/asciinema.md b/pages/common/asciinema.md index dfccbf9d3c..00bfb73cc9 100644 --- a/pages/common/asciinema.md +++ b/pages/common/asciinema.md @@ -8,11 +8,7 @@ `asciinema auth` -- Make a new recording (finish it with `` or type `exit`): - -`asciinema rec {{path/to/file.cast}}` - -- Make a new recording and save it to a local file: +- Make a new recording and save it to a local file (finish it with `` or type `exit`): `asciinema rec {{path/to/recording.cast}}` diff --git a/pages/common/autojump.md b/pages/common/autojump.md index 5d7691c7d2..415108e640 100644 --- a/pages/common/autojump.md +++ b/pages/common/autojump.md @@ -2,8 +2,13 @@ > Quickly jump among the directories you visit the most. > Aliases like j or jc are provided for even less typing. +> See also: `bashmarks`. > More information: . +- Add the autojump aliases to your shell: + +`source /usr/share/autojump/autojump.{{bash|fish|zsh}}` + - Jump to a directory that contains the given pattern: `j {{pattern}}` diff --git a/pages/common/bashmarks.md b/pages/common/bashmarks.md index 1817007808..f6450a6758 100644 --- a/pages/common/bashmarks.md +++ b/pages/common/bashmarks.md @@ -1,6 +1,7 @@ # bashmarks > Save and jump to commonly used directories using 1 character commands. +> See also: `autojump`. > More information: . - Add the bashmark aliases to your shell: diff --git a/pages/common/buku.md b/pages/common/buku.md index 22f2eed236..f56df09824 100644 --- a/pages/common/buku.md +++ b/pages/common/buku.md @@ -1,24 +1,24 @@ # buku > Command-line browser-independent bookmark manager. -> More information: . +> More information: . - Display all bookmarks matching "keyword" and with "privacy" tag: -`buku {{keyword}} --stag {{privacy}}` +`buku {{keyword}} {{[-t|--stag]}} {{privacy}}` - Add bookmark with tags "search engine" and "privacy": -`buku --add {{https://example.com}} {{search engine}}, {{privacy}}` +`buku {{[-a|--add]}} {{https://example.com}} {{search engine}}, {{privacy}}` - Delete a bookmark: -`buku --delete {{bookmark_id}}` +`buku {{[-d|--delete]}} {{bookmark_id}}` - Open editor to edit a bookmark: -`buku --write {{bookmark_id}}` +`buku {{[-w|--write]}} {{bookmark_id}}` - Remove "search engine" tag from a bookmark: -`buku --update {{bookmark_id}} --tag {{-}} {{search engine}}` +`buku {{[-u|--update]}} {{bookmark_id}} --tag - {{search engine}}` diff --git a/pages/common/chars.md b/pages/common/chars.md index 0d5b8e9a0f..1420acc13d 100644 --- a/pages/common/chars.md +++ b/pages/common/chars.md @@ -1,7 +1,7 @@ # chars > Display names and codes for various ASCII and Unicode characters and code points. -> More information: . +> More information: . - Look up a character by its value: diff --git a/pages/common/cronic.md b/pages/common/cronic.md index 0cfdabbb33..64a17bbffb 100644 --- a/pages/common/cronic.md +++ b/pages/common/cronic.md @@ -1,7 +1,7 @@ # cronic > Bash script for wrapping cron jobs to prevent excess email sending. -> More information: . +> More information: . - Call a command and display its output if it returns a non-zero exit code: diff --git a/pages/common/csvtool.md b/pages/common/csvtool.md index bba9069c9a..05f02d9789 100644 --- a/pages/common/csvtool.md +++ b/pages/common/csvtool.md @@ -5,20 +5,20 @@ - Extract the second column from a CSV file: -`csvtool --column {{2}} {{path/to/file.csv}}` +`csvtool {{[-c|--column]}} {{2}} {{path/to/file.csv}}` - Extract the second and fourth columns from a CSV file: -`csvtool --column {{2,4}} {{path/to/file.csv}}` +`csvtool {{[-c|--column]}} {{2,4}} {{path/to/file.csv}}` - Extract lines from a CSV file where the second column exactly matches 'Foo': -`csvtool --column {{2}} --search '{{^Foo$}}' {{path/to/file.csv}}` +`csvtool {{[-c|--column]}} {{2}} {{[-s|--search]}} '{{^Foo$}}' {{path/to/file.csv}}` - Extract lines from a CSV file where the second column starts with 'Bar': -`csvtool --column {{2}} --search '{{^Bar}}' {{path/to/file.csv}}` +`csvtool {{[-c|--column]}} {{2}} {{[-s|--search]}} '{{^Bar}}' {{path/to/file.csv}}` - Find lines in a CSV file where the second column ends with 'Baz' and then extract the third and sixth columns: -`csvtool --column {{2}} --search '{{Baz$}}' {{path/to/file.csv}} | csvtool --no-header --column {{3,6}}` +`csvtool {{[-c|--column]}} {{2}} {{[-s|--search]}} '{{Baz$}}' {{path/to/file.csv}} | csvtool {{[-e|--no-header]}} {{[-c|--column]}} {{3,6}}` diff --git a/pages/common/dirsearch.md b/pages/common/dirsearch.md index 1911f6c90e..1d20d2fb24 100644 --- a/pages/common/dirsearch.md +++ b/pages/common/dirsearch.md @@ -5,24 +5,24 @@ - Scan a web server for common paths with common extensions: -`dirsearch --url {{url}} --extensions-list` +`dirsearch {{[-u|--url]}} {{url}} --extensions-list` -- Scan a list of web servers for common paths with the `.php` extension: +- Scan a list of web servers for common paths with given file extensions: -`dirsearch --url-list {{path/to/url-list.txt}} --extensions {{php}}` +`dirsearch {{[-l|--url-list]}} {{path/to/url-list.txt}} {{[-e|--extensions]}} {{php,jsp,aspx,...}}` - Scan a web server for user-defined paths with common extensions: -`dirsearch --url {{url}} --extensions-list --wordlist {{path/to/url-paths.txt}}` +`dirsearch {{[-u|--url]}} {{url}} --extensions-list {{[-w|--wordlists]}} {{path/to/url-paths.txt,path/to/url-paths.txt,...}}` - Scan a web server using a cookie: -`dirsearch --url {{url}} --extensions {{php}} --cookie {{cookie}}` +`dirsearch {{[-u|--url]}} {{url}} {{[-e|--extensions]}} {{php}} --cookie {{cookie}}` - Scan a web server using the `HEAD` HTTP method: -`dirsearch --url {{url}} --extensions {{php}} --http-method {{HEAD}}` +`dirsearch {{[-u|--url]}} {{url}} {{[-e|--extensions]}} {{php}} {{[-m|--http-method]}} {{HEAD}}` - Scan a web server, saving the results to a `.json` file: -`dirsearch --url {{url}} --extensions {{php}} --json-report {{path/to/report.json}}` +`dirsearch {{[-u|--url]}} {{url}} {{[-e|--extensions]}} {{php}} --json-report {{path/to/report.json}}` diff --git a/pages/common/dokku.md b/pages/common/dokku.md index eac2bc44b0..caf23ed076 100644 --- a/pages/common/dokku.md +++ b/pages/common/dokku.md @@ -2,7 +2,7 @@ > Docker powered mini-Heroku (PaaS). > Easily deploy multiple apps to your server in different languages using a single `git-push` command. -> More information: . +> More information: . - List running apps: diff --git a/pages/common/drupal-check.md b/pages/common/drupal-check.md index 9cc1dde9e5..2a964460eb 100644 --- a/pages/common/drupal-check.md +++ b/pages/common/drupal-check.md @@ -1,7 +1,7 @@ # drupal-check > Check Drupal PHP code for deprecations. -> More information: . +> More information: . - Check the code in a specific directory for deprecations: @@ -9,7 +9,7 @@ - Check the code excluding a comma-separated list of directories: -`drupal-check --exclude-dir {{path/to/excluded_directory}},{{path/to/excluded_files/*.php}} {{path/to/directory}}` +`drupal-check {{[-e|--exclude-dir]}} {{path/to/excluded_directory}},{{path/to/excluded_files/*.php}} {{path/to/directory}}` - Don't show a progress bar: @@ -17,4 +17,4 @@ - Perform static analysis to detect bad coding practices: -`drupal-check --analysis {{path/to/directory}}` +`drupal-check {{[-a|--analysis]}} {{path/to/directory}}` diff --git a/pages/common/drush.md b/pages/common/drush.md index 2365444f37..567c39a9f5 100644 --- a/pages/common/drush.md +++ b/pages/common/drush.md @@ -1,7 +1,7 @@ # drush > A command-line shell and scripting interface for Drupal. -> More information: . +> More information: . - Enable module "foo": diff --git a/pages/common/dvc-commit.md b/pages/common/dvc-commit.md index c96d55b305..8fbe9e6aa1 100644 --- a/pages/common/dvc-commit.md +++ b/pages/common/dvc-commit.md @@ -13,4 +13,4 @@ - Recursively commit all DVC-tracked files in a directory: -`dvc commit --recursive {{path/to/directory}}` +`dvc commit {{[-R|--recursive]}} {{path/to/directory}}` diff --git a/pages/common/dvc-config.md b/pages/common/dvc-config.md index 324db251a2..03937650c4 100644 --- a/pages/common/dvc-config.md +++ b/pages/common/dvc-config.md @@ -14,7 +14,7 @@ - Unset the project's default remote: -`dvc config --unset core.remote` +`dvc config {{[-u|--unset]}} core.remote` - Get the configuration value for a specified key for the current project: @@ -26,7 +26,7 @@ - Unset a project level configuration value for a given key: -`dvc config --unset {{key}}` +`dvc config {{[-u|--unset]}} {{key}}` - Set a local, global, or system level configuration value: diff --git a/pages/common/dvc-destroy.md b/pages/common/dvc-destroy.md index f098c01f75..1615dc776b 100644 --- a/pages/common/dvc-destroy.md +++ b/pages/common/dvc-destroy.md @@ -9,4 +9,4 @@ - Force destroy the current project: -`dvc destroy --force` +`dvc destroy {{[-f|--force]}}` diff --git a/pages/common/dvc-fetch.md b/pages/common/dvc-fetch.md index bdf74ac604..524c544bb2 100644 --- a/pages/common/dvc-fetch.md +++ b/pages/common/dvc-fetch.md @@ -9,7 +9,7 @@ - Fetch changes from a specific remote upstream repository: -`dvc fetch --remote {{remote_name}}` +`dvc fetch {{[-r|--remote]}} {{remote_name}}` - Fetch the latest changes for a specific target/s: @@ -17,8 +17,8 @@ - Fetch changes for all branch and tags: -`dvc fetch --all-branches --all-tags` +`dvc fetch {{[-a|--all-branches]}} {{[-T|--all-tags]}}` - Fetch changes for all commits: -`dvc fetch --all-commits` +`dvc fetch {{[-A|--all-commits]}}` diff --git a/pages/common/dvc-gc.md b/pages/common/dvc-gc.md index e520842ce9..f388642971 100644 --- a/pages/common/dvc-gc.md +++ b/pages/common/dvc-gc.md @@ -5,16 +5,16 @@ - Garbage collect from the cache, keeping only versions referenced by the current workspace: -`dvc gc --workspace` +`dvc gc {{[-w|--workspace]}}` - Garbage collect from the cache, keeping only versions referenced by branch, tags, and commits: -`dvc gc --all-branches --all-tags --all-commits` +`dvc gc {{[-a|--all-branches]}} {{[-T|--all-tags]}} {{[-a|--all-commits]}}` - Garbage collect from the cache, including the default cloud remote storage (if set): -`dvc gc --all-commits --cloud` +`dvc gc {{[-a|--all-commits]}} {{[-c|--cloud]}}` - Garbage collect from the cache, including a specific cloud remote storage: -`dvc gc --all-commits --cloud --remote {{remote_name}}` +`dvc gc {{[-a|--all-commits]}} {{[-c|--cloud]}} {{[-r|--remote]}} {{remote_name}}` diff --git a/pages/common/dvc.md b/pages/common/dvc.md index c93b035b2a..f0145df5de 100644 --- a/pages/common/dvc.md +++ b/pages/common/dvc.md @@ -2,7 +2,7 @@ > Data Version Control: like `git` for data. > Some subcommands such as `commit` have their own usage documentation. -> More information: . +> More information: . - Execute a DVC subcommand: @@ -10,11 +10,11 @@ - Display general help: -`dvc --help` +`dvc {{[-h|--help]}}` - Display help about a specific subcommand: -`dvc {{subcommand}} --help` +`dvc {{subcommand}} {{[-h|--help]}}` - Display version: diff --git a/pages/common/env.md b/pages/common/env.md index c5faecf31c..0d04a47e5a 100644 --- a/pages/common/env.md +++ b/pages/common/env.md @@ -25,4 +25,4 @@ - Set one or more variables and run a program: -`env {{variable1}}={{value}} {{variable2}}={{value}} {{variable3}}={{value}} {{program}}` +`env {{variable1=value variable2=value variable3=value ...}} {{program}}` diff --git a/pages/common/flow.md b/pages/common/flow.md index 3c4caf41f5..1ec8ce783b 100644 --- a/pages/common/flow.md +++ b/pages/common/flow.md @@ -1,7 +1,7 @@ # flow > A static type checker for JavaScript. -> More information: . +> More information: . - Run a flow check: diff --git a/pages/common/git-fetch.md b/pages/common/git-fetch.md index 1ec53eb0a1..4d28031b75 100644 --- a/pages/common/git-fetch.md +++ b/pages/common/git-fetch.md @@ -17,8 +17,8 @@ - Also fetch tags from the remote upstream repository: -`git fetch --tags` +`git fetch {{[-t|--tags]}}` - Delete local references to remote branches that have been deleted upstream: -`git fetch --prune` +`git fetch {{[-p|--prune]}}` diff --git a/pages/common/git-replace.md b/pages/common/git-replace.md index 34749127e6..ccb909c20a 100644 --- a/pages/common/git-replace.md +++ b/pages/common/git-replace.md @@ -9,7 +9,7 @@ - Delete existing replace refs for the given objects: -`git replace --delete {{object}}` +`git replace {{[-d|--delete]}} {{object}}` - Edit an object’s content interactively: diff --git a/pages/common/git-show-ref.md b/pages/common/git-show-ref.md index a50bda49f8..88c6877453 100644 --- a/pages/common/git-show-ref.md +++ b/pages/common/git-show-ref.md @@ -9,7 +9,7 @@ - Show only heads references: -`git show-ref --heads` +`git show-ref --branches` - Show only tags references: diff --git a/pages/common/git-sizer.md b/pages/common/git-sizer.md index eb3c704679..6ca8a90cef 100644 --- a/pages/common/git-sizer.md +++ b/pages/common/git-sizer.md @@ -1,16 +1,16 @@ -# git sizer +# git-sizer > Computes various Git repository size metrics and alerts you to any that might cause problems or inconvenience. > More information: . - Report only statistics that have a level of concern greater than 0: -`git sizer` +`git-sizer` - Report all statistics: -`git sizer -v` +`git-sizer -v` - See additional options: -`git sizer -h` +`git-sizer -h` diff --git a/pages/common/gocryptfs.md b/pages/common/gocryptfs.md index 6d3a81c1a1..81c0b01f32 100644 --- a/pages/common/gocryptfs.md +++ b/pages/common/gocryptfs.md @@ -1,7 +1,7 @@ # gocryptfs > Encrypted overlay filesystem written in Go. -> More information: . +> More information: . - Initialize an encrypted filesystem: diff --git a/pages/common/grumphp.md b/pages/common/grumphp.md index 1bf720575e..cdd9d4bb34 100644 --- a/pages/common/grumphp.md +++ b/pages/common/grumphp.md @@ -1,7 +1,7 @@ # grumphp > A PHP Composer plugin that enables source code quality checks. -> More information: . +> More information: . - Register the Git hooks: diff --git a/pages/common/guacd.md b/pages/common/guacd.md index 2d0ed6090c..d7fd9bc94b 100644 --- a/pages/common/guacd.md +++ b/pages/common/guacd.md @@ -2,7 +2,7 @@ > Apache Guacamole proxy daemon. > Support loader for client plugins to interface between the Guacamole protocol and any arbitrary remote desktop protocol (e.g. RDP, VNC, Other). -> More information: . +> More information: . - Bind to a specific port on localhost: diff --git a/pages/common/gunicorn.md b/pages/common/gunicorn.md index 443f9d9171..2e1566fd5e 100644 --- a/pages/common/gunicorn.md +++ b/pages/common/gunicorn.md @@ -1,7 +1,7 @@ # gunicorn > Python WSGI HTTP Server. -> More information: . +> More information: . - Run Python web app: @@ -9,7 +9,7 @@ - Listen on port 8080 on localhost: -`gunicorn --bind {{localhost}}:{{8080}} {{import.path:app_object}}` +`gunicorn {{[-b|--bind]}} {{localhost}}:{{8080}} {{import.path:app_object}}` - Turn on live reload: @@ -17,7 +17,7 @@ - Use 4 worker processes for handling requests: -`gunicorn --workers {{4}} {{import.path:app_object}}` +`gunicorn {{[-w|--workers]}} {{4}} {{import.path:app_object}}` - Use 4 worker threads for handling requests: diff --git a/pages/common/hg-add.md b/pages/common/hg-add.md index 9de6377b34..86c8d4b62b 100644 --- a/pages/common/hg-add.md +++ b/pages/common/hg-add.md @@ -9,16 +9,16 @@ - Add all unstaged files matching a specified pattern: -`hg add --include {{pattern}}` +`hg add {{[-I|--include]}} {{pattern}}` - Add all unstaged files, excluding those that match a specified pattern: -`hg add --exclude {{pattern}}` +`hg add {{[-X|--exclude]}} {{pattern}}` - Recursively add sub-repositories: -`hg add --subrepos` +`hg add {{[-S|--subrepos]}}` - Perform a test-run without performing any actions: -`hg add --dry-run` +`hg add {{[-n|--dry-run]}}` diff --git a/pages/common/hg-commit.md b/pages/common/hg-commit.md index 9b727e8d35..067ca2382a 100644 --- a/pages/common/hg-commit.md +++ b/pages/common/hg-commit.md @@ -13,16 +13,16 @@ - Commit with a specific message: -`hg commit --message {{message}}` +`hg commit {{[-m|--message]}} {{message}}` - Commit all files matching a specified pattern: -`hg commit --include {{pattern}}` +`hg commit {{[-I|--include]}} {{pattern}}` - Commit all files, excluding those that match a specified pattern: -`hg commit --exclude {{pattern}}` +`hg commit {{[-X|--exclude]}} {{pattern}}` - Commit using the interactive mode: -`hg commit --interactive` +`hg commit {{[-i|--interactive]}}` diff --git a/pages/common/hg-log.md b/pages/common/hg-log.md index 9e3875ecb2..2eef4e4790 100644 --- a/pages/common/hg-log.md +++ b/pages/common/hg-log.md @@ -9,28 +9,28 @@ - Display the revision history with an ASCII graph: -`hg log --graph` +`hg log {{[-G|--graph]}}` - Display the revision history with file names matching a specified pattern: -`hg log --include {{pattern}}` +`hg log {{[-I|--include]}} {{pattern}}` - Display the revision history, excluding file names that match a specified pattern: -`hg log --exclude {{pattern}}` +`hg log {{[-X|--exclude]}} {{pattern}}` - Display the log information for a specific revision: -`hg log --rev {{revision}}` +`hg log {{[-r|--rev]}} {{revision}}` - Display the revision history for a specific branch: -`hg log --branch {{branch}}` +`hg log {{[-b|--branch]}} {{branch}}` - Display the revision history for a specific date: -`hg log --date {{date}}` +`hg log {{[-d|--date]}} {{date}}` - Display revisions committed by a specific user: -`hg log --user {{user}}` +`hg log {{[-u|--user]}} {{user}}` diff --git a/pages/common/hg-pull.md b/pages/common/hg-pull.md index 762c482694..1b87b189aa 100644 --- a/pages/common/hg-pull.md +++ b/pages/common/hg-pull.md @@ -13,20 +13,20 @@ - Update the local repository to the head of the remote: -`hg pull --update` +`hg pull {{[-u|--update]}}` - Pull changes even when the remote repository is unrelated: -`hg pull --force` +`hg pull {{[-f|--force]}}` - Specify a specific revision changeset to pull up to: -`hg pull --rev {{revision}}` +`hg pull {{[-r|--rev]}} {{revision}}` - Specify a specific branch to pull: -`hg pull --branch {{branch}}` +`hg pull {{[-b|--branch]}} {{branch}}` - Specify a specific bookmark to pull: -`hg pull --bookmark {{bookmark}}` +`hg pull {{[-B|--bookmark]}} {{bookmark}}` diff --git a/pages/common/hg-push.md b/pages/common/hg-push.md index 4296da65ef..b26b393771 100644 --- a/pages/common/hg-push.md +++ b/pages/common/hg-push.md @@ -17,12 +17,12 @@ - Specify a specific revision changeset to push: -`hg push --rev {{revision}}` +`hg push {{[-r|--rev]}} {{revision}}` - Specify a specific branch to push: -`hg push --branch {{branch}}` +`hg push {{[-b|--branch]}} {{branch}}` - Specify a specific bookmark to push: -`hg push --bookmark {{bookmark}}` +`hg push {{[-B|--bookmark]}} {{bookmark}}` diff --git a/pages/common/hg-remove.md b/pages/common/hg-remove.md index 032f233612..2c937f52bb 100644 --- a/pages/common/hg-remove.md +++ b/pages/common/hg-remove.md @@ -9,16 +9,16 @@ - Remove all staged files matching a specified pattern: -`hg remove --include {{pattern}}` +`hg remove {{[-I|--include]}} {{pattern}}` - Remove all staged files, excluding those that match a specified pattern: -`hg remove --exclude {{pattern}}` +`hg remove {{[-X|--exclude]}} {{pattern}}` - Recursively remove sub-repositories: -`hg remove --subrepos` +`hg remove {{[-S|--subrepos]}}` - Remove files from the repository that have been physically removed: -`hg remove --after` +`hg remove {{[-A|--after]}}` diff --git a/pages/common/hg-serve.md b/pages/common/hg-serve.md index 40020c52f9..508fc0dc66 100644 --- a/pages/common/hg-serve.md +++ b/pages/common/hg-serve.md @@ -9,15 +9,15 @@ - Start a web server instance on the specified port: -`hg serve --port {{port}}` +`hg serve {{[-p|--port]}} {{port}}` - Start a web server instance on the specified listening address: -`hg serve --address {{address}}` +`hg serve {{[-a|--address]}} {{address}}` - Start a web server instance with a specific identifier: -`hg serve --name {{name}}` +`hg serve {{[-n|--name]}} {{name}}` - Start a web server instance using the specified theme (see the templates directory): diff --git a/pages/common/hg-status.md b/pages/common/hg-status.md index a5e6373c7f..8f29d401da 100644 --- a/pages/common/hg-status.md +++ b/pages/common/hg-status.md @@ -9,19 +9,19 @@ - Display only modified files: -`hg status --modified` +`hg status {{[-m|--modified]}}` - Display only added files: -`hg status --added` +`hg status {{[-a|--added]}}` - Display only removed files: -`hg status --removed` +`hg status {{[-r|--removed]}}` - Display only deleted (but tracked) files: -`hg status --deleted` +`hg status {{[-d|--deleted]}}` - Display changes in the working directory compared to a specified changeset: @@ -29,8 +29,8 @@ - Display only files matching a specified glob pattern: -`hg status --include {{pattern}}` +`hg status {{[-I|--include]}} {{pattern}}` - Display files, excluding those that match a specified glob pattern: -`hg status --exclude {{pattern}}` +`hg status {{[-X|--exclude]}} {{pattern}}` diff --git a/pages/common/hg-update.md b/pages/common/hg-update.md index e0a4e9823c..723d351ed1 100644 --- a/pages/common/hg-update.md +++ b/pages/common/hg-update.md @@ -9,12 +9,12 @@ - Update to the specified revision: -`hg update --rev {{revision}}` +`hg update {{[-r|--rev]}} {{revision}}` - Update and discard uncommitted changes: -`hg update --clean` +`hg update {{[-C|--clean]}}` - Update to the last commit matching a specified date: -`hg update --date {{dd-mm-yyyy}}` +`hg update {{[-d|--date]}} {{dd-mm-yyyy}}` diff --git a/pages/common/hostapd.md b/pages/common/hostapd.md index f7c3d4fbe6..a3bbe7113a 100644 --- a/pages/common/hostapd.md +++ b/pages/common/hostapd.md @@ -1,7 +1,7 @@ # hostapd > Start an access point using a wireless interface. -> More information: . +> More information: . - Start an access point: diff --git a/pages/common/i3.md b/pages/common/i3.md new file mode 100644 index 0000000000..6f1f17fdfe --- /dev/null +++ b/pages/common/i3.md @@ -0,0 +1,32 @@ +# i3 + +> A tiling window manager for X11. +> More information: . + +- Start `i3` (Note that a pre-existing window manager must not be open when this command is run): + +`i3` + +- Open a new terminal window: + +`` + +- Move the focused window to a workspace: + +`` + +- Switch to a workspace: + +`` + +- Split the next window horizontally: + +`` + +- Split the next window vertically: + +`` + +- Open an application launcher: + +`` diff --git a/pages/common/impacket-mqtt_check.md b/pages/common/impacket-mqtt_check.md new file mode 100644 index 0000000000..3734c7488b --- /dev/null +++ b/pages/common/impacket-mqtt_check.md @@ -0,0 +1,7 @@ +# impacket-mqtt_check + +> This command is an alias of `mqtt_check.py`. + +- View documentation for the original command: + +`tldr mqtt_check.py` diff --git a/pages/common/info.md b/pages/common/info.md index 7770b49e21..0b43c2bb1b 100644 --- a/pages/common/info.md +++ b/pages/common/info.md @@ -1,7 +1,7 @@ # info -> Reads documentation stored in the info format. -> More information: . +> Read documentation stored in the info format. +> More information: . - Start reading top-level directory menu: diff --git a/pages/common/j.md b/pages/common/j.md new file mode 100644 index 0000000000..bf7eba1bb1 --- /dev/null +++ b/pages/common/j.md @@ -0,0 +1,7 @@ +# j + +> This command is an alias of `autojump`. + +- View documentation for the original command: + +`tldr autojump` diff --git a/pages/common/jc.json.md b/pages/common/jc.json.md new file mode 100644 index 0000000000..92c9aca58e --- /dev/null +++ b/pages/common/jc.json.md @@ -0,0 +1,20 @@ +# jc + +> Convert the output of multiple commands to JSON. +> More information: . + +- Convert command output to JSON via pipe: + +`{{ifconfig}} | jc {{--ifconfig}}` + +- Convert command output to JSON via magic syntax: + +`jc {{ifconfig}}` + +- Output pretty JSON via pipe: + +`{{ifconfig}} | jc {{--ifconfig}} {{[-p|--pretty]}}` + +- Output pretty JSON via magic syntax: + +`jc {{[-p|--pretty]}} {{ifconfig}}` diff --git a/pages/common/jc.md b/pages/common/jc.md index 92c9aca58e..11f186c7ec 100644 --- a/pages/common/jc.md +++ b/pages/common/jc.md @@ -1,20 +1,11 @@ # jc -> Convert the output of multiple commands to JSON. -> More information: . +> `jc` can refer to multiple commands with the same name. -- Convert command output to JSON via pipe: +- View documentation for the `JSON` serializer: -`{{ifconfig}} | jc {{--ifconfig}}` +`tldr jc.json` -- Convert command output to JSON via magic syntax: +- View documentation for the `autojump` alias: -`jc {{ifconfig}}` - -- Output pretty JSON via pipe: - -`{{ifconfig}} | jc {{--ifconfig}} {{[-p|--pretty]}}` - -- Output pretty JSON via magic syntax: - -`jc {{[-p|--pretty]}} {{ifconfig}}` +`tldr autojump` diff --git a/pages/common/jco.md b/pages/common/jco.md new file mode 100644 index 0000000000..cd9579d3fd --- /dev/null +++ b/pages/common/jco.md @@ -0,0 +1,7 @@ +# jco + +> This command is an alias of `autojump`. + +- View documentation for the original command: + +`tldr autojump` diff --git a/pages/common/jdupes.md b/pages/common/jdupes.md index 0253f69863..5fad076e4b 100644 --- a/pages/common/jdupes.md +++ b/pages/common/jdupes.md @@ -1,7 +1,7 @@ # jdupes > A powerful duplicate file finder and an enhanced fork of fdupes. -> More information: . +> More information: . - Search a single directory: @@ -25,4 +25,4 @@ - Search multiple directories and keep the directory order in result: -`jdupes -O {{directory1}} {{directory2}} {{directory3}}` +`jdupes -O {{directory1 directory2 directory3 ...}}` diff --git a/pages/common/jo.md b/pages/common/jo.md new file mode 100644 index 0000000000..b101e477ce --- /dev/null +++ b/pages/common/jo.md @@ -0,0 +1,7 @@ +# jo + +> This command is an alias of `autojump`. + +- View documentation for the original command: + +`tldr autojump` diff --git a/pages/common/jp2a.md b/pages/common/jp2a.md index 76a037fd75..215c077ab9 100644 --- a/pages/common/jp2a.md +++ b/pages/common/jp2a.md @@ -1,7 +1,7 @@ # jp2a > Convert JPEG images to ASCII. -> More information: . +> More information: . - Read JPEG image from a file and print in ASCII: diff --git a/pages/common/jupyter.md b/pages/common/jupyter.md index 917af51064..cd0e2a0362 100644 --- a/pages/common/jupyter.md +++ b/pages/common/jupyter.md @@ -2,7 +2,7 @@ > Web application to create and share documents that contain code, visualizations and notes. > Primarily used for data analysis, scientific computing and machine learning. -> More information: . +> More information: . - Start a Jupyter notebook server in the current directory: @@ -18,7 +18,7 @@ - Start a server on a specific port: -`jupyter notebook --port={{port}}` +`jupyter notebook --port {{port}}` - List currently running notebook servers: diff --git a/pages/common/lt.md b/pages/common/lt.md index c25b607c78..bfafc4299b 100644 --- a/pages/common/lt.md +++ b/pages/common/lt.md @@ -5,20 +5,20 @@ - Start tunnel from a specific port: -`lt --port {{8000}}` +`lt {{[-p|--port]}} {{8000}}` - Specify the upstream server doing the forwarding: -`lt --port {{8000}} --host {{host}}` +`lt {{[-p|--port]}} {{8000}} {{[-h|--host]}} {{host}}` - Request a specific subdomain: -`lt --port {{8000}} --subdomain {{subdomain}}` +`lt {{[-p|--port]}} {{8000}} {{[-s|--subdomain]}} {{subdomain}}` - Print basic request info: -`lt --port {{8000}} --print-requests` +`lt {{[-p|--port]}} {{8000}} --print-requests` - Open the tunnel URL in the default web browser: -`lt --port {{8000}} --open` +`lt {{[-p|--port]}} {{8000}} {{[-o|--open]}}` diff --git a/pages/common/makebuildserver.md b/pages/common/makebuildserver.md index 8b782656e4..024a12481e 100644 --- a/pages/common/makebuildserver.md +++ b/pages/common/makebuildserver.md @@ -9,4 +9,4 @@ - Force creating a fresh virtual machine: -`makebuildserver --clean` +`makebuildserver {{[-c|--clean]}}` diff --git a/pages/common/matlab.md b/pages/common/matlab.md index 16e3db647a..8be0a1bc60 100644 --- a/pages/common/matlab.md +++ b/pages/common/matlab.md @@ -1,7 +1,7 @@ # matlab > Numerical computation environment by MathWorks. -> More information: . +> More information: . - Run without splash screen during startup: diff --git a/pages/common/mdp.md b/pages/common/mdp.md index 08826f0cb3..71996449a9 100644 --- a/pages/common/mdp.md +++ b/pages/common/mdp.md @@ -1,7 +1,7 @@ # mdp > A command-line based tool to make presentations from Markdown files. -> More information: . +> More information: . - Launch a presentation in the terminal from a Markdown file: @@ -9,12 +9,12 @@ - Disable fading transitions: -`mdp --nofade {{presentation.md}}` +`mdp {{[-f|--nofade]}} {{presentation.md}}` - Invert font colors to use in terminals with light background: -`mdp --invert {{presentation.md}}` +`mdp {{[-i|--invert]}} {{presentation.md}}` - Disable transparency in transparent terminals: -`mdp --notrans {{presentation.md}}` +`mdp {{[-t|--notrans]}} {{presentation.md}}` diff --git a/pages/common/middleman.md b/pages/common/middleman.md index 19d7572a0a..9da735ee8b 100644 --- a/pages/common/middleman.md +++ b/pages/common/middleman.md @@ -1,7 +1,7 @@ # middleman > Static site generator written in Ruby. -> More information: . +> More information: . - Create a new Middleman project: diff --git a/pages/common/mmdc.md b/pages/common/mmdc.md index 2570629fb3..da9ef1de8f 100644 --- a/pages/common/mmdc.md +++ b/pages/common/mmdc.md @@ -6,12 +6,12 @@ - Convert a file to the specified format (automatically determined from the file extension): -`mmdc --input {{input.mmd}} --output {{output.svg}}` +`mmdc {{[-i|--input]}} {{input.mmd}} {{[-o|--output]}} {{output.svg}}` - Specify the theme of the chart: -`mmdc --input {{input.mmd}} --output {{output.svg}} --theme {{forest|dark|neutral|default}}` +`mmdc {{[-i|--input]}} {{input.mmd}} {{[-o|--output]}} {{output.svg}} {{[-t|--theme]}} {{forest|dark|neutral|default}}` - Specify the background color of the chart (e.g. `lime`, `"#D8064F"`, or `transparent`): -`mmdc --input {{input.mmd}} --output {{output.svg}} --backgroundColor {{color}}` +`mmdc {{[-i|--input]}} {{input.mmd}} {{[-o|--output]}} {{output.svg}} {{[-b|--backgroundColor]}} {{color}}` diff --git a/pages/common/mqtt_check.py.md b/pages/common/mqtt_check.py.md new file mode 100644 index 0000000000..4c37e179c1 --- /dev/null +++ b/pages/common/mqtt_check.py.md @@ -0,0 +1,29 @@ +# mqtt_check.py + +> Simple utility for testing and validating MQTT login credentials. +> Part of the Impacket suite. +> More information: . + +- Check MQTT login credentials for a target (MQTT broker's hostname): + +`mqtt_check.py {{domain}}/{{username}}:{{password}}@{{targetName}}` + +- Specify a custom client ID for authentication: + +`mqtt_check.py -client-id {{client_id}} {{domain}}/{{username}}:{{password}}@{{targetName}}` + +- Enable SSL for the connection: + +`mqtt_check.py -ssl {{domain}}/{{username}}:{{password}}@{{targetName}}` + +- Connect to a specific port (default is 1883): + +`mqtt_check.py -port {{port}} {{domain}}/{{username}}:{{password}}@{{targetName}}` + +- Enable debug output: + +`mqtt_check.py -debug {{domain}}/{{username}}:{{password}}@{{targetName}}` + +- Display help message: + +`mqtt_check.py --help` diff --git a/pages/common/nasm.md b/pages/common/nasm.md index 479dfba23e..74ebc8dde0 100644 --- a/pages/common/nasm.md +++ b/pages/common/nasm.md @@ -1,7 +1,7 @@ # nasm > The Netwide Assembler, a portable 80x86 assembler. -> More information: . +> More information: . - Assemble `source.asm` into a binary file `source`, in the (default) raw binary format: diff --git a/pages/common/nvidia-smi.md b/pages/common/nvidia-smi.md index ba004d01a1..0ab116db8f 100644 --- a/pages/common/nvidia-smi.md +++ b/pages/common/nvidia-smi.md @@ -9,7 +9,7 @@ - Display more detailed GPU information: -`nvidia-smi --query` +`nvidia-smi {{[-q|--query]}}` - Monitor overall GPU usage with 1-second update interval: diff --git a/pages/common/ocaml.md b/pages/common/ocaml.md index 871b7cfc71..ed7940cd61 100644 --- a/pages/common/ocaml.md +++ b/pages/common/ocaml.md @@ -2,7 +2,7 @@ > The OCaml repl (read-evaluate-print-loop). > Interprets Ocaml commands. -> More information: . +> More information: . - Read OCaml commands from the user and execute them: diff --git a/pages/common/ocamlc.md b/pages/common/ocamlc.md index 295fb488c7..892013c317 100644 --- a/pages/common/ocamlc.md +++ b/pages/common/ocamlc.md @@ -2,7 +2,7 @@ > The OCaml bytecode compiler. > Produces executables runnable by the OCaml interpreter. -> More information: . +> More information: . - Create a binary from a source file: diff --git a/pages/common/ocamlfind.md b/pages/common/ocamlfind.md index cfad68ac0e..1c4619e0f8 100644 --- a/pages/common/ocamlfind.md +++ b/pages/common/ocamlfind.md @@ -2,7 +2,7 @@ > The findlib package manager for OCaml. > Simplifies linking executables with external libraries. -> More information: . +> More information: . - Compile a source file to a native binary and link with packages: diff --git a/pages/common/ocamlopt.md b/pages/common/ocamlopt.md index 138bb74782..c99575a653 100644 --- a/pages/common/ocamlopt.md +++ b/pages/common/ocamlopt.md @@ -2,7 +2,7 @@ > The OCaml native code compiler. > Produces native executables, e.g. ELF on Linux. -> More information: . +> More information: . - Compile a source file: diff --git a/pages/common/pageres.md b/pages/common/pageres.md index 5cc803fef6..11466c309e 100644 --- a/pages/common/pageres.md +++ b/pages/common/pageres.md @@ -9,7 +9,7 @@ - Provide specific options for a URL, overriding global options: -`pageres [{{https://example.com/}} {{1366x768}} --no-crop] [{{https://example2.com/}} {{1024x768}}] --crop` +`pageres [{{https://example.com/}} {{1366x768}} --no-crop] [{{https://example2.com/}} {{1024x768}}] {{[-c|--crop]}}` - Provide a custom filename template: diff --git a/pages/common/pamixer.md b/pages/common/pamixer.md index 56149ab1d9..564ccc28bf 100644 --- a/pages/common/pamixer.md +++ b/pages/common/pamixer.md @@ -1,7 +1,7 @@ # pamixer > A simple command-line mixer for PulseAudio. -> More information: . +> More information: . - List all sinks and sources with their corresponding IDs: @@ -17,11 +17,11 @@ - Increase the volume on default sink by 5%: -`pamixer --increase {{5}}` +`pamixer {{[-i|--increase]}} {{5}}` - Decrease the volume on a source by 5%: -`pamixer --decrease {{5}} --source {{ID}}` +`pamixer {{[-d|--decrease]}} {{5}} --source {{ID}}` - Use the allow boost option to increase, decrease, or set the volume above 100%: @@ -29,4 +29,4 @@ - Mute the default sink (use `--unmute` instead to unmute): -`pamixer --mute` +`pamixer {{[-m|--mute]}}` diff --git a/pages/common/pass-otp.md b/pages/common/pass-otp.md index 4baf4bd08d..f86bb50212 100644 --- a/pages/common/pass-otp.md +++ b/pages/common/pass-otp.md @@ -1,7 +1,7 @@ # pass otp > A pass extension for managing one-time-password (OTP) tokens. -> More information: . +> More information: . - Prompt for an otpauth URI token and create a new pass file: @@ -17,12 +17,12 @@ - Copy and don't print a 2FA code using the OTP token in a pass file: -`pass otp --clip {{path/to/pass}}` +`pass otp {{[-c|--clip]}} {{path/to/pass}}` - Display a QR code using the OTP token stored in a pass file: -`pass otp uri --qrcode {{path/to/pass}}` +`pass otp uri {{[-q|--qrcode]}} {{path/to/pass}}` - Prompt for an OTP secret value specifying issuer and account (at least one must be specified) and append to existing pass file: -`pass otp append --secret --issuer {{issuer_name}} --account {{account_name}} {{path/to/pass}}` +`pass otp append {{[-s|--secret]}} {{[-i|--issuer]}} {{issuer_name}} {{[-a|--account]}} {{account_name}} {{path/to/pass}}` diff --git a/pages/common/pdftk.md b/pages/common/pdftk.md index c5b6ee3bd6..0fa0bd1937 100644 --- a/pages/common/pdftk.md +++ b/pages/common/pdftk.md @@ -1,7 +1,7 @@ # pdftk > PDF toolkit. -> More information: . +> More information: . - Extract pages 1-3, 5 and 6-10 from a PDF file and save them as another one: diff --git a/pages/common/qmv.md b/pages/common/qmv.md index 8d8e8faaf3..27795b09dc 100644 --- a/pages/common/qmv.md +++ b/pages/common/qmv.md @@ -13,7 +13,7 @@ - Move multiple directories: -`qmv {{[-d|--directory]}} {{path/to/directory1}} {{path/to/directory2}} {{path/to/directory3}}` +`qmv {{[-d|--directory]}} {{path/to/directory1 path/to/directory2 path/to/directory3 ...}}` - Move all files and directories inside a directory: diff --git a/pages/common/qr.md b/pages/common/qr.md index 0ebc9aaec3..804729702c 100644 --- a/pages/common/qr.md +++ b/pages/common/qr.md @@ -1,7 +1,7 @@ # qr > Generate QR codes in the terminal with ANSI VT-100 escape codes. -> More information: . +> More information: . - Generate a QR code: diff --git a/pages/common/r2e.md b/pages/common/r2e.md index 0400f18226..098e26e9e8 100644 --- a/pages/common/r2e.md +++ b/pages/common/r2e.md @@ -2,7 +2,7 @@ > Forwards RSS feeds to an email address. > Requires a configured `sendmail` or smtp setup. -> More information: . +> More information: . - Create a new feed database that sends email to an email address: diff --git a/pages/common/rar.md b/pages/common/rar.md index ed333ce4df..566e4bd613 100644 --- a/pages/common/rar.md +++ b/pages/common/rar.md @@ -5,7 +5,7 @@ - Archive 1 or more files: -`rar a {{path/to/archive_name.rar}} {{path/to/file1}} {{path/to/file2}} {{path/to/file3}}` +`rar a {{path/to/archive_name.rar}} {{path/to/file1 path/to/file2 path/to/file3 ...}}` - Archive a directory: diff --git a/pages/common/reflac.md b/pages/common/reflac.md index ed014d02ff..ac46d3cbd6 100644 --- a/pages/common/reflac.md +++ b/pages/common/reflac.md @@ -9,15 +9,15 @@ - Enable maximum compression (very slow): -`reflac --best {{path/to/directory}}` +`reflac {{[-8|--best]}} {{path/to/directory}}` - Display filenames as they are processed: -`reflac --verbose {{path/to/directory}}` +`reflac {{[-v|--verbose]}} {{path/to/directory}}` - Recurse into subdirectories: -`reflac --recursive {{path/to/directory}}` +`reflac {{[-r|--recursive]}} {{path/to/directory}}` - Preserve file modification times: diff --git a/pages/common/robo.md b/pages/common/robo.md index cbe5a69399..dc12ed76c4 100644 --- a/pages/common/robo.md +++ b/pages/common/robo.md @@ -1,7 +1,7 @@ # robo > PHP task runner. -> More information: . +> More information: . - List available commands: diff --git a/pages/common/sequelize.md b/pages/common/sequelize.md index 2777250807..5d5fd0db52 100644 --- a/pages/common/sequelize.md +++ b/pages/common/sequelize.md @@ -1,7 +1,7 @@ # sequelize > Promise-based Node.js ORM for Postgres, MySQL, MariaDB, SQLite and Microsoft SQL Server. -> More information: . +> More information: . - Create a model with 3 fields and a migration file: diff --git a/pages/common/shiori.md b/pages/common/shiori.md index b5dc3af00e..78de5fbbc5 100644 --- a/pages/common/shiori.md +++ b/pages/common/shiori.md @@ -1,7 +1,7 @@ # shiori > Simple bookmark manager built with Go. -> More information: . +> More information: . - Import bookmarks from HTML Netscape bookmark format file: diff --git a/pages/common/sqlmap.md b/pages/common/sqlmap.md index 7f2ade855f..3edb575df2 100644 --- a/pages/common/sqlmap.md +++ b/pages/common/sqlmap.md @@ -5,20 +5,20 @@ - Run sqlmap against a single target URL: -`python sqlmap.py {{[-u|--url]}} "{{http://www.target.com/vuln.php?id=1}}"` +`python sqlmap.py {{[-u|--url]}} "{{http://www.example.com/vuln.php?id=1}}"` - Send data in a POST request (`--data` implies POST request): -`python sqlmap.py {{[-u|--url]}} "{{http://www.target.com/vuln.php}}" --data="{{id=1}}"` +`python sqlmap.py {{[-u|--url]}} "{{http://www.example.com/vuln.php}}" --data="{{id=1}}"` - Change the parameter delimiter (& is the default): -`python sqlmap.py {{[-u|--url]}} "{{http://www.target.com/vuln.php}}" --data="{{query=foobar;id=1}}" --param-del="{{;}}"` +`python sqlmap.py {{[-u|--url]}} "{{http://www.example.com/vuln.php}}" --data="{{query=foobar;id=1}}" --param-del="{{;}}"` - Select a random `User-Agent` from `./txt/user-agents.txt` and use it: -`python sqlmap.py {{[-u|--url]}} "{{http://www.target.com/vuln.php}}" --random-agent` +`python sqlmap.py {{[-u|--url]}} "{{http://www.example.com/vuln.php}}" --random-agent` - Provide user credentials for HTTP protocol authentication: -`python sqlmap.py {{[-u|--url]}} "{{http://www.target.com/vuln.php}}" --auth-type {{Basic}} --auth-cred "{{testuser:testpass}}"` +`python sqlmap.py {{[-u|--url]}} "{{http://www.example.com/vuln.php}}" --auth-type {{Basic}} --auth-cred "{{testuser:testpass}}"` diff --git a/pages/common/stty.md b/pages/common/stty.md index fc415405e7..3ecdcf3122 100644 --- a/pages/common/stty.md +++ b/pages/common/stty.md @@ -3,6 +3,10 @@ > Set options for a terminal device interface. > More information: . +- Display current terminal size: + +`stty size` + - Display all settings for the current terminal: `stty {{[-a|--all]}}` diff --git a/pages/common/sway.md b/pages/common/sway.md new file mode 100644 index 0000000000..d7b2fa80b3 --- /dev/null +++ b/pages/common/sway.md @@ -0,0 +1,13 @@ +# sway + +> A tiling Wayland compositor. +> It uses the same config format as `i3`, with some Wayland-specific additions. +> More information: . + +- Start `sway`: + +`sway` + +- View documentation for `i3` (`sway` uses the same default keybindings): + +`tldr i3` diff --git a/pages/common/symfony.md b/pages/common/symfony.md index 04322ae926..c9060842e6 100644 --- a/pages/common/symfony.md +++ b/pages/common/symfony.md @@ -1,7 +1,7 @@ # symfony > The console component for the Symfony framework. -> More information: . +> More information: . - Create a new Symfony project: diff --git a/pages/common/terraform.md b/pages/common/terraform.md index 3cefa09d56..782f1fdcf0 100644 --- a/pages/common/terraform.md +++ b/pages/common/terraform.md @@ -1,7 +1,7 @@ # terraform > Create and deploy infrastructure as code to cloud providers. -> More information: . +> More information: . - Initialize a new or existing Terraform configuration: diff --git a/pages/common/thunderbird.md b/pages/common/thunderbird.md index b5ad280153..d4a91f294e 100644 --- a/pages/common/thunderbird.md +++ b/pages/common/thunderbird.md @@ -1,7 +1,7 @@ # thunderbird > Email client and RSS reader. -> More information: . +> More information: . - Open thunderbird: diff --git a/pages/common/tmpmail.md b/pages/common/tmpmail.md index c92352e300..3d0bb03a1b 100644 --- a/pages/common/tmpmail.md +++ b/pages/common/tmpmail.md @@ -1,11 +1,11 @@ # tmpmail > A temporary email right from your terminal written in POSIX sh. -> More information: . +> More information: . - Create a temporary inbox: -`tmpmail --generate` +`tmpmail {{[-g|--generate]}}` - List messages and their numeric ID: @@ -13,7 +13,7 @@ - Display the most recent received email: -`tmpmail --recent` +`tmpmail {{[-r|--recent]}}` - Open a specific message: @@ -21,8 +21,8 @@ - View email as raw text without HTML tags: -`tmpmail --text` +`tmpmail {{[-t|--text]}}` - Open email with a specific browser (default is w3m): -`tmpmail --browser {{browser}}` +`tmpmail {{[-b|--browser]}} {{browser}}` diff --git a/pages/common/vue-build.md b/pages/common/vue-build.md index a821281233..934c8a33d4 100644 --- a/pages/common/vue-build.md +++ b/pages/common/vue-build.md @@ -1,7 +1,7 @@ # vue build > A subcommand provided by `@vue/cli` and `@vue/cli-service-global` that enables quick prototyping. -> More information: . +> More information: . - Build a `.js` or `.vue` file in production mode with zero config: diff --git a/pages/common/vue-serve.md b/pages/common/vue-serve.md index c3282ef0e2..fa8070d798 100644 --- a/pages/common/vue-serve.md +++ b/pages/common/vue-serve.md @@ -1,7 +1,7 @@ # vue serve > A subcommand provided by `@vue/cli` and `@vue/cli-service-global` that enables quick prototyping. -> More information: . +> More information: . - Serve a `.js` or `.vue` file in development mode with zero config: diff --git a/pages/common/vue.md b/pages/common/vue.md index 3ba7b052cf..f7be362111 100644 --- a/pages/common/vue.md +++ b/pages/common/vue.md @@ -2,7 +2,7 @@ > Multi-purpose CLI for Vue.js. > Some subcommands such as `build` have their own usage documentation. -> More information: . +> More information: . - Create a new Vue project interactively: diff --git a/pages/common/xmlto.md b/pages/common/xmlto.md index 834e8573a8..751315ea73 100644 --- a/pages/common/xmlto.md +++ b/pages/common/xmlto.md @@ -1,15 +1,15 @@ # xmlto > Apply an XSL stylesheet to an XML document. -> More information: . +> More information: . - Convert a DocBook XML document to PDF format: -`xmlto {{pdf}} {{document.xml}}` +`xmlto pdf {{document.xml}}` - Convert a DocBook XML document to HTML format and store the resulting files in a separate directory: -`xmlto -o {{path/to/html_files}} {{html}} {{document.xml}}` +`xmlto -o {{path/to/html_files}} html {{document.xml}}` - Convert a DocBook XML document to a single HTML file: diff --git a/pages/common/zopflipng.md b/pages/common/zopflipng.md index 0f535b8be7..3a165eb4f6 100644 --- a/pages/common/zopflipng.md +++ b/pages/common/zopflipng.md @@ -9,4 +9,4 @@ - Optimize several PNGs and save with given prefix: -`zopflipng --prefix={{prefix}} {{image1.png}} {{image2.png}} {{image3.png}}` +`zopflipng --prefix={{prefix}} {{image1.png image2.png image3.png ...}}` diff --git a/pages/common/{.md b/pages/common/{.md index ea75bf4fe0..db7da72f9f 100644 --- a/pages/common/{.md +++ b/pages/common/{.md @@ -31,6 +31,6 @@ `echo ${!variable}` -- Capitalize all the characters: +- Group command output together: -`echo ${variable^^}` +`{ {{command1; command2; ...}} } | {{another_command}}` diff --git a/pages/linux/i3.md b/pages/linux/i3.md deleted file mode 100644 index b2ab5fef09..0000000000 --- a/pages/linux/i3.md +++ /dev/null @@ -1,32 +0,0 @@ -# i3 - -> A dynamic tiling window manager. -> More information: . - -- Start i3 (Note that a pre-existing window manager must not be open when this command is run): - -`i3` - -- Open a new terminal window: - -`` - -- Create a new workspace: - -`` - -- Switch to a workspace: - -`` - -- Open new window horizontally: - -`` - -- Open new window vertically: - -`` - -- Open application (type out application name after executing command): - -`` diff --git a/pages/linux/netselect.md b/pages/linux/netselect.md index 83b39431c5..2f9b4a741e 100644 --- a/pages/linux/netselect.md +++ b/pages/linux/netselect.md @@ -5,19 +5,19 @@ - Choose the server with the lowest latency: -`sudo netselect {{host_1}} {{host_2}}` +`sudo netselect {{host_1 host_2 ...}}` - Display nameserver resolution and statistics: -`sudo netselect -vv {{host_1}} {{host_2}}` +`sudo netselect -vv {{host_1 host_2 ...}}` - Define maximum TTL (time to live): -`sudo netselect -m {{10}} {{host_1}} {{host_2}}` +`sudo netselect -m {{10}} {{host_1 host_2 ...}}` - Print `n` fastest servers among the hosts: -`sudo netselect -s {{n}} {{host_1}} {{host_2}} {{host_3}}` +`sudo netselect -s {{n}} {{host_1 host_2 host_3 ...}}` - Display help: diff --git a/pages/netbsd/chpass.md b/pages/netbsd/chpass.md index 05a13a0b39..c088d88783 100644 --- a/pages/netbsd/chpass.md +++ b/pages/netbsd/chpass.md @@ -14,7 +14,7 @@ - Set a login [s]hell for a specific user: -`chpass chsh -s {{path/to/shell}} {{username}}` +`chpass -s {{path/to/shell}} {{username}}` - Specify a user database entry in the `passwd` file format: diff --git a/pages/openbsd/chpass.md b/pages/openbsd/chpass.md index 18215fdd1a..28e4c1a1bb 100644 --- a/pages/openbsd/chpass.md +++ b/pages/openbsd/chpass.md @@ -6,16 +6,16 @@ - Set a specific login shell for the current user interactively: -`doas chsh` +`doas chpass` - Set a specific login [s]hell for the current user: -`doas chsh -s {{path/to/shell}}` +`doas chpass -s {{path/to/shell}}` - Set a login [s]hell for a specific user: -`doas chsh -s {{path/to/shell}} {{username}}` +`doas chpass -s {{path/to/shell}} {{username}}` - Specify a user database entry in the `passwd` file format: -`doas chsh -a {{username:encrypted_password:uid:gid:...}}` +`doas chpass -a {{username:encrypted_password:uid:gid:...}}` diff --git a/pages/osx/g[.md b/pages/osx/g[.md index c6abc75be4..4395a692f6 100644 --- a/pages/osx/g[.md +++ b/pages/osx/g[.md @@ -4,4 +4,4 @@ - View documentation for the original command: -`tldr {{[-p|--platform]}} linux [` +`tldr [` diff --git a/pages/osx/gb2sum.md b/pages/osx/gb2sum.md index b2c9af16bd..7f8fcbeb4d 100644 --- a/pages/osx/gb2sum.md +++ b/pages/osx/gb2sum.md @@ -4,4 +4,4 @@ - View documentation for the original command: -`tldr {{[-p|--platform]}} linux b2sum` +`tldr b2sum` diff --git a/pages/osx/gbase32.md b/pages/osx/gbase32.md index a7b6309bb2..40d3e124c0 100644 --- a/pages/osx/gbase32.md +++ b/pages/osx/gbase32.md @@ -4,4 +4,4 @@ - View documentation for the original command: -`tldr {{[-p|--platform]}} linux base32` +`tldr base32` diff --git a/pages/osx/gbase64.md b/pages/osx/gbase64.md index 152bfab459..4a51f80048 100644 --- a/pages/osx/gbase64.md +++ b/pages/osx/gbase64.md @@ -4,4 +4,4 @@ - View documentation for the original command: -`tldr {{[-p|--platform]}} linux base64` +`tldr {{[-p|--platform]}} common base64` diff --git a/pages/osx/gbasename.md b/pages/osx/gbasename.md index 7f88fd3dd0..05a81bd4f1 100644 --- a/pages/osx/gbasename.md +++ b/pages/osx/gbasename.md @@ -4,4 +4,4 @@ - View documentation for the original command: -`tldr {{[-p|--platform]}} linux basename` +`tldr basename` diff --git a/pages/osx/gbasenc.md b/pages/osx/gbasenc.md index c65d0d7bac..a4ae6e0daa 100644 --- a/pages/osx/gbasenc.md +++ b/pages/osx/gbasenc.md @@ -4,4 +4,4 @@ - View documentation for the original command: -`tldr {{[-p|--platform]}} linux basenc` +`tldr basenc` diff --git a/pages/osx/gchgrp.md b/pages/osx/gchgrp.md index 7e94cc1011..ee98a4030f 100644 --- a/pages/osx/gchgrp.md +++ b/pages/osx/gchgrp.md @@ -4,4 +4,4 @@ - View documentation for the original command: -`tldr {{[-p|--platform]}} linux chgrp` +`tldr chgrp` diff --git a/pages/osx/gchmod.md b/pages/osx/gchmod.md index 875366e1aa..e74597348a 100644 --- a/pages/osx/gchmod.md +++ b/pages/osx/gchmod.md @@ -4,4 +4,4 @@ - View documentation for the original command: -`tldr {{[-p|--platform]}} linux chmod` +`tldr chmod` diff --git a/pages/osx/gchown.md b/pages/osx/gchown.md index d9d59f8465..0b43fffaa0 100644 --- a/pages/osx/gchown.md +++ b/pages/osx/gchown.md @@ -4,4 +4,4 @@ - View documentation for the original command: -`tldr {{[-p|--platform]}} linux chown` +`tldr chown` diff --git a/pages/osx/gchroot.md b/pages/osx/gchroot.md index 15fc62fbfc..82de351b17 100644 --- a/pages/osx/gchroot.md +++ b/pages/osx/gchroot.md @@ -4,4 +4,4 @@ - View documentation for the original command: -`tldr {{[-p|--platform]}} linux chroot` +`tldr chroot` diff --git a/pages/osx/gcksum.md b/pages/osx/gcksum.md index 53b2038a02..1cb9520ac9 100644 --- a/pages/osx/gcksum.md +++ b/pages/osx/gcksum.md @@ -4,4 +4,4 @@ - View documentation for the original command: -`tldr {{[-p|--platform]}} linux cksum` +`tldr cksum` diff --git a/pages/osx/gcomm.md b/pages/osx/gcomm.md index a4bf442045..80962058df 100644 --- a/pages/osx/gcomm.md +++ b/pages/osx/gcomm.md @@ -4,4 +4,4 @@ - View documentation for the original command: -`tldr {{[-p|--platform]}} linux comm` +`tldr comm` diff --git a/pages/osx/gcp.md b/pages/osx/gcp.md index 59f0b7964f..f0a1790445 100644 --- a/pages/osx/gcp.md +++ b/pages/osx/gcp.md @@ -4,4 +4,4 @@ - View documentation for the original command: -`tldr {{[-p|--platform]}} linux cp` +`tldr cp` diff --git a/pages/osx/gcut.md b/pages/osx/gcut.md index da3ce92199..dbe68b7d02 100644 --- a/pages/osx/gcut.md +++ b/pages/osx/gcut.md @@ -4,4 +4,4 @@ - View documentation for the original command: -`tldr {{[-p|--platform]}} linux cut` +`tldr {{[-p|--platform]}} common cut` diff --git a/pages/osx/gdate.md b/pages/osx/gdate.md index 0593d997fe..fd6e9b9ad0 100644 --- a/pages/osx/gdate.md +++ b/pages/osx/gdate.md @@ -4,4 +4,4 @@ - View documentation for the original command: -`tldr {{[-p|--platform]}} linux date` +`tldr {{[-p|--platform]}} common date` diff --git a/pages/osx/gdircolors.md b/pages/osx/gdircolors.md index 670c5aa9fc..a0974b18c8 100644 --- a/pages/osx/gdircolors.md +++ b/pages/osx/gdircolors.md @@ -4,4 +4,4 @@ - View documentation for the original command: -`tldr {{[-p|--platform]}} linux dircolors` +`tldr dircolors` diff --git a/pages/osx/gdirname.md b/pages/osx/gdirname.md index b385a93f43..c197f22153 100644 --- a/pages/osx/gdirname.md +++ b/pages/osx/gdirname.md @@ -4,4 +4,4 @@ - View documentation for the original command: -`tldr {{[-p|--platform]}} linux dirname` +`tldr dirname` diff --git a/pages/osx/gecho.md b/pages/osx/gecho.md index 49ef0a0bc6..f4dfbdd09d 100644 --- a/pages/osx/gecho.md +++ b/pages/osx/gecho.md @@ -4,4 +4,4 @@ - View documentation for the original command: -`tldr {{[-p|--platform]}} linux echo` +`tldr echo` diff --git a/pages/osx/ged.md b/pages/osx/ged.md index d6b752bc02..413d1221e5 100644 --- a/pages/osx/ged.md +++ b/pages/osx/ged.md @@ -4,4 +4,4 @@ - View documentation for the original command: -`tldr {{[-p|--platform]}} linux ed` +`tldr ed` diff --git a/pages/osx/gegrep.md b/pages/osx/gegrep.md index 275b795be1..9d7795fd4d 100644 --- a/pages/osx/gegrep.md +++ b/pages/osx/gegrep.md @@ -4,4 +4,4 @@ - View documentation for the original command: -`tldr {{[-p|--platform]}} linux egrep` +`tldr egrep` diff --git a/pages/osx/genv.md b/pages/osx/genv.md index 8c6af929af..04c49ac5e3 100644 --- a/pages/osx/genv.md +++ b/pages/osx/genv.md @@ -4,4 +4,4 @@ - View documentation for the original command: -`tldr {{[-p|--platform]}} linux env` +`tldr env` diff --git a/pages/osx/gexpand.md b/pages/osx/gexpand.md index 75f4e590ad..c5decbfc5f 100644 --- a/pages/osx/gexpand.md +++ b/pages/osx/gexpand.md @@ -4,4 +4,4 @@ - View documentation for the original command: -`tldr {{[-p|--platform]}} linux expand` +`tldr expand` diff --git a/pages/osx/gexpr.md b/pages/osx/gexpr.md index e62aed6674..bdb7f98400 100644 --- a/pages/osx/gexpr.md +++ b/pages/osx/gexpr.md @@ -4,4 +4,4 @@ - View documentation for the original command: -`tldr {{[-p|--platform]}} linux expr` +`tldr expr` diff --git a/pages/osx/gfactor.md b/pages/osx/gfactor.md index 7b5dd0d748..43ff4e2528 100644 --- a/pages/osx/gfactor.md +++ b/pages/osx/gfactor.md @@ -4,4 +4,4 @@ - View documentation for the original command: -`tldr {{[-p|--platform]}} linux factor` +`tldr factor` diff --git a/pages/osx/gfalse.md b/pages/osx/gfalse.md index 79f39c59e1..5c5f330df0 100644 --- a/pages/osx/gfalse.md +++ b/pages/osx/gfalse.md @@ -4,4 +4,4 @@ - View documentation for the original command: -`tldr {{[-p|--platform]}} linux false` +`tldr false` diff --git a/pages/osx/gfgrep.md b/pages/osx/gfgrep.md index 7280949b10..9e08aef84e 100644 --- a/pages/osx/gfgrep.md +++ b/pages/osx/gfgrep.md @@ -4,4 +4,4 @@ - View documentation for the original command: -`tldr {{[-p|--platform]}} linux fgrep` +`tldr fgrep` diff --git a/pages/osx/gfind.md b/pages/osx/gfind.md index e23467d3cb..78b47bfb55 100644 --- a/pages/osx/gfind.md +++ b/pages/osx/gfind.md @@ -4,4 +4,4 @@ - View documentation for the original command: -`tldr {{[-p|--platform]}} linux find` +`tldr find` diff --git a/pages/osx/gfmt.md b/pages/osx/gfmt.md index a3691515ed..84dd1c37f5 100644 --- a/pages/osx/gfmt.md +++ b/pages/osx/gfmt.md @@ -4,4 +4,4 @@ - View documentation for the original command: -`tldr {{[-p|--platform]}} linux fmt` +`tldr fmt` diff --git a/pages/osx/gftp.md b/pages/osx/gftp.md index a6e623a9c3..cd75d48400 100644 --- a/pages/osx/gftp.md +++ b/pages/osx/gftp.md @@ -4,4 +4,4 @@ - View documentation for the original command: -`tldr {{[-p|--platform]}} linux ftp` +`tldr ftp` diff --git a/pages/osx/ggrep.md b/pages/osx/ggrep.md index c839ca6afe..daa3822166 100644 --- a/pages/osx/ggrep.md +++ b/pages/osx/ggrep.md @@ -4,4 +4,4 @@ - View documentation for the original command: -`tldr {{[-p|--platform]}} linux grep` +`tldr grep` diff --git a/pages/osx/ggroups.md b/pages/osx/ggroups.md index 6007535b28..680a3cdebe 100644 --- a/pages/osx/ggroups.md +++ b/pages/osx/ggroups.md @@ -4,4 +4,4 @@ - View documentation for the original command: -`tldr {{[-p|--platform]}} linux groups` +`tldr groups` diff --git a/pages/osx/ghostid.md b/pages/osx/ghostid.md index 81a8feb416..c4fd11f623 100644 --- a/pages/osx/ghostid.md +++ b/pages/osx/ghostid.md @@ -4,4 +4,4 @@ - View documentation for the original command: -`tldr {{[-p|--platform]}} linux hostid` +`tldr hostid` diff --git a/pages/osx/ghostname.md b/pages/osx/ghostname.md index 5b7ef3091c..8c7f6e6fdf 100644 --- a/pages/osx/ghostname.md +++ b/pages/osx/ghostname.md @@ -4,4 +4,4 @@ - View documentation for the original command: -`tldr {{[-p|--platform]}} linux hostname` +`tldr hostname` diff --git a/pages/osx/gid.md b/pages/osx/gid.md index 19cf08735e..d3863502e7 100644 --- a/pages/osx/gid.md +++ b/pages/osx/gid.md @@ -4,4 +4,4 @@ - View documentation for the original command: -`tldr {{[-p|--platform]}} linux id` +`tldr id` diff --git a/pages/osx/gifconfig.md b/pages/osx/gifconfig.md index 38b4b8fd5b..48441d58e3 100644 --- a/pages/osx/gifconfig.md +++ b/pages/osx/gifconfig.md @@ -4,4 +4,4 @@ - View documentation for the original command: -`tldr {{[-p|--platform]}} linux ifconfig` +`tldr ifconfig` diff --git a/pages/osx/gindent.md b/pages/osx/gindent.md index f5f09d97a7..f44d1f9751 100644 --- a/pages/osx/gindent.md +++ b/pages/osx/gindent.md @@ -4,4 +4,4 @@ - View documentation for the original command: -`tldr {{[-p|--platform]}} linux indent` +`tldr {{[-p|--platform]}} common indent` diff --git a/pages/osx/ginstall.md b/pages/osx/ginstall.md index 262169fc0f..7bd7934c3b 100644 --- a/pages/osx/ginstall.md +++ b/pages/osx/ginstall.md @@ -4,4 +4,4 @@ - View documentation for the original command: -`tldr {{[-p|--platform]}} linux install` +`tldr install` diff --git a/pages/osx/gjoin.md b/pages/osx/gjoin.md index 7f42a4cb84..3afe2b8e30 100644 --- a/pages/osx/gjoin.md +++ b/pages/osx/gjoin.md @@ -4,4 +4,4 @@ - View documentation for the original command: -`tldr {{[-p|--platform]}} linux join` +`tldr join` diff --git a/pages/osx/glink.md b/pages/osx/glink.md index aaeb2a7222..671320a462 100644 --- a/pages/osx/glink.md +++ b/pages/osx/glink.md @@ -4,4 +4,4 @@ - View documentation for the original command: -`tldr {{[-p|--platform]}} linux link` +`tldr link` diff --git a/pages/osx/gln.md b/pages/osx/gln.md index dc151beb85..e07f27ab75 100644 --- a/pages/osx/gln.md +++ b/pages/osx/gln.md @@ -4,4 +4,4 @@ - View documentation for the original command: -`tldr {{[-p|--platform]}} linux ln` +`tldr ln` diff --git a/pages/osx/glogname.md b/pages/osx/glogname.md index 2283c8c9c4..f30e6f112f 100644 --- a/pages/osx/glogname.md +++ b/pages/osx/glogname.md @@ -4,4 +4,4 @@ - View documentation for the original command: -`tldr {{[-p|--platform]}} linux logname` +`tldr logname` diff --git a/pages/osx/gls.md b/pages/osx/gls.md index 79be1296ed..12bb0c6b41 100644 --- a/pages/osx/gls.md +++ b/pages/osx/gls.md @@ -4,4 +4,4 @@ - View documentation for the original command: -`tldr {{[-p|--platform]}} linux ls` +`tldr ls` diff --git a/pages/osx/gmake.md b/pages/osx/gmake.md index 662656d5b2..7d26962b13 100644 --- a/pages/osx/gmake.md +++ b/pages/osx/gmake.md @@ -4,4 +4,4 @@ - View documentation for the original command: -`tldr {{[-p|--platform]}} linux make` +`tldr make` diff --git a/pages/osx/gmd5sum.md b/pages/osx/gmd5sum.md index 1bed835784..05acb9135e 100644 --- a/pages/osx/gmd5sum.md +++ b/pages/osx/gmd5sum.md @@ -4,4 +4,4 @@ - View documentation for the original command: -`tldr {{[-p|--platform]}} linux md5sum` +`tldr md5sum` diff --git a/pages/osx/gmkdir.md b/pages/osx/gmkdir.md index 86009ce1eb..9fbd13944d 100644 --- a/pages/osx/gmkdir.md +++ b/pages/osx/gmkdir.md @@ -4,4 +4,4 @@ - View documentation for the original command: -`tldr {{[-p|--platform]}} linux mkdir` +`tldr mkdir` diff --git a/pages/osx/gmkfifo.md b/pages/osx/gmkfifo.md index 24cf6ac0bb..809b189b49 100644 --- a/pages/osx/gmkfifo.md +++ b/pages/osx/gmkfifo.md @@ -4,4 +4,4 @@ - View documentation for the original command: -`tldr {{[-p|--platform]}} linux mkfifo` +`tldr mkfifo` diff --git a/pages/osx/gmv.md b/pages/osx/gmv.md index 84ad29b573..1cd78d1b0c 100644 --- a/pages/osx/gmv.md +++ b/pages/osx/gmv.md @@ -4,4 +4,4 @@ - View documentation for the original command: -`tldr {{[-p|--platform]}} linux mv` +`tldr mv` diff --git a/pages/osx/gnice.md b/pages/osx/gnice.md index 9871593791..f38772b592 100644 --- a/pages/osx/gnice.md +++ b/pages/osx/gnice.md @@ -4,4 +4,4 @@ - View documentation for the original command: -`tldr {{[-p|--platform]}} linux nice` +`tldr nice` diff --git a/pages/osx/gnohup.md b/pages/osx/gnohup.md index cb45f7a71b..5e25748823 100644 --- a/pages/osx/gnohup.md +++ b/pages/osx/gnohup.md @@ -4,4 +4,4 @@ - View documentation for the original command: -`tldr {{[-p|--platform]}} linux nohup` +`tldr nohup` diff --git a/pages/osx/gnproc.md b/pages/osx/gnproc.md index 78c75f2b1c..388ebccd5f 100644 --- a/pages/osx/gnproc.md +++ b/pages/osx/gnproc.md @@ -4,4 +4,4 @@ - View documentation for the original command: -`tldr {{[-p|--platform]}} linux nproc` +`tldr nproc` diff --git a/pages/osx/god.md b/pages/osx/god.md index eb06e2dc8f..241e98ad32 100644 --- a/pages/osx/god.md +++ b/pages/osx/god.md @@ -4,4 +4,4 @@ - View documentation for the original command: -`tldr {{[-p|--platform]}} linux od` +`tldr od` diff --git a/pages/osx/gpaste.md b/pages/osx/gpaste.md index a392d70f3d..1d41ed2dd4 100644 --- a/pages/osx/gpaste.md +++ b/pages/osx/gpaste.md @@ -4,4 +4,4 @@ - View documentation for the original command: -`tldr {{[-p|--platform]}} linux paste` +`tldr paste` diff --git a/pages/osx/gpathchk.md b/pages/osx/gpathchk.md index d4fe45a4cb..b1188d2ddb 100644 --- a/pages/osx/gpathchk.md +++ b/pages/osx/gpathchk.md @@ -4,4 +4,4 @@ - View documentation for the original command: -`tldr {{[-p|--platform]}} linux pathchk` +`tldr pathchk` diff --git a/pages/osx/gping.md b/pages/osx/gping.md index 911c066921..daf17db65c 100644 --- a/pages/osx/gping.md +++ b/pages/osx/gping.md @@ -4,4 +4,4 @@ - View documentation for the original command: -`tldr {{[-p|--platform]}} linux ping` +`tldr {{[-p|--platform]}} common ping` diff --git a/pages/osx/gping6.md b/pages/osx/gping6.md index 1eb3041913..7026c2b396 100644 --- a/pages/osx/gping6.md +++ b/pages/osx/gping6.md @@ -4,4 +4,4 @@ - View documentation for the original command: -`tldr {{[-p|--platform]}} linux ping6` +`tldr ping6` diff --git a/pages/osx/gpinky.md b/pages/osx/gpinky.md index 9872430f46..653a0f71d6 100644 --- a/pages/osx/gpinky.md +++ b/pages/osx/gpinky.md @@ -4,4 +4,4 @@ - View documentation for the original command: -`tldr {{[-p|--platform]}} linux pinky` +`tldr pinky` diff --git a/pages/osx/gpr.md b/pages/osx/gpr.md index 2a1bc09631..5bdfbc5cf1 100644 --- a/pages/osx/gpr.md +++ b/pages/osx/gpr.md @@ -4,4 +4,4 @@ - View documentation for the original command: -`tldr {{[-p|--platform]}} linux pr` +`tldr pr` diff --git a/pages/osx/gprintenv.md b/pages/osx/gprintenv.md index 1e44742bb0..a6ea36769c 100644 --- a/pages/osx/gprintenv.md +++ b/pages/osx/gprintenv.md @@ -4,4 +4,4 @@ - View documentation for the original command: -`tldr {{[-p|--platform]}} linux printenv` +`tldr printenv` diff --git a/pages/osx/gprintf.md b/pages/osx/gprintf.md index 6b85766504..e1105f7057 100644 --- a/pages/osx/gprintf.md +++ b/pages/osx/gprintf.md @@ -4,4 +4,4 @@ - View documentation for the original command: -`tldr {{[-p|--platform]}} linux printf` +`tldr printf` diff --git a/pages/osx/gpwd.md b/pages/osx/gpwd.md index 8883364349..cc5fca4a89 100644 --- a/pages/osx/gpwd.md +++ b/pages/osx/gpwd.md @@ -4,4 +4,4 @@ - View documentation for the original command: -`tldr {{[-p|--platform]}} linux pwd` +`tldr pwd` diff --git a/pages/osx/greadlink.md b/pages/osx/greadlink.md index 9075545e12..36209a9632 100644 --- a/pages/osx/greadlink.md +++ b/pages/osx/greadlink.md @@ -4,4 +4,4 @@ - View documentation for the original command: -`tldr {{[-p|--platform]}} linux readlink` +`tldr readlink` diff --git a/pages/osx/grealpath.md b/pages/osx/grealpath.md index bf32d5e24c..a6bdce9181 100644 --- a/pages/osx/grealpath.md +++ b/pages/osx/grealpath.md @@ -4,4 +4,4 @@ - View documentation for the original command: -`tldr {{[-p|--platform]}} linux realpath` +`tldr realpath` diff --git a/pages/osx/grm.md b/pages/osx/grm.md index dd7c4c24a1..34c978cc1a 100644 --- a/pages/osx/grm.md +++ b/pages/osx/grm.md @@ -4,4 +4,4 @@ - View documentation for the original command: -`tldr {{[-p|--platform]}} linux rm` +`tldr rm` diff --git a/pages/osx/grmdir.md b/pages/osx/grmdir.md index cd1396656c..c6768c83cf 100644 --- a/pages/osx/grmdir.md +++ b/pages/osx/grmdir.md @@ -4,4 +4,4 @@ - View documentation for the original command: -`tldr {{[-p|--platform]}} linux rmdir` +`tldr rmdir` diff --git a/pages/osx/gseq.md b/pages/osx/gseq.md index 685dc633b5..09952ad741 100644 --- a/pages/osx/gseq.md +++ b/pages/osx/gseq.md @@ -4,4 +4,4 @@ - View documentation for the original command: -`tldr {{[-p|--platform]}} linux seq` +`tldr seq` diff --git a/pages/osx/gsha1sum.md b/pages/osx/gsha1sum.md index a3f4348b30..b2e9aae7d4 100644 --- a/pages/osx/gsha1sum.md +++ b/pages/osx/gsha1sum.md @@ -4,4 +4,4 @@ - View documentation for the original command: -`tldr {{[-p|--platform]}} linux sha1sum` +`tldr sha1sum` diff --git a/pages/osx/gsha224sum.md b/pages/osx/gsha224sum.md index ac21df697f..64a76d0a1a 100644 --- a/pages/osx/gsha224sum.md +++ b/pages/osx/gsha224sum.md @@ -4,4 +4,4 @@ - View documentation for the original command: -`tldr {{[-p|--platform]}} linux sha224sum` +`tldr sha224sum` diff --git a/pages/osx/gsha256sum.md b/pages/osx/gsha256sum.md index c3cda72245..f57237442c 100644 --- a/pages/osx/gsha256sum.md +++ b/pages/osx/gsha256sum.md @@ -4,4 +4,4 @@ - View documentation for the original command: -`tldr {{[-p|--platform]}} linux sha256sum` +`tldr sha256sum` diff --git a/pages/osx/gsha384sum.md b/pages/osx/gsha384sum.md index 4c0d5d49ae..6bb9693484 100644 --- a/pages/osx/gsha384sum.md +++ b/pages/osx/gsha384sum.md @@ -4,4 +4,4 @@ - View documentation for the original command: -`tldr {{[-p|--platform]}} linux sha384sum` +`tldr sha384sum` diff --git a/pages/osx/gsha512sum.md b/pages/osx/gsha512sum.md index 3851dc8d81..e9acb325da 100644 --- a/pages/osx/gsha512sum.md +++ b/pages/osx/gsha512sum.md @@ -4,4 +4,4 @@ - View documentation for the original command: -`tldr {{[-p|--platform]}} linux sha512sum` +`tldr sha512sum` diff --git a/pages/osx/gshred.md b/pages/osx/gshred.md index 06a3d21d21..a6c10194cd 100644 --- a/pages/osx/gshred.md +++ b/pages/osx/gshred.md @@ -4,4 +4,4 @@ - View documentation for the original command: -`tldr {{[-p|--platform]}} linux shred` +`tldr shred` diff --git a/pages/osx/gshuf.md b/pages/osx/gshuf.md index 6bfd1bc335..59bf82f26c 100644 --- a/pages/osx/gshuf.md +++ b/pages/osx/gshuf.md @@ -4,4 +4,4 @@ - View documentation for the original command: -`tldr {{[-p|--platform]}} linux shuf` +`tldr {{[-p|--platform]}} coomon shuf` diff --git a/pages/osx/gsort.md b/pages/osx/gsort.md index 2f9ce75209..bc0d687fc0 100644 --- a/pages/osx/gsort.md +++ b/pages/osx/gsort.md @@ -4,4 +4,4 @@ - View documentation for the original command: -`tldr {{[-p|--platform]}} linux sort` +`tldr sort` diff --git a/pages/osx/gsplit.md b/pages/osx/gsplit.md index 65278c43e9..ff500eae70 100644 --- a/pages/osx/gsplit.md +++ b/pages/osx/gsplit.md @@ -4,4 +4,4 @@ - View documentation for the original command: -`tldr {{[-p|--platform]}} linux split` +`tldr {{[-p|--platform]}} common split` diff --git a/pages/osx/gstat.md b/pages/osx/gstat.md index c0f468f359..b3802cdd3d 100644 --- a/pages/osx/gstat.md +++ b/pages/osx/gstat.md @@ -4,4 +4,4 @@ - View documentation for the original command: -`tldr {{[-p|--platform]}} linux stat` +`tldr {{[-p|--platform]}} common stat` diff --git a/pages/osx/gstdbuf.md b/pages/osx/gstdbuf.md index dc4c3a204f..beb338e76e 100644 --- a/pages/osx/gstdbuf.md +++ b/pages/osx/gstdbuf.md @@ -4,4 +4,4 @@ - View documentation for the original command: -`tldr {{[-p|--platform]}} linux stdbuf` +`tldr stdbuf` diff --git a/pages/osx/gstty.md b/pages/osx/gstty.md index c0861e4b13..91f96ddcdf 100644 --- a/pages/osx/gstty.md +++ b/pages/osx/gstty.md @@ -4,4 +4,4 @@ - View documentation for the original command: -`tldr {{[-p|--platform]}} linux stty` +`tldr stty` diff --git a/pages/osx/gsum.md b/pages/osx/gsum.md index cd92fa7ed1..cdd159d454 100644 --- a/pages/osx/gsum.md +++ b/pages/osx/gsum.md @@ -4,4 +4,4 @@ - View documentation for the original command: -`tldr {{[-p|--platform]}} linux sum` +`tldr sum` diff --git a/pages/osx/gsync.md b/pages/osx/gsync.md index 02870ebf8a..5dd0858c64 100644 --- a/pages/osx/gsync.md +++ b/pages/osx/gsync.md @@ -4,4 +4,4 @@ - View documentation for the original command: -`tldr {{[-p|--platform]}} linux sync` +`tldr sync` diff --git a/pages/osx/gtac.md b/pages/osx/gtac.md index b16fa49ffa..8142010224 100644 --- a/pages/osx/gtac.md +++ b/pages/osx/gtac.md @@ -4,4 +4,4 @@ - View documentation for the original command: -`tldr {{[-p|--platform]}} linux tac` +`tldr tac` diff --git a/pages/osx/gtail.md b/pages/osx/gtail.md index d1366de0ae..608b8eaab3 100644 --- a/pages/osx/gtail.md +++ b/pages/osx/gtail.md @@ -4,4 +4,4 @@ - View documentation for the original command: -`tldr {{[-p|--platform]}} linux tail` +`tldr {{[-p|--platform]}} common tail` diff --git a/pages/osx/gtar.md b/pages/osx/gtar.md index 21f5d6547f..9a04f6e7e0 100644 --- a/pages/osx/gtar.md +++ b/pages/osx/gtar.md @@ -4,4 +4,4 @@ - View documentation for the original command: -`tldr {{[-p|--platform]}} linux tar` +`tldr tar` diff --git a/pages/osx/gtee.md b/pages/osx/gtee.md index 7ac3fae545..b46e0caa2c 100644 --- a/pages/osx/gtee.md +++ b/pages/osx/gtee.md @@ -4,4 +4,4 @@ - View documentation for the original command: -`tldr {{[-p|--platform]}} linux tee` +`tldr tee` diff --git a/pages/osx/gtelnet.md b/pages/osx/gtelnet.md index add81d6ec2..d3550ba04a 100644 --- a/pages/osx/gtelnet.md +++ b/pages/osx/gtelnet.md @@ -4,4 +4,4 @@ - View documentation for the original command: -`tldr {{[-p|--platform]}} linux telnet` +`tldr telnet` diff --git a/pages/osx/gtest.md b/pages/osx/gtest.md index 23e4016b56..8d248fa0e3 100644 --- a/pages/osx/gtest.md +++ b/pages/osx/gtest.md @@ -4,4 +4,4 @@ - View documentation for the original command: -`tldr {{[-p|--platform]}} linux test` +`tldr test` diff --git a/pages/osx/gtime.md b/pages/osx/gtime.md index 1490ba4898..f83c631cd0 100644 --- a/pages/osx/gtime.md +++ b/pages/osx/gtime.md @@ -4,4 +4,4 @@ - View documentation for the original command: -`tldr {{[-p|--platform]}} linux time` +`tldr time` diff --git a/pages/osx/gtimeout.md b/pages/osx/gtimeout.md index e30579a8eb..cae2df2d4b 100644 --- a/pages/osx/gtimeout.md +++ b/pages/osx/gtimeout.md @@ -4,4 +4,4 @@ - View documentation for the original command: -`tldr {{[-p|--platform]}} linux timeout` +`tldr timeout` diff --git a/pages/osx/gtouch.md b/pages/osx/gtouch.md index 566783f5d4..aa5e1a20f6 100644 --- a/pages/osx/gtouch.md +++ b/pages/osx/gtouch.md @@ -4,4 +4,4 @@ - View documentation for the original command: -`tldr {{[-p|--platform]}} linux touch` +`tldr touch` diff --git a/pages/osx/gtr.md b/pages/osx/gtr.md index 1a736c357f..a7c18623f3 100644 --- a/pages/osx/gtr.md +++ b/pages/osx/gtr.md @@ -4,4 +4,4 @@ - View documentation for the original command: -`tldr {{[-p|--platform]}} linux tr` +`tldr tr` diff --git a/pages/osx/gtraceroute.md b/pages/osx/gtraceroute.md index 38010d98d8..5d6f2e44ef 100644 --- a/pages/osx/gtraceroute.md +++ b/pages/osx/gtraceroute.md @@ -4,4 +4,4 @@ - View documentation for the original command: -`tldr {{[-p|--platform]}} linux traceroute` +`tldr traceroute` diff --git a/pages/osx/gtrue.md b/pages/osx/gtrue.md index e36b8b5709..f1114eb35e 100644 --- a/pages/osx/gtrue.md +++ b/pages/osx/gtrue.md @@ -4,4 +4,4 @@ - View documentation for the original command: -`tldr {{[-p|--platform]}} linux true` +`tldr true` diff --git a/pages/osx/gtruncate.md b/pages/osx/gtruncate.md index ba1aff53f2..627d7aca5b 100644 --- a/pages/osx/gtruncate.md +++ b/pages/osx/gtruncate.md @@ -4,4 +4,4 @@ - View documentation for the original command: -`tldr {{[-p|--platform]}} linux truncate` +`tldr truncate` diff --git a/pages/osx/gtsort.md b/pages/osx/gtsort.md index 58bfa5042d..9d3589f473 100644 --- a/pages/osx/gtsort.md +++ b/pages/osx/gtsort.md @@ -4,4 +4,4 @@ - View documentation for the original command: -`tldr {{[-p|--platform]}} linux tsort` +`tldr tsort` diff --git a/pages/osx/gtty.md b/pages/osx/gtty.md index 3bb6a4c2dd..24f286bf65 100644 --- a/pages/osx/gtty.md +++ b/pages/osx/gtty.md @@ -4,4 +4,4 @@ - View documentation for the original command: -`tldr {{[-p|--platform]}} linux tty` +`tldr tty` diff --git a/pages/osx/guname.md b/pages/osx/guname.md index 1a570d97b8..ec2e8642a6 100644 --- a/pages/osx/guname.md +++ b/pages/osx/guname.md @@ -4,4 +4,4 @@ - View documentation for the original command: -`tldr {{[-p|--platform]}} linux uname` +`tldr {{[-p|--platform]}} common uname` diff --git a/pages/osx/gunexpand.md b/pages/osx/gunexpand.md index ec573def09..7f79db41b0 100644 --- a/pages/osx/gunexpand.md +++ b/pages/osx/gunexpand.md @@ -4,4 +4,4 @@ - View documentation for the original command: -`tldr {{[-p|--platform]}} linux unexpand` +`tldr unexpand` diff --git a/pages/osx/guniq.md b/pages/osx/guniq.md index c1c70d062a..94b262a433 100644 --- a/pages/osx/guniq.md +++ b/pages/osx/guniq.md @@ -4,4 +4,4 @@ - View documentation for the original command: -`tldr {{[-p|--platform]}} linux uniq` +`tldr uniq` diff --git a/pages/osx/gunits.md b/pages/osx/gunits.md index df8b9c8241..f75fbf998a 100644 --- a/pages/osx/gunits.md +++ b/pages/osx/gunits.md @@ -4,4 +4,4 @@ - View documentation for the original command: -`tldr {{[-p|--platform]}} linux units` +`tldr units` diff --git a/pages/osx/gunlink.md b/pages/osx/gunlink.md index f517059644..cd0fd3e9d5 100644 --- a/pages/osx/gunlink.md +++ b/pages/osx/gunlink.md @@ -4,4 +4,4 @@ - View documentation for the original command: -`tldr {{[-p|--platform]}} linux unlink` +`tldr unlink` diff --git a/pages/osx/guptime.md b/pages/osx/guptime.md index 1677ae3412..bf32d30f86 100644 --- a/pages/osx/guptime.md +++ b/pages/osx/guptime.md @@ -4,4 +4,4 @@ - View documentation for the original command: -`tldr {{[-p|--platform]}} linux uptime` +`tldr {{[-p|--platform]}} common uptime` diff --git a/pages/osx/gusers.md b/pages/osx/gusers.md index 7fdb9dd546..9ab1cf5099 100644 --- a/pages/osx/gusers.md +++ b/pages/osx/gusers.md @@ -4,4 +4,4 @@ - View documentation for the original command: -`tldr {{[-p|--platform]}} linux users` +`tldr users` diff --git a/pages/osx/gvdir.md b/pages/osx/gvdir.md index cb40807e1a..d22ce5aa24 100644 --- a/pages/osx/gvdir.md +++ b/pages/osx/gvdir.md @@ -4,4 +4,4 @@ - View documentation for the original command: -`tldr {{[-p|--platform]}} linux vdir` +`tldr vdir` diff --git a/pages/osx/gwc.md b/pages/osx/gwc.md index a3259c6de1..a5ccd6e1b7 100644 --- a/pages/osx/gwc.md +++ b/pages/osx/gwc.md @@ -4,4 +4,4 @@ - View documentation for the original command: -`tldr {{[-p|--platform]}} linux wc` +`tldr {{[-p|--platform]}} common wc` diff --git a/pages/osx/gwhich.md b/pages/osx/gwhich.md index 911f393ea9..99e7aca242 100644 --- a/pages/osx/gwhich.md +++ b/pages/osx/gwhich.md @@ -4,4 +4,4 @@ - View documentation for the original command: -`tldr {{[-p|--platform]}} linux which` +`tldr which` diff --git a/pages/osx/gwho.md b/pages/osx/gwho.md index 6ed9830bb1..69cb0ed3e4 100644 --- a/pages/osx/gwho.md +++ b/pages/osx/gwho.md @@ -4,4 +4,4 @@ - View documentation for the original command: -`tldr {{[-p|--platform]}} linux who` +`tldr who` diff --git a/pages/osx/gwhoami.md b/pages/osx/gwhoami.md index f220973db2..932b0e19c5 100644 --- a/pages/osx/gwhoami.md +++ b/pages/osx/gwhoami.md @@ -4,4 +4,4 @@ - View documentation for the original command: -`tldr {{[-p|--platform]}} linux whoami` +`tldr whoami` diff --git a/pages/osx/gwhois.md b/pages/osx/gwhois.md index 8446ca64ff..3ce4922dec 100644 --- a/pages/osx/gwhois.md +++ b/pages/osx/gwhois.md @@ -4,4 +4,4 @@ - View documentation for the original command: -`tldr {{[-p|--platform]}} linux whois` +`tldr whois` diff --git a/pages/osx/gxargs.md b/pages/osx/gxargs.md index 8b66862d3b..5b0c933830 100644 --- a/pages/osx/gxargs.md +++ b/pages/osx/gxargs.md @@ -4,4 +4,4 @@ - View documentation for the original command: -`tldr {{[-p|--platform]}} linux xargs` +`tldr xargs` diff --git a/pages/osx/gyes.md b/pages/osx/gyes.md index 0be3993866..21f4a1f4c1 100644 --- a/pages/osx/gyes.md +++ b/pages/osx/gyes.md @@ -4,4 +4,4 @@ - View documentation for the original command: -`tldr {{[-p|--platform]}} linux yes` +`tldr yes`