diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8f5cf2d952..f2095dec97 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ jobs: with: fetch-depth: 0 - - uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5.0 + - uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0 with: python-version: '3.12' cache: 'pip' diff --git a/pages.de/common/nix.md b/pages.de/common/nix.md index 9661eb979b..6c9a97d24c 100644 --- a/pages.de/common/nix.md +++ b/pages.de/common/nix.md @@ -1,7 +1,7 @@ # nix > Dienstprogramme für die Nix-Sprache und den Nix-Speicher. -> Weitere Informationen: . +> Weitere Informationen: . - Suche nach einem Paket über seinen Namen oder seine Beschreibung: diff --git a/pages.es/common/abduco.md b/pages.es/common/abduco.md index 3879075158..526226b7c1 100644 --- a/pages.es/common/abduco.md +++ b/pages.es/common/abduco.md @@ -1,7 +1,7 @@ # abduco > Administrador de sesión de terminal. -> Más información: . +> Más información: . - Lista sesiones: diff --git a/pages.es/common/act.md b/pages.es/common/act.md index 52b32e9127..93ab5bcd22 100644 --- a/pages.es/common/act.md +++ b/pages.es/common/act.md @@ -1,11 +1,11 @@ # act -> Ejecuta acciones de GitHub localmente mediante Docker. -> Más información: . +> Ejecuta GitHub Actions localmente usando Docker. +> Más información: . -- Lista las acciones disponibles: +- Lista los trabajos disponibles: -`act -l` +`act {{[-l|--list]}}` - Ejecuta el evento por defecto: @@ -13,20 +13,20 @@ - Ejecuta un evento específico: -`act {{tipo_de_evento}}` +`act {{event_type}}` -- Ejecuta una acción específica: +- Ejecuta un trabajo específico: -`act -j {{identificador_de_acción}}` +`act {{[-j|--job]}} {{job_id}}` -- Simula una acción: +- No ejecuta realmente las acciones (es decir, una ejecución en seco): -`act -n` +`act {{[-n|--dryrun]}}` - Muestra registros detallados: -`act -v` +`act {{[-v|--verbose]}}` - Ejecuta un flujo de trabajo específico con el evento push: -`act push -W {{ruta/a/flujo_de_trabajo}}` +`act push {{[-W|--workflows]}} {{ruta/al/flujo_de_trabajo}}` diff --git a/pages.es/common/ag.md b/pages.es/common/ag.md index af0d6cd587..cb5f77a7d3 100644 --- a/pages.es/common/ag.md +++ b/pages.es/common/ag.md @@ -1,32 +1,32 @@ # ag -> The Silver Searcher. Como `ack`, pero apunta a ser más rápido. -> Más información: . +> El Buscador de Plata. Como `ack`, pero aspira a ser más rápido. +> Más información: . -- Encuentra archivos que contengan "foo", e imprime las líneas coincidentes en su contexto: +- Encuentra archivos que contengan «foo», e imprime las líneas coincidentes en contexto: -`ag {{foo}}` +`ag foo` -- Busca archivos que contengan "foo" en un directorio específico: +- Encuentra archivos que contengan "foo" en un directorio específico: -`ag {{foo}} {{ruta/al/directorio}}` +`ag foo {{ruta/al/directorio}}` -- Busca archivos que contengan "foo", pero sólo se alistan los nombres de los archivos: +- Encuentra archivos que contengan "foo", pero solo lista los nombres de archivo: -`ag -l {{foo}}` +`ag {{[-l|--files-with-matches]}} foo` -- Busca archivos que contengan "FOO" sin distinguir entre mayúsculas y minúsculas, e imprime sólo la coincidencia, en lugar de toda la línea: +- Encuentra archivos que contengan "FOO" sin distinción entre mayúsculas y minúsculas, e imprime solo la coincidencia, en lugar de la línea completa: -`ag -i -o {{FOO}}` +`ag {{[-i|--ignore-case]}} {{[-o|--only-matching]}} FOO` -- Busca "foo" en archivos cuyo nombre coincide con "bar": +- Busca "foo" en archivos cuyo nombre coincida con "bar": -`ag {{foo}} -G {{bar}}` +`ag foo {{[-G|--file-search-regex]}} bar` -- Busca archivos cuyo contenido coincide con una expresión regular: +- Busca archivos cuyo contenido coincida con una expresión regular: `ag '{{^ba(r|z)$}}'` -- Busca archivos con un nombre que coincida con "foo": +- Busca archivos cuyo nombre coincida con "foo": -`ag -g {{foo}}` +`ag {{[-g|--filename-pattern]}} foo` diff --git a/pages.es/common/alacritty.md b/pages.es/common/alacritty.md index c530bb0e7b..88f78f97dc 100644 --- a/pages.es/common/alacritty.md +++ b/pages.es/common/alacritty.md @@ -1,7 +1,7 @@ # alacritty > Emulador de terminal multiplataforma acelerado por GPU. -> Más información: . +> Más información: . - Inicia un nuevo proceso Alacritty y crea una ventana: @@ -11,7 +11,7 @@ `alacritty --daemon` -- Crea una nueva ventana utilizando el proceso Alacritty que ya está en marcha: +- Crea una nueva ventana utilizando el proceso Alacritty ya en ejecución: `alacritty msg create-window` @@ -21,12 +21,12 @@ - [e]jecuta un comando en una nueva ventana de Alacritty (también funciona con `alacritty msg create-window`): -`alacritty -e {{comando}}` +`alacritty {{[-e|--command]}} {{comando}}` - Utiliza un archivo de configuración alternativo (por defecto es `$XDG_CONFIG_HOME/alacritty/alacritty.toml`): `alacritty --config-file {{ruta/a/config.toml}}` -- Ejecuta con la recarga de la configuración activa (también puede activarse por defecto en `alacritty.toml`): +- Ejecuta con la recarga de configuración en vivo activada (también puede activarse por defecto en `alacritty.toml`): `alacritty --live-config-reload --config-file {{ruta/a/config.toml}}` diff --git a/pages.es/common/ani-cli.md b/pages.es/common/ani-cli.md index ab8577c6a4..c36bed3db3 100644 --- a/pages.es/common/ani-cli.md +++ b/pages.es/common/ani-cli.md @@ -1,28 +1,36 @@ # ani-cli -> Un cli para navegar y ver anime. -> Más información: . +> Una interface de línea de comando para navegar y ver anime. +> Más información: . - Busca anime por nombre: `ani-cli "{{nombre_del_anime}}"` -- Descarga episodio: +- Descarga un episodio: -`ani-cli -d "{{nombre_del_anime}}"` +`ani-cli {{[-d|--download]}} "{{nombre_del_anime}}"` + +- Descarga una serie de episodios: + +`ani-cli {{[-d|--download]}} {{[-r|--range]}} "{{1 6}}" "{{nombre_del_anime}}"` + +- Descarga toda la serie (un rango de todos los episodios): + +`ani-cli {{[-d|--download]}} {{[-r|--rango]}} "1 -1" "{{nombre_del_anime}}"` - Usa VLC como reproductor multimedia: -`ani-cli -v "{{nombre_del_anime}}"` +`ani-cli {{[-v|-vlc]}} "{{nombre_del_anime}}"` -- Especifica el episodio que desea ver: +- Ve un episodio concreto: -`ani-cli -e {{numero_episodio}} "{{nombre_del_anime}}"` +`ani-cli {{[-e|--episode]}} {{número_episodio}} "{{nombre_del_anime}}"` -- Continúa viendo el anime desde el historial: +- Continúa viendo anime del historial: -`ani-cli -c` +`ani-cli {{[-c|--continue]}}` - Actualiza `ani-cli`: -`ani-cli -U` +`ani-cli {{[-U|--update]}}` diff --git a/pages.es/common/bash.md b/pages.es/common/bash.md index 8e189824f0..58e861d1dd 100644 --- a/pages.es/common/bash.md +++ b/pages.es/common/bash.md @@ -2,7 +2,7 @@ > Bourne-Again SHell, un intérprete de línea de comandos compatible con `sh`. > Vea también: `zsh`; `histexpand`, para expansión de historial de comandos. -> Más información: . +> Más información: . - Inicia un intérprete de comandos interactivo: diff --git a/pages.es/linux/arptables.md b/pages.es/linux/arptables.md new file mode 100644 index 0000000000..339c374f2d --- /dev/null +++ b/pages.es/linux/arptables.md @@ -0,0 +1,29 @@ +# arptables + +> Gestiona las reglas de filtrado ARP usando el backend `nftables`. +> Parte de la suite `xtables-nft` para filtrado de paquetes ARP. +> Más información: . + +- Lista todas las reglas ARP en la tabla de filtrado: + +`sudo arptables {{[-L|--list]}}` + +- Añade una regla para descartar paquetes ARP de una dirección IP específica: + +`sudo arptables {{[-A|--append]}} INPUT {{[-s|--source-ip]}} {{192.168.0.1}} {{[-j|--jump]}} DROP` + +- Elimina una regla específica de la cadena INPUT por su número de regla: + +`sudo arptables {{[-D|--delete]}} INPUT {{número_de_regla}}` + +- Borra todas las reglas de la tabla de filtros: + +`sudo arptables {{[-F|--flush]}}` + +- Establece la política predeterminada de la cadena OUTPUT en ACCEPT: + +`sudo arptables {{[-P|--policy]}} OUTPUT ACCEPT` + +- Guarda las reglas ARP actuales en un archivo: + +`sudo arptables-save > {{ruta/a/archivo}}` diff --git a/pages.es/linux/logger.md b/pages.es/linux/logger.md new file mode 100644 index 0000000000..cebc2a7f79 --- /dev/null +++ b/pages.es/linux/logger.md @@ -0,0 +1,24 @@ +# logger + +> Añade mensajes al registro del sistema. +> Más información: . + +- Registra un mensaje en syslog: + +`logger {{mensaje}}` + +- Toma la entrada de `stdin` y la registra en syslog: + +`echo {{entrada_de_registro}} | logger` + +- Envía la salida a un servidor syslog remoto que se ejecuta en un puerto determinado. El puerto por defecto es 514: + +`echo {{entrada_de_registro}} | logger {{[-n|--server]}} {{hostname}} {{[-P|--port]}} {{puerto}}` + +- Utiliza una etiqueta específica para cada línea registrada. Por defecto es el nombre del usuario conectado: + +`echo {{entrada_de_registro}} | logger {{[-t|--tag]}} {{etiqueta}}` + +- Registra mensajes con una prioridad determinada. Por defecto es `user.notice`. Vea `man logger` para todas las opciones de prioridad: + +`echo {{entrada_de_registro}} | logger {{[-p|--priority]}} {{user.warning}}` diff --git a/pages.fr/freebsd/chsh.md b/pages.fr/freebsd/chsh.md new file mode 100644 index 0000000000..4d1e8e920e --- /dev/null +++ b/pages.fr/freebsd/chsh.md @@ -0,0 +1,7 @@ +# chsh + +> Cette commande est un alias de `chpass`. + +- Affiche la documentation pour la commande d'origine : + +`tldr chpass` diff --git a/pages.fr/freebsd/ypchsh.md b/pages.fr/freebsd/ypchsh.md new file mode 100644 index 0000000000..ccffcd0c0b --- /dev/null +++ b/pages.fr/freebsd/ypchsh.md @@ -0,0 +1,7 @@ +# ypchsh + +> Cette commande est un alias de `chpass`. + +- Affiche la documentation pour la commande d'origine : + +`tldr chpass` diff --git a/pages.fr/common/chsh.md b/pages.fr/linux/chsh.md similarity index 66% rename from pages.fr/common/chsh.md rename to pages.fr/linux/chsh.md index 6a1ff523ad..f8cab20e49 100644 --- a/pages.fr/common/chsh.md +++ b/pages.fr/linux/chsh.md @@ -1,20 +1,21 @@ # chsh > Change le shell de connexion de l'utilisateur. +> Fait partie de `util-linux`. > Plus d'informations : . - Change le shell de connexion de l'utilisateur actuel de manière interactive : `chsh` +- Liste les shells disponibles : + +`chsh {{[-l|--list-shells]}}` + - Change le shell de connexion de l'utilisateur actuel : -`chsh -s {{chemin/vers/shell}}` +`chsh {{[-s|--shell]}} {{chemin/vers/shell}}` - Change le shell de connexion pour un utilisateur donné : -`chsh -s {{chemin/vers/shell}} {{nom_utilisateur}}` - -- Liste les shells disponibles : - -`chsh -l` +`sudo chsh {{[-s|--shell]}} {{chemin/vers/shell}} {{nom_utilisateur}}` diff --git a/pages.fr/netbsd/chsh.md b/pages.fr/netbsd/chsh.md new file mode 100644 index 0000000000..4d1e8e920e --- /dev/null +++ b/pages.fr/netbsd/chsh.md @@ -0,0 +1,7 @@ +# chsh + +> Cette commande est un alias de `chpass`. + +- Affiche la documentation pour la commande d'origine : + +`tldr chpass` diff --git a/pages.fr/openbsd/chsh.md b/pages.fr/openbsd/chsh.md new file mode 100644 index 0000000000..4d1e8e920e --- /dev/null +++ b/pages.fr/openbsd/chsh.md @@ -0,0 +1,7 @@ +# chsh + +> Cette commande est un alias de `chpass`. + +- Affiche la documentation pour la commande d'origine : + +`tldr chpass` diff --git a/pages.ko/common/nix.md b/pages.ko/common/nix.md index 059fe02607..3aaa32c298 100644 --- a/pages.ko/common/nix.md +++ b/pages.ko/common/nix.md @@ -3,7 +3,7 @@ > 패키지 관리를 신뢰성 있고, 재현 가능하며, 선언적으로 만드는 강력한 패키지 관리자. > `nix`는 실험적이며 실험적 기능 사용을 활성화해야 합니다. 안정적인 인터페이스를 원하면 `tldr nix classic`을 참조하세요. > `build`, `develop`, `flake`, `registry`, `profile`, `search`, `repl`, `store`, `edit`, `why-depends` 등의 일부 하위 명령에는 자체 사용 설명서가 있습니다. -> 더 많은 정보: . +> 더 많은 정보: . - `nix` 명령 활성화: diff --git a/pages.nl/osx/g[.md b/pages.nl/osx/g[.md index 27e72af7a0..68291ebf0f 100644 --- a/pages.nl/osx/g[.md +++ b/pages.nl/osx/g[.md @@ -1,7 +1,7 @@ # g[ -> Dit commando is een alias van `-p linux [`. +> Dit commando is een alias van `[`. - Bekijk de documentatie van het originele commando: -`tldr -p linux [` +`tldr [` diff --git a/pages.nl/osx/gb2sum.md b/pages.nl/osx/gb2sum.md index 2ecd049272..a158a54062 100644 --- a/pages.nl/osx/gb2sum.md +++ b/pages.nl/osx/gb2sum.md @@ -1,7 +1,7 @@ # gb2sum -> Dit commando is een alias van `-p linux b2sum`. +> Dit commando is een alias van `b2sum`. - Bekijk de documentatie van het originele commando: -`tldr -p linux b2sum` +`tldr b2sum` diff --git a/pages.nl/osx/gbase32.md b/pages.nl/osx/gbase32.md index 91abd5796f..6cce828cc3 100644 --- a/pages.nl/osx/gbase32.md +++ b/pages.nl/osx/gbase32.md @@ -1,7 +1,7 @@ # gbase32 -> Dit commando is een alias van `-p linux base32`. +> Dit commando is een alias van `base32`. - Bekijk de documentatie van het originele commando: -`tldr -p linux base32` +`tldr base32` diff --git a/pages.nl/osx/gbase64.md b/pages.nl/osx/gbase64.md index 506c5b2872..d60b71a37a 100644 --- a/pages.nl/osx/gbase64.md +++ b/pages.nl/osx/gbase64.md @@ -1,7 +1,7 @@ # gbase64 -> Dit commando is een alias van `-p linux base64`. +> Dit commando is een alias van `base64`. - Bekijk de documentatie van het originele commando: -`tldr -p linux base64` +`tldr {{[-p|--platform]}} common base64` diff --git a/pages.nl/osx/gbasename.md b/pages.nl/osx/gbasename.md index 634edb59e4..bb17c72e3b 100644 --- a/pages.nl/osx/gbasename.md +++ b/pages.nl/osx/gbasename.md @@ -1,7 +1,7 @@ # gbasename -> Dit commando is een alias van `-p linux basename`. +> Dit commando is een alias van `basename`. - Bekijk de documentatie van het originele commando: -`tldr -p linux basename` +`tldr basename` diff --git a/pages.nl/osx/gbasenc.md b/pages.nl/osx/gbasenc.md index 8f13f31474..6c78f1ad0a 100644 --- a/pages.nl/osx/gbasenc.md +++ b/pages.nl/osx/gbasenc.md @@ -1,7 +1,7 @@ # gbasenc -> Dit commando is een alias van `-p linux basenc`. +> Dit commando is een alias van `basenc`. - Bekijk de documentatie van het originele commando: -`tldr -p linux basenc` +`tldr basenc` diff --git a/pages.nl/osx/gcat.md b/pages.nl/osx/gcat.md index e39961a9aa..4d79daa0cd 100644 --- a/pages.nl/osx/gcat.md +++ b/pages.nl/osx/gcat.md @@ -1,7 +1,7 @@ # gcat -> Dit commando is een alias van `-p linux cat`. +> Dit commando is een alias van `cat`. - Bekijk de documentatie van het originele commando: -`tldr -p linux cat` +`tldr {{[-p|--platform]}} linux cat` diff --git a/pages.nl/osx/gchcon.md b/pages.nl/osx/gchcon.md index 6855459a45..504e4302b9 100644 --- a/pages.nl/osx/gchcon.md +++ b/pages.nl/osx/gchcon.md @@ -1,7 +1,7 @@ # gchcon -> Dit commando is een alias van `-p linux chcon`. +> Dit commando is een alias van `chcon`. - Bekijk de documentatie van het originele commando: -`tldr -p linux chcon` +`tldr {{[-p|--platform]}} linux chcon` diff --git a/pages.nl/osx/gchgrp.md b/pages.nl/osx/gchgrp.md index 92abef9ff9..264370558f 100644 --- a/pages.nl/osx/gchgrp.md +++ b/pages.nl/osx/gchgrp.md @@ -1,7 +1,7 @@ # gchgrp -> Dit commando is een alias van `-p linux chgrp`. +> Dit commando is een alias van `chgrp`. - Bekijk de documentatie van het originele commando: -`tldr -p linux chgrp` +`tldr chgrp` diff --git a/pages.nl/osx/gchmod.md b/pages.nl/osx/gchmod.md index ea08651870..589d106bec 100644 --- a/pages.nl/osx/gchmod.md +++ b/pages.nl/osx/gchmod.md @@ -1,7 +1,7 @@ # gchmod -> Dit commando is een alias van `-p linux chmod`. +> Dit commando is een alias van `chmod`. - Bekijk de documentatie van het originele commando: -`tldr -p linux chmod` +`tldr chmod` diff --git a/pages.nl/osx/gchown.md b/pages.nl/osx/gchown.md index 50ae518afb..66c119c700 100644 --- a/pages.nl/osx/gchown.md +++ b/pages.nl/osx/gchown.md @@ -1,7 +1,7 @@ # gchown -> Dit commando is een alias van `-p linux chown`. +> Dit commando is een alias van `chown`. - Bekijk de documentatie van het originele commando: -`tldr -p linux chown` +`tldr chown` diff --git a/pages.nl/osx/gchroot.md b/pages.nl/osx/gchroot.md index 3ad3eab163..0d5202879f 100644 --- a/pages.nl/osx/gchroot.md +++ b/pages.nl/osx/gchroot.md @@ -1,7 +1,7 @@ # gchroot -> Dit commando is een alias van `-p linux chroot`. +> Dit commando is een alias van `chroot`. - Bekijk de documentatie van het originele commando: -`tldr -p linux chroot` +`tldr chroot` diff --git a/pages.nl/osx/gcksum.md b/pages.nl/osx/gcksum.md index e282698bb4..8a24db0b3d 100644 --- a/pages.nl/osx/gcksum.md +++ b/pages.nl/osx/gcksum.md @@ -1,7 +1,7 @@ # gcksum -> Dit commando is een alias van `-p linux cksum`. +> Dit commando is een alias van `cksum`. - Bekijk de documentatie van het originele commando: -`tldr -p linux cksum` +`tldr cksum` diff --git a/pages.nl/osx/gcomm.md b/pages.nl/osx/gcomm.md index 94b57e3253..1e6f064ea4 100644 --- a/pages.nl/osx/gcomm.md +++ b/pages.nl/osx/gcomm.md @@ -1,7 +1,7 @@ # gcomm -> Dit commando is een alias van `-p linux comm`. +> Dit commando is een alias van `comm`. - Bekijk de documentatie van het originele commando: -`tldr -p linux comm` +`tldr comm` diff --git a/pages.nl/osx/gcp.md b/pages.nl/osx/gcp.md index c5b6d30b8d..c4fc27cd07 100644 --- a/pages.nl/osx/gcp.md +++ b/pages.nl/osx/gcp.md @@ -1,7 +1,7 @@ # gcp -> Dit commando is een alias van `-p linux cp`. +> Dit commando is een alias van `cp`. - Bekijk de documentatie van het originele commando: -`tldr -p linux cp` +`tldr cp` diff --git a/pages.nl/osx/gcsplit.md b/pages.nl/osx/gcsplit.md index b9ce4bc233..f151311f0b 100644 --- a/pages.nl/osx/gcsplit.md +++ b/pages.nl/osx/gcsplit.md @@ -1,7 +1,7 @@ # gcsplit -> Dit commando is een alias van `-p linux csplit`. +> Dit commando is een alias van `csplit`. - Bekijk de documentatie van het originele commando: -`tldr -p linux csplit` +`tldr {{[-p|--platform]}} linux csplit` diff --git a/pages.nl/osx/gcut.md b/pages.nl/osx/gcut.md index 7f7ec768a6..b04f6997ea 100644 --- a/pages.nl/osx/gcut.md +++ b/pages.nl/osx/gcut.md @@ -1,7 +1,7 @@ # gcut -> Dit commando is een alias van `-p linux cut`. +> Dit commando is een alias van `cut`. - Bekijk de documentatie van het originele commando: -`tldr -p linux cut` +`tldr {{[-p|--platform]}} common cut` diff --git a/pages.nl/osx/gdate.md b/pages.nl/osx/gdate.md index ee3cf05b3f..39ca0b4817 100644 --- a/pages.nl/osx/gdate.md +++ b/pages.nl/osx/gdate.md @@ -1,7 +1,7 @@ # gdate -> Dit commando is een alias van `-p linux date`. +> Dit commando is een alias van `date`. - Bekijk de documentatie van het originele commando: -`tldr -p linux date` +`tldr {{[-p|--platform]}} common date` diff --git a/pages.nl/osx/gdd.md b/pages.nl/osx/gdd.md index 6ab8d129fd..ed5974167a 100644 --- a/pages.nl/osx/gdd.md +++ b/pages.nl/osx/gdd.md @@ -1,7 +1,7 @@ # gdd -> Dit commando is een alias van `-p linux dd`. +> Dit commando is een alias van `dd`. - Bekijk de documentatie van het originele commando: -`tldr -p linux dd` +`tldr {{[-p|--platform]}} linux dd` diff --git a/pages.nl/osx/gdf.md b/pages.nl/osx/gdf.md index b1c423aab8..b4dde6f096 100644 --- a/pages.nl/osx/gdf.md +++ b/pages.nl/osx/gdf.md @@ -1,7 +1,7 @@ # gdf -> Dit commando is een alias van `-p linux df`. +> Dit commando is een alias van `df`. - Bekijk de documentatie van het originele commando: -`tldr -p linux df` +`tldr {{[-p|--platform]}} linux df` diff --git a/pages.nl/osx/gdir.md b/pages.nl/osx/gdir.md index 80c0fd8a67..0cc9ad899d 100644 --- a/pages.nl/osx/gdir.md +++ b/pages.nl/osx/gdir.md @@ -1,7 +1,7 @@ # gdir -> Dit commando is een alias van `-p linux dir`. +> Dit commando is een alias van `dir`. - Bekijk de documentatie van het originele commando: -`tldr -p linux dir` +`tldr {{[-p|--platform]}} linux dir` diff --git a/pages.nl/osx/gdircolors.md b/pages.nl/osx/gdircolors.md index 1fc8b7d058..a14b9066e3 100644 --- a/pages.nl/osx/gdircolors.md +++ b/pages.nl/osx/gdircolors.md @@ -1,7 +1,7 @@ # gdircolors -> Dit commando is een alias van `-p linux dircolors`. +> Dit commando is een alias van `dircolors`. - Bekijk de documentatie van het originele commando: -`tldr -p linux dircolors` +`tldr dircolors` diff --git a/pages.nl/osx/gdirname.md b/pages.nl/osx/gdirname.md index 54df92dd0a..338c288d43 100644 --- a/pages.nl/osx/gdirname.md +++ b/pages.nl/osx/gdirname.md @@ -1,7 +1,7 @@ # gdirname -> Dit commando is een alias van `-p linux dirname`. +> Dit commando is een alias van `dirname`. - Bekijk de documentatie van het originele commando: -`tldr -p linux dirname` +`tldr dirname` diff --git a/pages.nl/osx/gdnsdomainname.md b/pages.nl/osx/gdnsdomainname.md index 8ace7f0c68..5e3fa2457d 100644 --- a/pages.nl/osx/gdnsdomainname.md +++ b/pages.nl/osx/gdnsdomainname.md @@ -1,7 +1,7 @@ # gdnsdomainname -> Dit commando is een alias van `-p linux dnsdomainname`. +> Dit commando is een alias van `dnsdomainname`. - Bekijk de documentatie van het originele commando: -`tldr -p linux dnsdomainname` +`tldr {{[-p|--platform]}} linux dnsdomainname` diff --git a/pages.nl/osx/gecho.md b/pages.nl/osx/gecho.md index 2fd76c6c44..e23c4688c9 100644 --- a/pages.nl/osx/gecho.md +++ b/pages.nl/osx/gecho.md @@ -1,7 +1,7 @@ # gecho -> Dit commando is een alias van `-p linux echo`. +> Dit commando is een alias van `echo`. - Bekijk de documentatie van het originele commando: -`tldr -p linux echo` +`tldr echo` diff --git a/pages.nl/osx/ged.md b/pages.nl/osx/ged.md index a6e7b22991..fe62c4ee49 100644 --- a/pages.nl/osx/ged.md +++ b/pages.nl/osx/ged.md @@ -1,7 +1,7 @@ # ged -> Dit commando is een alias van `-p linux ed`. +> Dit commando is een alias van `ed`. - Bekijk de documentatie van het originele commando: -`tldr -p linux ed` +`tldr ed` diff --git a/pages.nl/osx/gegrep.md b/pages.nl/osx/gegrep.md index e16edf36fa..0a1fca657e 100644 --- a/pages.nl/osx/gegrep.md +++ b/pages.nl/osx/gegrep.md @@ -1,7 +1,7 @@ # gegrep -> Dit commando is een alias van `-p linux egrep`. +> Dit commando is een alias van `egrep`. - Bekijk de documentatie van het originele commando: -`tldr -p linux egrep` +`tldr egrep` diff --git a/pages.nl/osx/genv.md b/pages.nl/osx/genv.md index cff272795c..2f8253b776 100644 --- a/pages.nl/osx/genv.md +++ b/pages.nl/osx/genv.md @@ -1,7 +1,7 @@ # genv -> Dit commando is een alias van `-p linux env`. +> Dit commando is een alias van `env`. - Bekijk de documentatie van het originele commando: -`tldr -p linux env` +`tldr env` diff --git a/pages.nl/osx/gexpand.md b/pages.nl/osx/gexpand.md index b1d6ed621b..d5a1c6728f 100644 --- a/pages.nl/osx/gexpand.md +++ b/pages.nl/osx/gexpand.md @@ -1,7 +1,7 @@ # gexpand -> Dit commando is een alias van `-p linux expand`. +> Dit commando is een alias van `expand`. - Bekijk de documentatie van het originele commando: -`tldr -p linux expand` +`tldr expand` diff --git a/pages.nl/osx/gexpr.md b/pages.nl/osx/gexpr.md index dbf91e0369..b4ed000121 100644 --- a/pages.nl/osx/gexpr.md +++ b/pages.nl/osx/gexpr.md @@ -1,7 +1,7 @@ # gexpr -> Dit commando is een alias van `-p linux expr`. +> Dit commando is een alias van `expr`. - Bekijk de documentatie van het originele commando: -`tldr -p linux expr` +`tldr expr` diff --git a/pages.nl/osx/gfactor.md b/pages.nl/osx/gfactor.md index 5c0599636f..a1e814baf6 100644 --- a/pages.nl/osx/gfactor.md +++ b/pages.nl/osx/gfactor.md @@ -1,7 +1,7 @@ # gfactor -> Dit commando is een alias van `-p linux factor`. +> Dit commando is een alias van `factor`. - Bekijk de documentatie van het originele commando: -`tldr -p linux factor` +`tldr factor` diff --git a/pages.nl/osx/gfalse.md b/pages.nl/osx/gfalse.md index 175a64a677..7c9b3b06fe 100644 --- a/pages.nl/osx/gfalse.md +++ b/pages.nl/osx/gfalse.md @@ -1,7 +1,7 @@ # gfalse -> Dit commando is een alias van `-p linux false`. +> Dit commando is een alias van `false`. - Bekijk de documentatie van het originele commando: -`tldr -p linux false` +`tldr false` diff --git a/pages.nl/osx/gfgrep.md b/pages.nl/osx/gfgrep.md index 3d37950ae5..1daee5bc35 100644 --- a/pages.nl/osx/gfgrep.md +++ b/pages.nl/osx/gfgrep.md @@ -1,7 +1,7 @@ # gfgrep -> Dit commando is een alias van `-p linux fgrep`. +> Dit commando is een alias van `fgrep`. - Bekijk de documentatie van het originele commando: -`tldr -p linux fgrep` +`tldr fgrep` diff --git a/pages.nl/osx/gfind.md b/pages.nl/osx/gfind.md index 937aa70c19..4e626920dd 100644 --- a/pages.nl/osx/gfind.md +++ b/pages.nl/osx/gfind.md @@ -1,7 +1,7 @@ # gfind -> Dit commando is een alias van `-p linux find`. +> Dit commando is een alias van `find`. - Bekijk de documentatie van het originele commando: -`tldr -p linux find` +`tldr find` diff --git a/pages.nl/osx/gfmt.md b/pages.nl/osx/gfmt.md index 3368d5ae74..34129f1f03 100644 --- a/pages.nl/osx/gfmt.md +++ b/pages.nl/osx/gfmt.md @@ -1,7 +1,7 @@ # gfmt -> Dit commando is een alias van `-p linux fmt`. +> Dit commando is een alias van `fmt`. - Bekijk de documentatie van het originele commando: -`tldr -p linux fmt` +`tldr fmt` diff --git a/pages.nl/osx/gfold.md b/pages.nl/osx/gfold.md index 491806c0ca..a71edc172d 100644 --- a/pages.nl/osx/gfold.md +++ b/pages.nl/osx/gfold.md @@ -1,7 +1,7 @@ # gfold -> Dit commando is een alias van `-p linux fold`. +> Dit commando is een alias van `fold`. - Bekijk de documentatie van het originele commando: -`tldr -p linux fold` +`tldr {{[-p|--platform]}} linux fold` diff --git a/pages.nl/osx/gftp.md b/pages.nl/osx/gftp.md index f43ed028b0..1e4e223198 100644 --- a/pages.nl/osx/gftp.md +++ b/pages.nl/osx/gftp.md @@ -1,7 +1,7 @@ # gftp -> Dit commando is een alias van `-p linux ftp`. +> Dit commando is een alias van `ftp`. - Bekijk de documentatie van het originele commando: -`tldr -p linux ftp` +`tldr ftp` diff --git a/pages.nl/osx/ggrep.md b/pages.nl/osx/ggrep.md index bf995ff1ee..37c5495e1e 100644 --- a/pages.nl/osx/ggrep.md +++ b/pages.nl/osx/ggrep.md @@ -1,7 +1,7 @@ # ggrep -> Dit commando is een alias van `-p linux grep`. +> Dit commando is een alias van `grep`. - Bekijk de documentatie van het originele commando: -`tldr -p linux grep` +`tldr grep` diff --git a/pages.nl/osx/ggroups.md b/pages.nl/osx/ggroups.md index 0f4c995cb8..80412a8cb2 100644 --- a/pages.nl/osx/ggroups.md +++ b/pages.nl/osx/ggroups.md @@ -1,7 +1,7 @@ # ggroups -> Dit commando is een alias van `-p linux groups`. +> Dit commando is een alias van `groups`. - Bekijk de documentatie van het originele commando: -`tldr -p linux groups` +`tldr groups` diff --git a/pages.nl/osx/ghead.md b/pages.nl/osx/ghead.md index 2a2dff5a51..196d44e724 100644 --- a/pages.nl/osx/ghead.md +++ b/pages.nl/osx/ghead.md @@ -1,7 +1,7 @@ # ghead -> Dit commando is een alias van `-p linux head`. +> Dit commando is een alias van `head`. - Bekijk de documentatie van het originele commando: -`tldr -p linux head` +`tldr {{[-p|--platform]}} linux head` diff --git a/pages.nl/osx/ghostid.md b/pages.nl/osx/ghostid.md index 3f2bfc08f9..07aed400ad 100644 --- a/pages.nl/osx/ghostid.md +++ b/pages.nl/osx/ghostid.md @@ -1,7 +1,7 @@ # ghostid -> Dit commando is een alias van `-p linux hostid`. +> Dit commando is een alias van `hostid`. - Bekijk de documentatie van het originele commando: -`tldr -p linux hostid` +`tldr hostid` diff --git a/pages.nl/osx/ghostname.md b/pages.nl/osx/ghostname.md index acecef030a..07dc9aeb90 100644 --- a/pages.nl/osx/ghostname.md +++ b/pages.nl/osx/ghostname.md @@ -1,7 +1,7 @@ # ghostname -> Dit commando is een alias van `-p linux hostname`. +> Dit commando is een alias van `hostname`. - Bekijk de documentatie van het originele commando: -`tldr -p linux hostname` +`tldr hostname` diff --git a/pages.nl/osx/gid.md b/pages.nl/osx/gid.md index 0a973ccd5b..1f142371e8 100644 --- a/pages.nl/osx/gid.md +++ b/pages.nl/osx/gid.md @@ -1,7 +1,7 @@ # gid -> Dit commando is een alias van `-p linux id`. +> Dit commando is een alias van `id`. - Bekijk de documentatie van het originele commando: -`tldr -p linux id` +`tldr id` diff --git a/pages.nl/osx/gifconfig.md b/pages.nl/osx/gifconfig.md index 6915efdcc0..1c5de27f61 100644 --- a/pages.nl/osx/gifconfig.md +++ b/pages.nl/osx/gifconfig.md @@ -1,7 +1,7 @@ # gifconfig -> Dit commando is een alias van `-p linux ifconfig`. +> Dit commando is een alias van `ifconfig`. - Bekijk de documentatie van het originele commando: -`tldr -p linux ifconfig` +`tldr ifconfig` diff --git a/pages.nl/osx/gindent.md b/pages.nl/osx/gindent.md index dfc6842c9b..337f6afe88 100644 --- a/pages.nl/osx/gindent.md +++ b/pages.nl/osx/gindent.md @@ -1,7 +1,7 @@ # gindent -> Dit commando is een alias van `-p linux indent`. +> Dit commando is een alias van `indent`. - Bekijk de documentatie van het originele commando: -`tldr -p linux indent` +`tldr {{[-p|--platform]}} common indent` diff --git a/pages.nl/osx/ginstall.md b/pages.nl/osx/ginstall.md index 27a817a0a2..02fdd2a64f 100644 --- a/pages.nl/osx/ginstall.md +++ b/pages.nl/osx/ginstall.md @@ -1,7 +1,7 @@ # ginstall -> Dit commando is een alias van `-p linux install`. +> Dit commando is een alias van `install`. - Bekijk de documentatie van het originele commando: -`tldr -p linux install` +`tldr install` diff --git a/pages.nl/osx/gjoin.md b/pages.nl/osx/gjoin.md index b4218cbdc3..54a8fd05e3 100644 --- a/pages.nl/osx/gjoin.md +++ b/pages.nl/osx/gjoin.md @@ -1,7 +1,7 @@ # gjoin -> Dit commando is een alias van `-p linux join`. +> Dit commando is een alias van `join`. - Bekijk de documentatie van het originele commando: -`tldr -p linux join` +`tldr join` diff --git a/pages.nl/osx/gkill.md b/pages.nl/osx/gkill.md index dd31553756..a659e4f65b 100644 --- a/pages.nl/osx/gkill.md +++ b/pages.nl/osx/gkill.md @@ -1,7 +1,7 @@ # gkill -> Dit commando is een alias van `-p linux kill`. +> Dit commando is een alias van `kill`. - Bekijk de documentatie van het originele commando: -`tldr -p linux kill` +`tldr {{[-p|--platform]}} linux kill` diff --git a/pages.nl/osx/glibtool.md b/pages.nl/osx/glibtool.md index bc13155547..6fd8580751 100644 --- a/pages.nl/osx/glibtool.md +++ b/pages.nl/osx/glibtool.md @@ -1,7 +1,7 @@ # glibtool -> Dit commando is een alias van `-p linux libtool`. +> Dit commando is een alias van `libtool`. - Bekijk de documentatie van het originele commando: -`tldr -p linux libtool` +`tldr {{[-p|--platform]}} linux libtool` diff --git a/pages.nl/osx/glibtoolize.md b/pages.nl/osx/glibtoolize.md index cd975741a4..17912f9a70 100644 --- a/pages.nl/osx/glibtoolize.md +++ b/pages.nl/osx/glibtoolize.md @@ -1,7 +1,7 @@ # glibtoolize -> Dit commando is een alias van `-p linux libtoolize`. +> Dit commando is een alias van `libtoolize`. - Bekijk de documentatie van het originele commando: -`tldr -p linux libtoolize` +`tldr {{[-p|--platform]}} linux libtoolize` diff --git a/pages.nl/osx/glink.md b/pages.nl/osx/glink.md index 54bd260b51..27973cb13f 100644 --- a/pages.nl/osx/glink.md +++ b/pages.nl/osx/glink.md @@ -1,7 +1,7 @@ # glink -> Dit commando is een alias van `-p linux link`. +> Dit commando is een alias van `link`. - Bekijk de documentatie van het originele commando: -`tldr -p linux link` +`tldr link` diff --git a/pages.nl/osx/gln.md b/pages.nl/osx/gln.md index 82d92fdfa8..baaeb3dcc1 100644 --- a/pages.nl/osx/gln.md +++ b/pages.nl/osx/gln.md @@ -1,7 +1,7 @@ # gln -> Dit commando is een alias van `-p linux ln`. +> Dit commando is een alias van `ln`. - Bekijk de documentatie van het originele commando: -`tldr -p linux ln` +`tldr ln` diff --git a/pages.nl/osx/glocate.md b/pages.nl/osx/glocate.md index dd0349527c..d6c5b366d2 100644 --- a/pages.nl/osx/glocate.md +++ b/pages.nl/osx/glocate.md @@ -1,7 +1,7 @@ # glocate -> Dit commando is een alias van `-p linux locate`. +> Dit commando is een alias van `locate`. - Bekijk de documentatie van het originele commando: -`tldr -p linux locate` +`tldr {{[-p|--platform]}} linux locate` diff --git a/pages.nl/osx/glogger.md b/pages.nl/osx/glogger.md index f328f5f8c4..2a8cf38d61 100644 --- a/pages.nl/osx/glogger.md +++ b/pages.nl/osx/glogger.md @@ -1,7 +1,7 @@ # glogger -> Dit commando is een alias van `-p linux logger`. +> Dit commando is een alias van `logger`. - Bekijk de documentatie van het originele commando: -`tldr -p linux logger` +`tldr {{[-p|--platform]}} linux logger` diff --git a/pages.nl/osx/glogname.md b/pages.nl/osx/glogname.md index ea1f2f8868..962e42a53f 100644 --- a/pages.nl/osx/glogname.md +++ b/pages.nl/osx/glogname.md @@ -1,7 +1,7 @@ # glogname -> Dit commando is een alias van `-p linux logname`. +> Dit commando is een alias van `logname`. - Bekijk de documentatie van het originele commando: -`tldr -p linux logname` +`tldr logname` diff --git a/pages.nl/osx/gls.md b/pages.nl/osx/gls.md index 0868d401e9..e3cfdf47d2 100644 --- a/pages.nl/osx/gls.md +++ b/pages.nl/osx/gls.md @@ -1,7 +1,7 @@ # gls -> Dit commando is een alias van `-p linux ls`. +> Dit commando is een alias van `ls`. - Bekijk de documentatie van het originele commando: -`tldr -p linux ls` +`tldr ls` diff --git a/pages.nl/osx/gmake.md b/pages.nl/osx/gmake.md index 65e8b35fd9..98c26c222a 100644 --- a/pages.nl/osx/gmake.md +++ b/pages.nl/osx/gmake.md @@ -1,7 +1,7 @@ # gmake -> Dit commando is een alias van `-p linux make`. +> Dit commando is een alias van `make`. - Bekijk de documentatie van het originele commando: -`tldr -p linux make` +`tldr make` diff --git a/pages.nl/osx/gmd5sum.md b/pages.nl/osx/gmd5sum.md index 3f4272d849..623bbb2593 100644 --- a/pages.nl/osx/gmd5sum.md +++ b/pages.nl/osx/gmd5sum.md @@ -1,7 +1,7 @@ # gmd5sum -> Dit commando is een alias van `-p linux md5sum`. +> Dit commando is een alias van `md5sum`. - Bekijk de documentatie van het originele commando: -`tldr -p linux md5sum` +`tldr md5sum` diff --git a/pages.nl/osx/gmkdir.md b/pages.nl/osx/gmkdir.md index d73177bcb2..6359b0e50e 100644 --- a/pages.nl/osx/gmkdir.md +++ b/pages.nl/osx/gmkdir.md @@ -1,7 +1,7 @@ # gmkdir -> Dit commando is een alias van `-p linux mkdir`. +> Dit commando is een alias van `mkdir`. - Bekijk de documentatie van het originele commando: -`tldr -p linux mkdir` +`tldr mkdir` diff --git a/pages.nl/osx/gmkfifo.md b/pages.nl/osx/gmkfifo.md index 297d07a784..37ea9f6176 100644 --- a/pages.nl/osx/gmkfifo.md +++ b/pages.nl/osx/gmkfifo.md @@ -1,7 +1,7 @@ # gmkfifo -> Dit commando is een alias van `-p linux mkfifo`. +> Dit commando is een alias van `mkfifo`. - Bekijk de documentatie van het originele commando: -`tldr -p linux mkfifo` +`tldr mkfifo` diff --git a/pages.nl/osx/gmknod.md b/pages.nl/osx/gmknod.md index 9c428e4f79..5eaaa29164 100644 --- a/pages.nl/osx/gmknod.md +++ b/pages.nl/osx/gmknod.md @@ -1,7 +1,7 @@ # gmknod -> Dit commando is een alias van `-p linux mknod`. +> Dit commando is een alias van `mknod`. - Bekijk de documentatie van het originele commando: -`tldr -p linux mknod` +`tldr {{[-p|--platform]}} linux mknod` diff --git a/pages.nl/osx/gmktemp.md b/pages.nl/osx/gmktemp.md index 784ad1ff7d..4dbd4146ba 100644 --- a/pages.nl/osx/gmktemp.md +++ b/pages.nl/osx/gmktemp.md @@ -1,7 +1,7 @@ # gmktemp -> Dit commando is een alias van `-p linux mktemp`. +> Dit commando is een alias van `mktemp`. - Bekijk de documentatie van het originele commando: -`tldr -p linux mktemp` +`tldr {{[-p|--platform]}} linux mktemp` diff --git a/pages.nl/osx/gmv.md b/pages.nl/osx/gmv.md index 68ab883c16..a5d80b7b41 100644 --- a/pages.nl/osx/gmv.md +++ b/pages.nl/osx/gmv.md @@ -1,7 +1,7 @@ # gmv -> Dit commando is een alias van `-p linux mv`. +> Dit commando is een alias van `mv`. - Bekijk de documentatie van het originele commando: -`tldr -p linux mv` +`tldr mv` diff --git a/pages.nl/osx/gnice.md b/pages.nl/osx/gnice.md index 1abbf0d1fb..cbb572abef 100644 --- a/pages.nl/osx/gnice.md +++ b/pages.nl/osx/gnice.md @@ -1,7 +1,7 @@ # gnice -> Dit commando is een alias van `-p linux nice`. +> Dit commando is een alias van `nice`. - Bekijk de documentatie van het originele commando: -`tldr -p linux nice` +`tldr nice` diff --git a/pages.nl/osx/gnl.md b/pages.nl/osx/gnl.md index 36519bb6bf..fa46799504 100644 --- a/pages.nl/osx/gnl.md +++ b/pages.nl/osx/gnl.md @@ -1,7 +1,7 @@ # gnl -> Dit commando is een alias van `-p linux nl`. +> Dit commando is een alias van `nl`. - Bekijk de documentatie van het originele commando: -`tldr -p linux nl` +`tldr {{[-p|--platform]}} linux nl` diff --git a/pages.nl/osx/gnohup.md b/pages.nl/osx/gnohup.md index 5682d82ad7..189344620b 100644 --- a/pages.nl/osx/gnohup.md +++ b/pages.nl/osx/gnohup.md @@ -1,7 +1,7 @@ # gnohup -> Dit commando is een alias van `-p linux nohup`. +> Dit commando is een alias van `nohup`. - Bekijk de documentatie van het originele commando: -`tldr -p linux nohup` +`tldr nohup` diff --git a/pages.nl/osx/gnproc.md b/pages.nl/osx/gnproc.md index 00b01dd18e..ae25106e11 100644 --- a/pages.nl/osx/gnproc.md +++ b/pages.nl/osx/gnproc.md @@ -1,7 +1,7 @@ # gnproc -> Dit commando is een alias van `-p linux nproc`. +> Dit commando is een alias van `nproc`. - Bekijk de documentatie van het originele commando: -`tldr -p linux nproc` +`tldr nproc` diff --git a/pages.nl/osx/god.md b/pages.nl/osx/god.md index 2b5ac5aef1..5e09555aa6 100644 --- a/pages.nl/osx/god.md +++ b/pages.nl/osx/god.md @@ -1,7 +1,7 @@ # god -> Dit commando is een alias van `-p linux od`. +> Dit commando is een alias van `od`. - Bekijk de documentatie van het originele commando: -`tldr -p linux od` +`tldr od` diff --git a/pages.nl/osx/gpaste.md b/pages.nl/osx/gpaste.md index 0241c4b325..5426b1ebfc 100644 --- a/pages.nl/osx/gpaste.md +++ b/pages.nl/osx/gpaste.md @@ -1,7 +1,7 @@ # gpaste -> Dit commando is een alias van `-p linux paste`. +> Dit commando is een alias van `paste`. - Bekijk de documentatie van het originele commando: -`tldr -p linux paste` +`tldr paste` diff --git a/pages.nl/osx/gpathchk.md b/pages.nl/osx/gpathchk.md index 688dc7a663..a24810a898 100644 --- a/pages.nl/osx/gpathchk.md +++ b/pages.nl/osx/gpathchk.md @@ -1,7 +1,7 @@ # gpathchk -> Dit commando is een alias van `-p linux pathchk`. +> Dit commando is een alias van `pathchk`. - Bekijk de documentatie van het originele commando: -`tldr -p linux pathchk` +`tldr pathchk` diff --git a/pages.nl/osx/gping.md b/pages.nl/osx/gping.md index dbf6ee0408..ff523c87b6 100644 --- a/pages.nl/osx/gping.md +++ b/pages.nl/osx/gping.md @@ -1,7 +1,7 @@ # gping -> Dit commando is een alias van `-p linux ping`. +> Dit commando is een alias van `ping`. - Bekijk de documentatie van het originele commando: -`tldr -p linux ping` +`tldr {{[-p|--platform]}} common ping` diff --git a/pages.nl/osx/gping6.md b/pages.nl/osx/gping6.md index c381978ec2..a09d0ecbd2 100644 --- a/pages.nl/osx/gping6.md +++ b/pages.nl/osx/gping6.md @@ -1,7 +1,7 @@ # gping6 -> Dit commando is een alias van `-p linux ping6`. +> Dit commando is een alias van `ping6`. - Bekijk de documentatie van het originele commando: -`tldr -p linux ping6` +`tldr ping6` diff --git a/pages.nl/osx/gpinky.md b/pages.nl/osx/gpinky.md index d7f184bf03..dba304e160 100644 --- a/pages.nl/osx/gpinky.md +++ b/pages.nl/osx/gpinky.md @@ -1,7 +1,7 @@ # gpinky -> Dit commando is een alias van `-p linux pinky`. +> Dit commando is een alias van `pinky`. - Bekijk de documentatie van het originele commando: -`tldr -p linux pinky` +`tldr pinky` diff --git a/pages.nl/osx/gpr.md b/pages.nl/osx/gpr.md index b4d46adad6..91b478e83b 100644 --- a/pages.nl/osx/gpr.md +++ b/pages.nl/osx/gpr.md @@ -1,7 +1,7 @@ # gpr -> Dit commando is een alias van `-p linux pr`. +> Dit commando is een alias van `pr`. - Bekijk de documentatie van het originele commando: -`tldr -p linux pr` +`tldr pr` diff --git a/pages.nl/osx/gprintenv.md b/pages.nl/osx/gprintenv.md index db026266ce..cebef51308 100644 --- a/pages.nl/osx/gprintenv.md +++ b/pages.nl/osx/gprintenv.md @@ -1,7 +1,7 @@ # gprintenv -> Dit commando is een alias van `-p linux printenv`. +> Dit commando is een alias van `printenv`. - Bekijk de documentatie van het originele commando: -`tldr -p linux printenv` +`tldr printenv` diff --git a/pages.nl/osx/gprintf.md b/pages.nl/osx/gprintf.md index cdc3e3d6d5..a81b0f97e8 100644 --- a/pages.nl/osx/gprintf.md +++ b/pages.nl/osx/gprintf.md @@ -1,7 +1,7 @@ # gprintf -> Dit commando is een alias van `-p linux printf`. +> Dit commando is een alias van `printf`. - Bekijk de documentatie van het originele commando: -`tldr -p linux printf` +`tldr printf` diff --git a/pages.nl/osx/gptx.md b/pages.nl/osx/gptx.md index 8c5b62e89b..aec39d02e4 100644 --- a/pages.nl/osx/gptx.md +++ b/pages.nl/osx/gptx.md @@ -1,7 +1,7 @@ # gptx -> Dit commando is een alias van `-p linux ptx`. +> Dit commando is een alias van `ptx`. - Bekijk de documentatie van het originele commando: -`tldr -p linux ptx` +`tldr {{[-p|--platform]}} linux ptx` diff --git a/pages.nl/osx/gpwd.md b/pages.nl/osx/gpwd.md index 5ce42d612e..d6a5c4e9a8 100644 --- a/pages.nl/osx/gpwd.md +++ b/pages.nl/osx/gpwd.md @@ -1,7 +1,7 @@ # gpwd -> Dit commando is een alias van `-p linux pwd`. +> Dit commando is een alias van `pwd`. - Bekijk de documentatie van het originele commando: -`tldr -p linux pwd` +`tldr pwd` diff --git a/pages.nl/osx/grcp.md b/pages.nl/osx/grcp.md index e11f0a48ca..71aafdf238 100644 --- a/pages.nl/osx/grcp.md +++ b/pages.nl/osx/grcp.md @@ -1,7 +1,7 @@ # grcp -> Dit commando is een alias van `-p linux rcp`. +> Dit commando is een alias van `rcp`. - Bekijk de documentatie van het originele commando: -`tldr -p linux rcp` +`tldr {{[-p|--platform]}} linux rcp` diff --git a/pages.nl/osx/greadlink.md b/pages.nl/osx/greadlink.md index 7fd34eefed..94c4d1c720 100644 --- a/pages.nl/osx/greadlink.md +++ b/pages.nl/osx/greadlink.md @@ -1,7 +1,7 @@ # greadlink -> Dit commando is een alias van `-p linux readlink`. +> Dit commando is een alias van `readlink`. - Bekijk de documentatie van het originele commando: -`tldr -p linux readlink` +`tldr readlink` diff --git a/pages.nl/osx/grealpath.md b/pages.nl/osx/grealpath.md index c6c7e5a9a6..8066202966 100644 --- a/pages.nl/osx/grealpath.md +++ b/pages.nl/osx/grealpath.md @@ -1,7 +1,7 @@ # grealpath -> Dit commando is een alias van `-p linux realpath`. +> Dit commando is een alias van `realpath`. - Bekijk de documentatie van het originele commando: -`tldr -p linux realpath` +`tldr realpath` diff --git a/pages.nl/osx/grexec.md b/pages.nl/osx/grexec.md index c49910b199..2a3bb9583e 100644 --- a/pages.nl/osx/grexec.md +++ b/pages.nl/osx/grexec.md @@ -1,7 +1,7 @@ # grexec -> Dit commando is een alias van `-p linux rexec`. +> Dit commando is een alias van `rexec`. - Bekijk de documentatie van het originele commando: -`tldr -p linux rexec` +`tldr {{[-p|--platform]}} linux rexec` diff --git a/pages.nl/osx/grlogin.md b/pages.nl/osx/grlogin.md index a5f4cf61ed..8afd686685 100644 --- a/pages.nl/osx/grlogin.md +++ b/pages.nl/osx/grlogin.md @@ -1,7 +1,7 @@ # grlogin -> Dit commando is een alias van `-p linux rlogin`. +> Dit commando is een alias van `rlogin`. - Bekijk de documentatie van het originele commando: -`tldr -p linux rlogin` +`tldr {{[-p|--platform]}} linux rlogin` diff --git a/pages.nl/osx/grm.md b/pages.nl/osx/grm.md index 7f8572de1c..104a586bb7 100644 --- a/pages.nl/osx/grm.md +++ b/pages.nl/osx/grm.md @@ -1,7 +1,7 @@ # grm -> Dit commando is een alias van `-p linux rm`. +> Dit commando is een alias van `rm`. - Bekijk de documentatie van het originele commando: -`tldr -p linux rm` +`tldr rm` diff --git a/pages.nl/osx/grmdir.md b/pages.nl/osx/grmdir.md index e6b2c7dcde..6f66562785 100644 --- a/pages.nl/osx/grmdir.md +++ b/pages.nl/osx/grmdir.md @@ -1,7 +1,7 @@ # grmdir -> Dit commando is een alias van `-p linux rmdir`. +> Dit commando is een alias van `rmdir`. - Bekijk de documentatie van het originele commando: -`tldr -p linux rmdir` +`tldr rmdir` diff --git a/pages.nl/osx/grsh.md b/pages.nl/osx/grsh.md index 8c8f0d91b2..ad05005ab6 100644 --- a/pages.nl/osx/grsh.md +++ b/pages.nl/osx/grsh.md @@ -1,7 +1,7 @@ # grsh -> Dit commando is een alias van `-p linux rsh`. +> Dit commando is een alias van `rsh`. - Bekijk de documentatie van het originele commando: -`tldr -p linux rsh` +`tldr {{[-p|--platform]}} linux rsh` diff --git a/pages.nl/osx/gruncon.md b/pages.nl/osx/gruncon.md index ba5865f870..14d6cc772e 100644 --- a/pages.nl/osx/gruncon.md +++ b/pages.nl/osx/gruncon.md @@ -1,7 +1,7 @@ # gruncon -> Dit commando is een alias van `-p linux runcon`. +> Dit commando is een alias van `runcon`. - Bekijk de documentatie van het originele commando: -`tldr -p linux runcon` +`tldr {{[-p|--platform]}} linux runcon` diff --git a/pages.nl/osx/gsed.md b/pages.nl/osx/gsed.md index 090a2fe26a..78069a2f80 100644 --- a/pages.nl/osx/gsed.md +++ b/pages.nl/osx/gsed.md @@ -1,7 +1,7 @@ # gsed -> Dit commando is een alias van `-p linux sed`. +> Dit commando is een alias van `sed`. - Bekijk de documentatie van het originele commando: -`tldr -p linux sed` +`tldr {{[-p|--platform]}} linux sed` diff --git a/pages.nl/osx/gseq.md b/pages.nl/osx/gseq.md index a95522bbc6..25c46ce510 100644 --- a/pages.nl/osx/gseq.md +++ b/pages.nl/osx/gseq.md @@ -1,7 +1,7 @@ # gseq -> Dit commando is een alias van `-p linux seq`. +> Dit commando is een alias van `seq`. - Bekijk de documentatie van het originele commando: -`tldr -p linux seq` +`tldr seq` diff --git a/pages.nl/osx/gsha1sum.md b/pages.nl/osx/gsha1sum.md index a4a2cd7fa8..8a934d3c90 100644 --- a/pages.nl/osx/gsha1sum.md +++ b/pages.nl/osx/gsha1sum.md @@ -1,7 +1,7 @@ # gsha1sum -> Dit commando is een alias van `-p linux sha1sum`. +> Dit commando is een alias van `sha1sum`. - Bekijk de documentatie van het originele commando: -`tldr -p linux sha1sum` +`tldr sha1sum` diff --git a/pages.nl/osx/gsha224sum.md b/pages.nl/osx/gsha224sum.md index 4f4a1f34d8..a74d584275 100644 --- a/pages.nl/osx/gsha224sum.md +++ b/pages.nl/osx/gsha224sum.md @@ -1,7 +1,7 @@ # gsha224sum -> Dit commando is een alias van `-p linux sha224sum`. +> Dit commando is een alias van `sha224sum`. - Bekijk de documentatie van het originele commando: -`tldr -p linux sha224sum` +`tldr sha224sum` diff --git a/pages.nl/osx/gsha256sum.md b/pages.nl/osx/gsha256sum.md index 10c70d2ceb..5fb27e3df8 100644 --- a/pages.nl/osx/gsha256sum.md +++ b/pages.nl/osx/gsha256sum.md @@ -1,7 +1,7 @@ # gsha256sum -> Dit commando is een alias van `-p linux sha256sum`. +> Dit commando is een alias van `sha256sum`. - Bekijk de documentatie van het originele commando: -`tldr -p linux sha256sum` +`tldr sha256sum` diff --git a/pages.nl/osx/gsha384sum.md b/pages.nl/osx/gsha384sum.md index 4fe4f30c13..717786e6a4 100644 --- a/pages.nl/osx/gsha384sum.md +++ b/pages.nl/osx/gsha384sum.md @@ -1,7 +1,7 @@ # gsha384sum -> Dit commando is een alias van `-p linux sha384sum`. +> Dit commando is een alias van `sha384sum`. - Bekijk de documentatie van het originele commando: -`tldr -p linux sha384sum` +`tldr sha384sum` diff --git a/pages.nl/osx/gsha512sum.md b/pages.nl/osx/gsha512sum.md index 2e77c0cb5f..7b5e213c6a 100644 --- a/pages.nl/osx/gsha512sum.md +++ b/pages.nl/osx/gsha512sum.md @@ -1,7 +1,7 @@ # gsha512sum -> Dit commando is een alias van `-p linux sha512sum`. +> Dit commando is een alias van `sha512sum`. - Bekijk de documentatie van het originele commando: -`tldr -p linux sha512sum` +`tldr sha512sum` diff --git a/pages.nl/osx/gshred.md b/pages.nl/osx/gshred.md index 16ca605471..857389f569 100644 --- a/pages.nl/osx/gshred.md +++ b/pages.nl/osx/gshred.md @@ -1,7 +1,7 @@ # gshred -> Dit commando is een alias van `-p linux shred`. +> Dit commando is een alias van `shred`. - Bekijk de documentatie van het originele commando: -`tldr -p linux shred` +`tldr shred` diff --git a/pages.nl/osx/gshuf.md b/pages.nl/osx/gshuf.md index a724f02724..438526539c 100644 --- a/pages.nl/osx/gshuf.md +++ b/pages.nl/osx/gshuf.md @@ -1,7 +1,7 @@ # gshuf -> Dit commando is een alias van `-p linux shuf`. +> Dit commando is een alias van `shuf`. - Bekijk de documentatie van het originele commando: -`tldr -p linux shuf` +`tldr {{[-p|--platform]}} coomon shuf` diff --git a/pages.nl/osx/gsleep.md b/pages.nl/osx/gsleep.md index 009f650f6b..5e8db02d6d 100644 --- a/pages.nl/osx/gsleep.md +++ b/pages.nl/osx/gsleep.md @@ -1,7 +1,7 @@ # gsleep -> Dit commando is een alias van `-p linux sleep`. +> Dit commando is een alias van `sleep`. - Bekijk de documentatie van het originele commando: -`tldr -p linux sleep` +`tldr {{[-p|--platform]}} linux sleep` diff --git a/pages.nl/osx/gsort.md b/pages.nl/osx/gsort.md index f0f77dfedc..c7a85c73f8 100644 --- a/pages.nl/osx/gsort.md +++ b/pages.nl/osx/gsort.md @@ -1,7 +1,7 @@ # gsort -> Dit commando is een alias van `-p linux sort`. +> Dit commando is een alias van `sort`. - Bekijk de documentatie van het originele commando: -`tldr -p linux sort` +`tldr sort` diff --git a/pages.nl/osx/gsplit.md b/pages.nl/osx/gsplit.md index 00e6cf018d..123b49941d 100644 --- a/pages.nl/osx/gsplit.md +++ b/pages.nl/osx/gsplit.md @@ -1,7 +1,7 @@ # gsplit -> Dit commando is een alias van `-p linux split`. +> Dit commando is een alias van `split`. - Bekijk de documentatie van het originele commando: -`tldr -p linux split` +`tldr {{[-p|--platform]}} common split` diff --git a/pages.nl/osx/gstat.md b/pages.nl/osx/gstat.md index 019469e0a2..a5f1ab355b 100644 --- a/pages.nl/osx/gstat.md +++ b/pages.nl/osx/gstat.md @@ -1,7 +1,7 @@ # gstat -> Dit commando is een alias van `-p linux stat`. +> Dit commando is een alias van `stat`. - Bekijk de documentatie van het originele commando: -`tldr -p linux stat` +`tldr {{[-p|--platform]}} common stat` diff --git a/pages.nl/osx/gstdbuf.md b/pages.nl/osx/gstdbuf.md index 972b5420ae..c6cf5909ce 100644 --- a/pages.nl/osx/gstdbuf.md +++ b/pages.nl/osx/gstdbuf.md @@ -1,7 +1,7 @@ # gstdbuf -> Dit commando is een alias van `-p linux stdbuf`. +> Dit commando is een alias van `stdbuf`. - Bekijk de documentatie van het originele commando: -`tldr -p linux stdbuf` +`tldr stdbuf` diff --git a/pages.nl/osx/gstty.md b/pages.nl/osx/gstty.md index c7f74559a0..3733ec8979 100644 --- a/pages.nl/osx/gstty.md +++ b/pages.nl/osx/gstty.md @@ -1,7 +1,7 @@ # gstty -> Dit commando is een alias van `-p linux stty`. +> Dit commando is een alias van `stty`. - Bekijk de documentatie van het originele commando: -`tldr -p linux stty` +`tldr stty` diff --git a/pages.nl/osx/gsum.md b/pages.nl/osx/gsum.md index 77ff703356..a403806f50 100644 --- a/pages.nl/osx/gsum.md +++ b/pages.nl/osx/gsum.md @@ -1,7 +1,7 @@ # gsum -> Dit commando is een alias van `-p linux sum`. +> Dit commando is een alias van `sum`. - Bekijk de documentatie van het originele commando: -`tldr -p linux sum` +`tldr sum` diff --git a/pages.nl/osx/gsync.md b/pages.nl/osx/gsync.md index 9df5cd3c08..6c019474d5 100644 --- a/pages.nl/osx/gsync.md +++ b/pages.nl/osx/gsync.md @@ -1,7 +1,7 @@ # gsync -> Dit commando is een alias van `-p linux sync`. +> Dit commando is een alias van `sync`. - Bekijk de documentatie van het originele commando: -`tldr -p linux sync` +`tldr sync` diff --git a/pages.nl/osx/gtac.md b/pages.nl/osx/gtac.md index d2ca760448..97a07ee3dc 100644 --- a/pages.nl/osx/gtac.md +++ b/pages.nl/osx/gtac.md @@ -1,7 +1,7 @@ # gtac -> Dit commando is een alias van `-p linux tac`. +> Dit commando is een alias van `tac`. - Bekijk de documentatie van het originele commando: -`tldr -p linux tac` +`tldr tac` diff --git a/pages.nl/osx/gtail.md b/pages.nl/osx/gtail.md index 43bc5abd2f..28b8cc63f9 100644 --- a/pages.nl/osx/gtail.md +++ b/pages.nl/osx/gtail.md @@ -1,7 +1,7 @@ # gtail -> Dit commando is een alias van `-p linux tail`. +> Dit commando is een alias van `tail`. - Bekijk de documentatie van het originele commando: -`tldr -p linux tail` +`tldr {{[-p|--platform]}} common tail` diff --git a/pages.nl/osx/gtalk.md b/pages.nl/osx/gtalk.md index 83f8a7b658..a814aab660 100644 --- a/pages.nl/osx/gtalk.md +++ b/pages.nl/osx/gtalk.md @@ -1,7 +1,7 @@ # gtalk -> Dit commando is een alias van `-p linux talk`. +> Dit commando is een alias van `talk`. - Bekijk de documentatie van het originele commando: -`tldr -p linux talk` +`tldr {{[-p|--platform]}} linux talk` diff --git a/pages.nl/osx/gtar.md b/pages.nl/osx/gtar.md index 780f927cf2..78a57b9aa6 100644 --- a/pages.nl/osx/gtar.md +++ b/pages.nl/osx/gtar.md @@ -1,7 +1,7 @@ # gtar -> Dit commando is een alias van `-p linux tar`. +> Dit commando is een alias van `tar`. - Bekijk de documentatie van het originele commando: -`tldr -p linux tar` +`tldr tar` diff --git a/pages.nl/osx/gtee.md b/pages.nl/osx/gtee.md index 01c2c94842..f5aedae659 100644 --- a/pages.nl/osx/gtee.md +++ b/pages.nl/osx/gtee.md @@ -1,7 +1,7 @@ # gtee -> Dit commando is een alias van `-p linux tee`. +> Dit commando is een alias van `tee`. - Bekijk de documentatie van het originele commando: -`tldr -p linux tee` +`tldr tee` diff --git a/pages.nl/osx/gtelnet.md b/pages.nl/osx/gtelnet.md index 8fd92ea016..72ecd0c789 100644 --- a/pages.nl/osx/gtelnet.md +++ b/pages.nl/osx/gtelnet.md @@ -1,7 +1,7 @@ # gtelnet -> Dit commando is een alias van `-p linux telnet`. +> Dit commando is een alias van `telnet`. - Bekijk de documentatie van het originele commando: -`tldr -p linux telnet` +`tldr telnet` diff --git a/pages.nl/osx/gtest.md b/pages.nl/osx/gtest.md index aa4c307e18..e13e5db11e 100644 --- a/pages.nl/osx/gtest.md +++ b/pages.nl/osx/gtest.md @@ -1,7 +1,7 @@ # gtest -> Dit commando is een alias van `-p linux test`. +> Dit commando is een alias van `test`. - Bekijk de documentatie van het originele commando: -`tldr -p linux test` +`tldr test` diff --git a/pages.nl/osx/gtftp.md b/pages.nl/osx/gtftp.md index d44fbb4a55..1c5cde247d 100644 --- a/pages.nl/osx/gtftp.md +++ b/pages.nl/osx/gtftp.md @@ -1,7 +1,7 @@ # gtftp -> Dit commando is een alias van `-p linux tftp`. +> Dit commando is een alias van `tftp`. - Bekijk de documentatie van het originele commando: -`tldr -p linux tftp` +`tldr {{[-p|--platform]}} linux tftp` diff --git a/pages.nl/osx/gtime.md b/pages.nl/osx/gtime.md index 3c7ea0d13a..de274ca612 100644 --- a/pages.nl/osx/gtime.md +++ b/pages.nl/osx/gtime.md @@ -1,7 +1,7 @@ # gtime -> Dit commando is een alias van `-p linux time`. +> Dit commando is een alias van `time`. - Bekijk de documentatie van het originele commando: -`tldr -p linux time` +`tldr time` diff --git a/pages.nl/osx/gtimeout.md b/pages.nl/osx/gtimeout.md index 69d895db9e..ae5e53c1b2 100644 --- a/pages.nl/osx/gtimeout.md +++ b/pages.nl/osx/gtimeout.md @@ -1,7 +1,7 @@ # gtimeout -> Dit commando is een alias van `-p linux timeout`. +> Dit commando is een alias van `timeout`. - Bekijk de documentatie van het originele commando: -`tldr -p linux timeout` +`tldr timeout` diff --git a/pages.nl/osx/gtouch.md b/pages.nl/osx/gtouch.md index b0f09b4c1b..fc4fb6e7f8 100644 --- a/pages.nl/osx/gtouch.md +++ b/pages.nl/osx/gtouch.md @@ -1,7 +1,7 @@ # gtouch -> Dit commando is een alias van `-p linux touch`. +> Dit commando is een alias van `touch`. - Bekijk de documentatie van het originele commando: -`tldr -p linux touch` +`tldr touch` diff --git a/pages.nl/osx/gtr.md b/pages.nl/osx/gtr.md index b1c808460b..64285cf7ef 100644 --- a/pages.nl/osx/gtr.md +++ b/pages.nl/osx/gtr.md @@ -1,7 +1,7 @@ # gtr -> Dit commando is een alias van `-p linux tr`. +> Dit commando is een alias van `tr`. - Bekijk de documentatie van het originele commando: -`tldr -p linux tr` +`tldr tr` diff --git a/pages.nl/osx/gtraceroute.md b/pages.nl/osx/gtraceroute.md index 5443bddcd0..36eb1f7bd7 100644 --- a/pages.nl/osx/gtraceroute.md +++ b/pages.nl/osx/gtraceroute.md @@ -1,7 +1,7 @@ # gtraceroute -> Dit commando is een alias van `-p linux traceroute`. +> Dit commando is een alias van `traceroute`. - Bekijk de documentatie van het originele commando: -`tldr -p linux traceroute` +`tldr traceroute` diff --git a/pages.nl/osx/gtrue.md b/pages.nl/osx/gtrue.md index 59ad2a93ca..883a188a5b 100644 --- a/pages.nl/osx/gtrue.md +++ b/pages.nl/osx/gtrue.md @@ -1,7 +1,7 @@ # gtrue -> Dit commando is een alias van `-p linux true`. +> Dit commando is een alias van `true`. - Bekijk de documentatie van het originele commando: -`tldr -p linux true` +`tldr true` diff --git a/pages.nl/osx/gtruncate.md b/pages.nl/osx/gtruncate.md index 8e09f2d3e2..25272c9686 100644 --- a/pages.nl/osx/gtruncate.md +++ b/pages.nl/osx/gtruncate.md @@ -1,7 +1,7 @@ # gtruncate -> Dit commando is een alias van `-p linux truncate`. +> Dit commando is een alias van `truncate`. - Bekijk de documentatie van het originele commando: -`tldr -p linux truncate` +`tldr truncate` diff --git a/pages.nl/osx/gtsort.md b/pages.nl/osx/gtsort.md index 24a72e89b9..6abd51287e 100644 --- a/pages.nl/osx/gtsort.md +++ b/pages.nl/osx/gtsort.md @@ -1,7 +1,7 @@ # gtsort -> Dit commando is een alias van `-p linux tsort`. +> Dit commando is een alias van `tsort`. - Bekijk de documentatie van het originele commando: -`tldr -p linux tsort` +`tldr tsort` diff --git a/pages.nl/osx/gtty.md b/pages.nl/osx/gtty.md index ef217049bf..2f15fe6fbf 100644 --- a/pages.nl/osx/gtty.md +++ b/pages.nl/osx/gtty.md @@ -1,7 +1,7 @@ # gtty -> Dit commando is een alias van `-p linux tty`. +> Dit commando is een alias van `tty`. - Bekijk de documentatie van het originele commando: -`tldr -p linux tty` +`tldr tty` diff --git a/pages.nl/osx/guname.md b/pages.nl/osx/guname.md index ff29c64c83..d3a7122e89 100644 --- a/pages.nl/osx/guname.md +++ b/pages.nl/osx/guname.md @@ -1,7 +1,7 @@ # guname -> Dit commando is een alias van `-p linux uname`. +> Dit commando is een alias van `uname`. - Bekijk de documentatie van het originele commando: -`tldr -p linux uname` +`tldr {{[-p|--platform]}} common uname` diff --git a/pages.nl/osx/gunexpand.md b/pages.nl/osx/gunexpand.md index 1c2511e931..159f241c35 100644 --- a/pages.nl/osx/gunexpand.md +++ b/pages.nl/osx/gunexpand.md @@ -1,7 +1,7 @@ # gunexpand -> Dit commando is een alias van `-p linux unexpand`. +> Dit commando is een alias van `unexpand`. - Bekijk de documentatie van het originele commando: -`tldr -p linux unexpand` +`tldr unexpand` diff --git a/pages.nl/osx/guniq.md b/pages.nl/osx/guniq.md index 83d823b09e..7358e88ec8 100644 --- a/pages.nl/osx/guniq.md +++ b/pages.nl/osx/guniq.md @@ -1,7 +1,7 @@ # guniq -> Dit commando is een alias van `-p linux uniq`. +> Dit commando is een alias van `uniq`. - Bekijk de documentatie van het originele commando: -`tldr -p linux uniq` +`tldr uniq` diff --git a/pages.nl/osx/gunits.md b/pages.nl/osx/gunits.md index daa41f290f..c02992f9c2 100644 --- a/pages.nl/osx/gunits.md +++ b/pages.nl/osx/gunits.md @@ -1,7 +1,7 @@ # gunits -> Dit commando is een alias van `-p linux units`. +> Dit commando is een alias van `units`. - Bekijk de documentatie van het originele commando: -`tldr -p linux units` +`tldr units` diff --git a/pages.nl/osx/gunlink.md b/pages.nl/osx/gunlink.md index 5a90c4dda5..57c3f34a45 100644 --- a/pages.nl/osx/gunlink.md +++ b/pages.nl/osx/gunlink.md @@ -1,7 +1,7 @@ # gunlink -> Dit commando is een alias van `-p linux unlink`. +> Dit commando is een alias van `unlink`. - Bekijk de documentatie van het originele commando: -`tldr -p linux unlink` +`tldr unlink` diff --git a/pages.nl/osx/gupdatedb.md b/pages.nl/osx/gupdatedb.md index 6695f61ac0..77817efa3b 100644 --- a/pages.nl/osx/gupdatedb.md +++ b/pages.nl/osx/gupdatedb.md @@ -1,7 +1,7 @@ # gupdatedb -> Dit commando is een alias van `-p linux updatedb`. +> Dit commando is een alias van `updatedb`. - Bekijk de documentatie van het originele commando: -`tldr -p linux updatedb` +`tldr {{[-p|--platform]}} linux updatedb` diff --git a/pages.nl/osx/guptime.md b/pages.nl/osx/guptime.md index 7f3d34a4e9..a4b4016249 100644 --- a/pages.nl/osx/guptime.md +++ b/pages.nl/osx/guptime.md @@ -1,7 +1,7 @@ # guptime -> Dit commando is een alias van `-p linux uptime`. +> Dit commando is een alias van `uptime`. - Bekijk de documentatie van het originele commando: -`tldr -p linux uptime` +`tldr {{[-p|--platform]}} common uptime` diff --git a/pages.nl/osx/gusers.md b/pages.nl/osx/gusers.md index 95ee20cd71..d550d5ed0d 100644 --- a/pages.nl/osx/gusers.md +++ b/pages.nl/osx/gusers.md @@ -1,7 +1,7 @@ # gusers -> Dit commando is een alias van `-p linux users`. +> Dit commando is een alias van `users`. - Bekijk de documentatie van het originele commando: -`tldr -p linux users` +`tldr users` diff --git a/pages.nl/osx/gvdir.md b/pages.nl/osx/gvdir.md index 5e71180a51..998f153d2e 100644 --- a/pages.nl/osx/gvdir.md +++ b/pages.nl/osx/gvdir.md @@ -1,7 +1,7 @@ # gvdir -> Dit commando is een alias van `-p linux vdir`. +> Dit commando is een alias van `vdir`. - Bekijk de documentatie van het originele commando: -`tldr -p linux vdir` +`tldr vdir` diff --git a/pages.nl/osx/gwc.md b/pages.nl/osx/gwc.md index 47611f5308..cdca992bba 100644 --- a/pages.nl/osx/gwc.md +++ b/pages.nl/osx/gwc.md @@ -1,7 +1,7 @@ # gwc -> Dit commando is een alias van `-p linux wc`. +> Dit commando is een alias van `wc`. - Bekijk de documentatie van het originele commando: -`tldr -p linux wc` +`tldr {{[-p|--platform]}} common wc` diff --git a/pages.nl/osx/gwhich.md b/pages.nl/osx/gwhich.md index 0352258e3c..7ec78702e1 100644 --- a/pages.nl/osx/gwhich.md +++ b/pages.nl/osx/gwhich.md @@ -1,7 +1,7 @@ # gwhich -> Dit commando is een alias van `-p linux which`. +> Dit commando is een alias van `which`. - Bekijk de documentatie van het originele commando: -`tldr -p linux which` +`tldr which` diff --git a/pages.nl/osx/gwho.md b/pages.nl/osx/gwho.md index c2f0b752c5..05b8811ef5 100644 --- a/pages.nl/osx/gwho.md +++ b/pages.nl/osx/gwho.md @@ -1,7 +1,7 @@ # gwho -> Dit commando is een alias van `-p linux who`. +> Dit commando is een alias van `who`. - Bekijk de documentatie van het originele commando: -`tldr -p linux who` +`tldr who` diff --git a/pages.nl/osx/gwhoami.md b/pages.nl/osx/gwhoami.md index fb432ef52c..c67796ed27 100644 --- a/pages.nl/osx/gwhoami.md +++ b/pages.nl/osx/gwhoami.md @@ -1,7 +1,7 @@ # gwhoami -> Dit commando is een alias van `-p linux whoami`. +> Dit commando is een alias van `whoami`. - Bekijk de documentatie van het originele commando: -`tldr -p linux whoami` +`tldr whoami` diff --git a/pages.nl/osx/gwhois.md b/pages.nl/osx/gwhois.md index 31de405f7c..014e1862e3 100644 --- a/pages.nl/osx/gwhois.md +++ b/pages.nl/osx/gwhois.md @@ -1,7 +1,7 @@ # gwhois -> Dit commando is een alias van `-p linux whois`. +> Dit commando is een alias van `whois`. - Bekijk de documentatie van het originele commando: -`tldr -p linux whois` +`tldr whois` diff --git a/pages.nl/osx/gxargs.md b/pages.nl/osx/gxargs.md index ea80e50bb0..d2e90b60cd 100644 --- a/pages.nl/osx/gxargs.md +++ b/pages.nl/osx/gxargs.md @@ -1,7 +1,7 @@ # gxargs -> Dit commando is een alias van `-p linux xargs`. +> Dit commando is een alias van `xargs`. - Bekijk de documentatie van het originele commando: -`tldr -p linux xargs` +`tldr xargs` diff --git a/pages.nl/osx/gyes.md b/pages.nl/osx/gyes.md index 4a135c3558..eed69168a4 100644 --- a/pages.nl/osx/gyes.md +++ b/pages.nl/osx/gyes.md @@ -1,7 +1,7 @@ # gyes -> Dit commando is een alias van `-p linux yes`. +> Dit commando is een alias van `yes`. - Bekijk de documentatie van het originele commando: -`tldr -p linux yes` +`tldr yes` diff --git a/pages.pl/common/comma.md b/pages.pl/common/comma.md new file mode 100644 index 0000000000..04ff30bd04 --- /dev/null +++ b/pages.pl/common/comma.md @@ -0,0 +1,7 @@ +# comma + +> To polecenie jest aliasem `,`. + +- Zobacz dokumentację oryginalnego polecenia: + +`tldr ,` diff --git a/pages.pl/common/copr.md b/pages.pl/common/copr.md new file mode 100644 index 0000000000..4eebd9e266 --- /dev/null +++ b/pages.pl/common/copr.md @@ -0,0 +1,7 @@ +# copr + +> To polecenie jest aliasem `copr-cli`. + +- Zobacz dokumentację oryginalnego polecenia: + +`tldr copr-cli` diff --git a/pages.pl/common/gpg2.md b/pages.pl/common/gpg2.md new file mode 100644 index 0000000000..7d4c4560e7 --- /dev/null +++ b/pages.pl/common/gpg2.md @@ -0,0 +1,7 @@ +# gpg2 + +> To polecenie jest aliasem `gpg`. + +- Zobacz dokumentację oryginalnego polecenia: + +`tldr gpg` diff --git a/pages.pl/common/impacket-getadusers.md b/pages.pl/common/impacket-getadusers.md new file mode 100644 index 0000000000..deed681738 --- /dev/null +++ b/pages.pl/common/impacket-getadusers.md @@ -0,0 +1,7 @@ +# impacket-GetADUsers + +> To polecenie jest aliasem `GetADUsers.py`. + +- Zobacz dokumentację oryginalnego polecenia: + +`tldr GetADUsers.py` diff --git a/pages.pl/common/impacket-getarch.md b/pages.pl/common/impacket-getarch.md new file mode 100644 index 0000000000..54848b3ec0 --- /dev/null +++ b/pages.pl/common/impacket-getarch.md @@ -0,0 +1,7 @@ +# impacket-getArch + +> To polecenie jest aliasem `getArch.py`. + +- Zobacz dokumentację oryginalnego polecenia: + +`tldr getArch.py` diff --git a/pages.pl/common/impacket-getnpusers.md b/pages.pl/common/impacket-getnpusers.md new file mode 100644 index 0000000000..599a7938d4 --- /dev/null +++ b/pages.pl/common/impacket-getnpusers.md @@ -0,0 +1,7 @@ +# impacket-GetNPUsers + +> To polecenie jest aliasem `GetNPUsers.py`. + +- Zobacz dokumentację oryginalnego polecenia: + +`tldr GetNPUsers.py` diff --git a/pages.pl/common/impacket-getuserspns.md b/pages.pl/common/impacket-getuserspns.md new file mode 100644 index 0000000000..704712884c --- /dev/null +++ b/pages.pl/common/impacket-getuserspns.md @@ -0,0 +1,7 @@ +# impacket-GetUserSPNs + +> To polecenie jest aliasem `GetUserSPNs.py`. + +- Zobacz dokumentację oryginalnego polecenia: + +`tldr GetUserSPNs.py` diff --git a/pages.pl/common/impacket-mqtt_check.md b/pages.pl/common/impacket-mqtt_check.md new file mode 100644 index 0000000000..87b0fa1325 --- /dev/null +++ b/pages.pl/common/impacket-mqtt_check.md @@ -0,0 +1,7 @@ +# impacket-mqtt_check + +> To polecenie jest aliasem `mqtt_check.py`. + +- Zobacz dokumentację oryginalnego polecenia: + +`tldr mqtt_check.py` diff --git a/pages.pl/common/impacket-mssqlclient.md b/pages.pl/common/impacket-mssqlclient.md new file mode 100644 index 0000000000..de8bf3ce1e --- /dev/null +++ b/pages.pl/common/impacket-mssqlclient.md @@ -0,0 +1,7 @@ +# impacket-mssqlclient + +> To polecenie jest aliasem `mssqlclient.py`. + +- Zobacz dokumentację oryginalnego polecenia: + +`tldr mssqlclient.py` diff --git a/pages.pl/common/impacket-ping.md b/pages.pl/common/impacket-ping.md new file mode 100644 index 0000000000..87dbbe2359 --- /dev/null +++ b/pages.pl/common/impacket-ping.md @@ -0,0 +1,7 @@ +# impacket-ping + +> To polecenie jest aliasem `ping.py`. + +- Zobacz dokumentację oryginalnego polecenia: + +`tldr ping.py` diff --git a/pages.pl/common/impacket-ping6.md b/pages.pl/common/impacket-ping6.md new file mode 100644 index 0000000000..93489160de --- /dev/null +++ b/pages.pl/common/impacket-ping6.md @@ -0,0 +1,7 @@ +# impacket-ping6 + +> To polecenie jest aliasem `ping6.py`. + +- Zobacz dokumentację oryginalnego polecenia: + +`tldr ping6.py` diff --git a/pages.pl/common/impacket-rpcdump.md b/pages.pl/common/impacket-rpcdump.md new file mode 100644 index 0000000000..bf7cd49cd4 --- /dev/null +++ b/pages.pl/common/impacket-rpcdump.md @@ -0,0 +1,7 @@ +# impacket-rpcdump + +> To polecenie jest aliasem `rpcdump.py`. + +- Zobacz dokumentację oryginalnego polecenia: + +`tldr rpcdump.py` diff --git a/pages.pl/common/impacket-rpcmap.md b/pages.pl/common/impacket-rpcmap.md new file mode 100644 index 0000000000..d9a566dd55 --- /dev/null +++ b/pages.pl/common/impacket-rpcmap.md @@ -0,0 +1,7 @@ +# impacket-rpcmap + +> To polecenie jest aliasem `rpcmap.py`. + +- Zobacz dokumentację oryginalnego polecenia: + +`tldr rpcmap.py` diff --git a/pages.pl/common/impacket-secretsdump.md b/pages.pl/common/impacket-secretsdump.md new file mode 100644 index 0000000000..b90baa7983 --- /dev/null +++ b/pages.pl/common/impacket-secretsdump.md @@ -0,0 +1,7 @@ +# impacket-secretsdump + +> To polecenie jest aliasem `secretsdump.py`. + +- Zobacz dokumentację oryginalnego polecenia: + +`tldr secretsdump.py` diff --git a/pages.pl/common/impacket-sniff.md b/pages.pl/common/impacket-sniff.md new file mode 100644 index 0000000000..acc0bc78be --- /dev/null +++ b/pages.pl/common/impacket-sniff.md @@ -0,0 +1,7 @@ +# impacket-sniff + +> To polecenie jest aliasem `sniff.py`. + +- Zobacz dokumentację oryginalnego polecenia: + +`tldr sniff.py` diff --git a/pages.pl/common/impacket-sniffer.md b/pages.pl/common/impacket-sniffer.md new file mode 100644 index 0000000000..bd2abab9a1 --- /dev/null +++ b/pages.pl/common/impacket-sniffer.md @@ -0,0 +1,7 @@ +# impacket-sniffer + +> To polecenie jest aliasem `sniffer.py`. + +- Zobacz dokumentację oryginalnego polecenia: + +`tldr sniffer.py` diff --git a/pages.pl/common/j.md b/pages.pl/common/j.md new file mode 100644 index 0000000000..43c1f228bb --- /dev/null +++ b/pages.pl/common/j.md @@ -0,0 +1,7 @@ +# j + +> To polecenie jest aliasem `autojump`. + +- Zobacz dokumentację oryginalnego polecenia: + +`tldr autojump` diff --git a/pages.pl/common/jco.md b/pages.pl/common/jco.md new file mode 100644 index 0000000000..74dd598462 --- /dev/null +++ b/pages.pl/common/jco.md @@ -0,0 +1,7 @@ +# jco + +> To polecenie jest aliasem `autojump`. + +- Zobacz dokumentację oryginalnego polecenia: + +`tldr autojump` diff --git a/pages.pl/common/jo.md b/pages.pl/common/jo.md new file mode 100644 index 0000000000..7f55b245f8 --- /dev/null +++ b/pages.pl/common/jo.md @@ -0,0 +1,7 @@ +# jo + +> To polecenie jest aliasem `autojump`. + +- Zobacz dokumentację oryginalnego polecenia: + +`tldr autojump` diff --git a/pages.pl/common/jupyterlab.md b/pages.pl/common/jupyterlab.md new file mode 100644 index 0000000000..b05a005548 --- /dev/null +++ b/pages.pl/common/jupyterlab.md @@ -0,0 +1,7 @@ +# jupyterlab + +> To polecenie jest aliasem `jupyter lab`. + +- Zobacz dokumentację oryginalnego polecenia: + +`tldr jupyter lab` diff --git a/pages.pl/common/mapfile.md b/pages.pl/common/mapfile.md new file mode 100644 index 0000000000..81ec7c3c68 --- /dev/null +++ b/pages.pl/common/mapfile.md @@ -0,0 +1,7 @@ +# mapfile + +> To polecenie jest aliasem `readarray`. + +- Zobacz dokumentację oryginalnego polecenia: + +`tldr readarray` diff --git a/pages.pl/common/npm-list.md b/pages.pl/common/npm-list.md new file mode 100644 index 0000000000..c44905934c --- /dev/null +++ b/pages.pl/common/npm-list.md @@ -0,0 +1,7 @@ +# npm list + +> To polecenie jest aliasem `npm ls`. + +- Zobacz dokumentację oryginalnego polecenia: + +`tldr npm ls` diff --git a/pages.pl/common/typeset.md b/pages.pl/common/typeset.md new file mode 100644 index 0000000000..691490bf0b --- /dev/null +++ b/pages.pl/common/typeset.md @@ -0,0 +1,7 @@ +# typeset + +> To polecenie jest aliasem `declare`. + +- Zobacz dokumentację oryginalnego polecenia: + +`tldr declare` diff --git a/pages.pl/linux/abrt.md b/pages.pl/linux/abrt.md new file mode 100644 index 0000000000..0e6c1fd4bf --- /dev/null +++ b/pages.pl/linux/abrt.md @@ -0,0 +1,7 @@ +# abrt + +> To polecenie jest aliasem `abrt-cli`. + +- Zobacz dokumentację oryginalnego polecenia: + +`tldr abrt-cli` diff --git a/pages.pl/linux/avahi-resolve-address.md b/pages.pl/linux/avahi-resolve-address.md new file mode 100644 index 0000000000..902fe169f1 --- /dev/null +++ b/pages.pl/linux/avahi-resolve-address.md @@ -0,0 +1,7 @@ +# avahi-resolve-address + +> To polecenie jest aliasem `avahi-resolve --address`. + +- Zobacz dokumentację oryginalnego polecenia: + +`tldr avahi-resolve` diff --git a/pages.pl/linux/avahi-resolve-host-name.md b/pages.pl/linux/avahi-resolve-host-name.md new file mode 100644 index 0000000000..36dcbfd3dd --- /dev/null +++ b/pages.pl/linux/avahi-resolve-host-name.md @@ -0,0 +1,7 @@ +# avahi-resolve-host-name + +> To polecenie jest aliasem `avahi-resolve --name`. + +- Zobacz dokumentację oryginalnego polecenia: + +`tldr avahi-resolve` diff --git a/pages.pl/linux/i386.md b/pages.pl/linux/i386.md new file mode 100644 index 0000000000..c4cc791a55 --- /dev/null +++ b/pages.pl/linux/i386.md @@ -0,0 +1,7 @@ +# i386 + +> To polecenie jest aliasem `setarch i386`. + +- Zobacz dokumentację oryginalnego polecenia: + +`tldr setarch` diff --git a/pages.pl/linux/ip-route-show.md b/pages.pl/linux/ip-route-show.md new file mode 100644 index 0000000000..5eaefb1ba0 --- /dev/null +++ b/pages.pl/linux/ip-route-show.md @@ -0,0 +1,7 @@ +# ip route show + +> To polecenie jest aliasem `ip route list`. + +- Zobacz dokumentację oryginalnego polecenia: + +`tldr ip route list` diff --git a/pages.pl/linux/ip6tables-save.md b/pages.pl/linux/ip6tables-save.md new file mode 100644 index 0000000000..7f7dd95fb5 --- /dev/null +++ b/pages.pl/linux/ip6tables-save.md @@ -0,0 +1,7 @@ +# ip6tables-save + +> To polecenie jest aliasem `iptables-save` dla zapory sieciowej IPv6. + +- Zobacz dokumentację oryginalnego polecenia: + +`tldr iptables-save` diff --git a/pages.pl/linux/lex.md b/pages.pl/linux/lex.md new file mode 100644 index 0000000000..c1c2da6f1e --- /dev/null +++ b/pages.pl/linux/lex.md @@ -0,0 +1,7 @@ +# lex + +> To polecenie jest aliasem `flex`. + +- Zobacz dokumentację oryginalnego polecenia: + +`tldr flex` diff --git a/pages.pl/linux/linux32.md b/pages.pl/linux/linux32.md new file mode 100644 index 0000000000..5b2173f124 --- /dev/null +++ b/pages.pl/linux/linux32.md @@ -0,0 +1,7 @@ +# linux32 + +> To polecenie jest aliasem `setarch linux32`. + +- Zobacz dokumentację oryginalnego polecenia: + +`tldr setarch` diff --git a/pages.pl/linux/linux64.md b/pages.pl/linux/linux64.md new file mode 100644 index 0000000000..267f28080c --- /dev/null +++ b/pages.pl/linux/linux64.md @@ -0,0 +1,7 @@ +# linux64 + +> To polecenie jest aliasem `setarch linux64`. + +- Zobacz dokumentację oryginalnego polecenia: + +`tldr setarch` diff --git a/pages.pl/linux/lookandfeeltool.md b/pages.pl/linux/lookandfeeltool.md new file mode 100644 index 0000000000..8c37106646 --- /dev/null +++ b/pages.pl/linux/lookandfeeltool.md @@ -0,0 +1,7 @@ +# lookandfeeltool + +> To polecenie jest aliasem `plasma-apply-lookandfeel`. + +- Zobacz dokumentację oryginalnego polecenia: + +`tldr plasma-apply-lookandfeel` diff --git a/pages.pl/linux/lrunzip.md b/pages.pl/linux/lrunzip.md new file mode 100644 index 0000000000..35ddd85208 --- /dev/null +++ b/pages.pl/linux/lrunzip.md @@ -0,0 +1,7 @@ +# lrunzip + +> To polecenie jest aliasem `lrzip -d`. + +- Zobacz dokumentację oryginalnego polecenia: + +`tldr lrzip` diff --git a/pages.pl/linux/lrzuntar.md b/pages.pl/linux/lrzuntar.md new file mode 100644 index 0000000000..290bf317ca --- /dev/null +++ b/pages.pl/linux/lrzuntar.md @@ -0,0 +1,7 @@ +# lrzuntar + +> To polecenie jest aliasem `lrztar -d`. + +- Zobacz dokumentację oryginalnego polecenia: + +`tldr lrztar` diff --git a/pages.pl/linux/mkfs.vfat.md b/pages.pl/linux/mkfs.vfat.md new file mode 100644 index 0000000000..8ce477e56c --- /dev/null +++ b/pages.pl/linux/mkfs.vfat.md @@ -0,0 +1,7 @@ +# mkfs.vfat + +> To polecenie jest aliasem `mkfs.fat`. + +- Zobacz dokumentację oryginalnego polecenia: + +`tldr mkfs.fat` diff --git a/pages.pl/linux/pacman-d.md b/pages.pl/linux/pacman-d.md new file mode 100644 index 0000000000..4c3c95a2a9 --- /dev/null +++ b/pages.pl/linux/pacman-d.md @@ -0,0 +1,7 @@ +# pacman -D + +> To polecenie jest aliasem `pacman --database`. + +- Zobacz dokumentację oryginalnego polecenia: + +`tldr pacman database` diff --git a/pages.pl/linux/pacman-f.md b/pages.pl/linux/pacman-f.md new file mode 100644 index 0000000000..1f78f39875 --- /dev/null +++ b/pages.pl/linux/pacman-f.md @@ -0,0 +1,7 @@ +# pacman -F + +> To polecenie jest aliasem `pacman --files`. + +- Zobacz dokumentację oryginalnego polecenia: + +`tldr pacman files` diff --git a/pages.pl/linux/pacman-q.md b/pages.pl/linux/pacman-q.md new file mode 100644 index 0000000000..be0a2d656c --- /dev/null +++ b/pages.pl/linux/pacman-q.md @@ -0,0 +1,7 @@ +# pacman -Q + +> To polecenie jest aliasem `pacman --query`. + +- Zobacz dokumentację oryginalnego polecenia: + +`tldr pacman query` diff --git a/pages.pl/linux/pacman-r.md b/pages.pl/linux/pacman-r.md new file mode 100644 index 0000000000..f6fa770726 --- /dev/null +++ b/pages.pl/linux/pacman-r.md @@ -0,0 +1,7 @@ +# pacman -R + +> To polecenie jest aliasem `pacman --remove`. + +- Zobacz dokumentację oryginalnego polecenia: + +`tldr pacman remove` diff --git a/pages.pl/linux/pacman-t.md b/pages.pl/linux/pacman-t.md new file mode 100644 index 0000000000..d2e5035d61 --- /dev/null +++ b/pages.pl/linux/pacman-t.md @@ -0,0 +1,7 @@ +# pacman -T + +> To polecenie jest aliasem `pacman --deptest`. + +- Zobacz dokumentację oryginalnego polecenia: + +`tldr pacman deptest` diff --git a/pages.pl/linux/pacman-u.md b/pages.pl/linux/pacman-u.md new file mode 100644 index 0000000000..41f0afe6e5 --- /dev/null +++ b/pages.pl/linux/pacman-u.md @@ -0,0 +1,7 @@ +# pacman -U + +> To polecenie jest aliasem `pacman --upgrade`. + +- Zobacz dokumentację oryginalnego polecenia: + +`tldr pacman upgrade` diff --git a/pages.pl/linux/pw-play.md b/pages.pl/linux/pw-play.md new file mode 100644 index 0000000000..8466cd25f4 --- /dev/null +++ b/pages.pl/linux/pw-play.md @@ -0,0 +1,7 @@ +# pw-play + +> To polecenie jest aliasem `pw-cat --playback`. + +- Zobacz dokumentację oryginalnego polecenia: + +`tldr pw-cat` diff --git a/pages.pl/linux/pw-record.md b/pages.pl/linux/pw-record.md new file mode 100644 index 0000000000..251e5fb5be --- /dev/null +++ b/pages.pl/linux/pw-record.md @@ -0,0 +1,7 @@ +# pw-record + +> To polecenie jest aliasem `pw-cat --record`. + +- Zobacz dokumentację oryginalnego polecenia: + +`tldr pw-cat` diff --git a/pages.pl/linux/trash-put.md b/pages.pl/linux/trash-put.md new file mode 100644 index 0000000000..48215867c5 --- /dev/null +++ b/pages.pl/linux/trash-put.md @@ -0,0 +1,7 @@ +# trash-put + +> To polecenie jest aliasem `trash`. + +- Zobacz dokumentację oryginalnego polecenia: + +`tldr trash` diff --git a/pages.pl/linux/uname26.md b/pages.pl/linux/uname26.md new file mode 100644 index 0000000000..a6ef029e04 --- /dev/null +++ b/pages.pl/linux/uname26.md @@ -0,0 +1,7 @@ +# uname26 + +> To polecenie jest aliasem `setarch uname26`. + +- Zobacz dokumentację oryginalnego polecenia: + +`tldr setarch` diff --git a/pages.pl/linux/x86_64.md b/pages.pl/linux/x86_64.md new file mode 100644 index 0000000000..bddfd0d86c --- /dev/null +++ b/pages.pl/linux/x86_64.md @@ -0,0 +1,7 @@ +# x86_64 + +> To polecenie jest aliasem `setarch x86_64`. + +- Zobacz dokumentację oryginalnego polecenia: + +`tldr setarch` diff --git a/pages.pl/osx/g[.md b/pages.pl/osx/g[.md index b83ad1904a..806c74579c 100644 --- a/pages.pl/osx/g[.md +++ b/pages.pl/osx/g[.md @@ -1,7 +1,7 @@ # g[ -> To polecenie jest aliasem `-p linux [`. +> To polecenie jest aliasem GNU `[`. - Zobacz dokumentację oryginalnego polecenia: -`tldr -p linux [` +`tldr [` diff --git a/pages.pl/osx/gb2sum.md b/pages.pl/osx/gb2sum.md index 471a03a87c..34fa4816ea 100644 --- a/pages.pl/osx/gb2sum.md +++ b/pages.pl/osx/gb2sum.md @@ -1,7 +1,7 @@ # gb2sum -> To polecenie jest aliasem `-p linux b2sum`. +> To polecenie jest aliasem GNU `b2sum`. - Zobacz dokumentację oryginalnego polecenia: -`tldr -p linux b2sum` +`tldr b2sum` diff --git a/pages.pl/osx/gbase32.md b/pages.pl/osx/gbase32.md index 4c06e7fa5e..76cabae5d6 100644 --- a/pages.pl/osx/gbase32.md +++ b/pages.pl/osx/gbase32.md @@ -1,7 +1,7 @@ # gbase32 -> To polecenie jest aliasem `-p linux base32`. +> To polecenie jest aliasem GNU `base32`. - Zobacz dokumentację oryginalnego polecenia: -`tldr -p linux base32` +`tldr base32` diff --git a/pages.pl/osx/gbase64.md b/pages.pl/osx/gbase64.md index 586150bc50..50c8686250 100644 --- a/pages.pl/osx/gbase64.md +++ b/pages.pl/osx/gbase64.md @@ -1,7 +1,7 @@ # gbase64 -> To polecenie jest aliasem `-p linux base64`. +> To polecenie jest aliasem GNU `base64`. - Zobacz dokumentację oryginalnego polecenia: -`tldr -p linux base64` +`tldr {{[-p|--platform]}} common base64` diff --git a/pages.pl/osx/gbasename.md b/pages.pl/osx/gbasename.md index ef80a6a8a2..ba3eec0f42 100644 --- a/pages.pl/osx/gbasename.md +++ b/pages.pl/osx/gbasename.md @@ -1,7 +1,7 @@ # gbasename -> To polecenie jest aliasem `-p linux basename`. +> To polecenie jest aliasem GNU `basename`. - Zobacz dokumentację oryginalnego polecenia: -`tldr -p linux basename` +`tldr basename` diff --git a/pages.pl/osx/gbasenc.md b/pages.pl/osx/gbasenc.md index 5198f26d23..e2e42b917a 100644 --- a/pages.pl/osx/gbasenc.md +++ b/pages.pl/osx/gbasenc.md @@ -1,7 +1,7 @@ # gbasenc -> To polecenie jest aliasem `-p linux basenc`. +> To polecenie jest aliasem GNU `basenc`. - Zobacz dokumentację oryginalnego polecenia: -`tldr -p linux basenc` +`tldr basenc` diff --git a/pages.pl/osx/gcat.md b/pages.pl/osx/gcat.md index de809f3ffd..a9d33bb4b8 100644 --- a/pages.pl/osx/gcat.md +++ b/pages.pl/osx/gcat.md @@ -1,7 +1,7 @@ # gcat -> To polecenie jest aliasem `-p linux cat`. +> To polecenie jest aliasem GNU `cat`. - Zobacz dokumentację oryginalnego polecenia: -`tldr -p linux cat` +`tldr {{[-p|--platform]}} linux cat` diff --git a/pages.pl/osx/gchcon.md b/pages.pl/osx/gchcon.md index 5cd068c23c..9902d7d376 100644 --- a/pages.pl/osx/gchcon.md +++ b/pages.pl/osx/gchcon.md @@ -1,7 +1,7 @@ # gchcon -> To polecenie jest aliasem `-p linux chcon`. +> To polecenie jest aliasem GNU `chcon`. - Zobacz dokumentację oryginalnego polecenia: -`tldr -p linux chcon` +`tldr {{[-p|--platform]}} linux chcon` diff --git a/pages.pl/osx/gchgrp.md b/pages.pl/osx/gchgrp.md index de7db39134..878811cc61 100644 --- a/pages.pl/osx/gchgrp.md +++ b/pages.pl/osx/gchgrp.md @@ -1,7 +1,7 @@ # gchgrp -> To polecenie jest aliasem `-p linux chgrp`. +> To polecenie jest aliasem GNU `chgrp`. - Zobacz dokumentację oryginalnego polecenia: -`tldr -p linux chgrp` +`tldr chgrp` diff --git a/pages.pl/osx/gchmod.md b/pages.pl/osx/gchmod.md index 6254060d87..8df10d8f70 100644 --- a/pages.pl/osx/gchmod.md +++ b/pages.pl/osx/gchmod.md @@ -1,7 +1,7 @@ # gchmod -> To polecenie jest aliasem `-p linux chmod`. +> To polecenie jest aliasem GNU `chmod`. - Zobacz dokumentację oryginalnego polecenia: -`tldr -p linux chmod` +`tldr chmod` diff --git a/pages.pl/osx/gchown.md b/pages.pl/osx/gchown.md index 8beaa4c0a6..fdcf9eea40 100644 --- a/pages.pl/osx/gchown.md +++ b/pages.pl/osx/gchown.md @@ -1,7 +1,7 @@ # gchown -> To polecenie jest aliasem `-p linux chown`. +> To polecenie jest aliasem GNU `chown`. - Zobacz dokumentację oryginalnego polecenia: -`tldr -p linux chown` +`tldr chown` diff --git a/pages.pl/osx/gchroot.md b/pages.pl/osx/gchroot.md index 79a0fa6b02..488a396da3 100644 --- a/pages.pl/osx/gchroot.md +++ b/pages.pl/osx/gchroot.md @@ -1,7 +1,7 @@ # gchroot -> To polecenie jest aliasem `-p linux chroot`. +> To polecenie jest aliasem GNU `chroot`. - Zobacz dokumentację oryginalnego polecenia: -`tldr -p linux chroot` +`tldr chroot` diff --git a/pages.pl/osx/gcksum.md b/pages.pl/osx/gcksum.md index 9a78aac66f..dfbad6ab94 100644 --- a/pages.pl/osx/gcksum.md +++ b/pages.pl/osx/gcksum.md @@ -1,7 +1,7 @@ # gcksum -> To polecenie jest aliasem `-p linux cksum`. +> To polecenie jest aliasem GNU `cksum`. - Zobacz dokumentację oryginalnego polecenia: -`tldr -p linux cksum` +`tldr cksum` diff --git a/pages.pl/osx/gcomm.md b/pages.pl/osx/gcomm.md index bf63ae71fe..042fd1660c 100644 --- a/pages.pl/osx/gcomm.md +++ b/pages.pl/osx/gcomm.md @@ -1,7 +1,7 @@ # gcomm -> To polecenie jest aliasem `-p linux comm`. +> To polecenie jest aliasem GNU `comm`. - Zobacz dokumentację oryginalnego polecenia: -`tldr -p linux comm` +`tldr comm` diff --git a/pages.pl/osx/gcp.md b/pages.pl/osx/gcp.md index 34f9fb9c7b..ac11e30551 100644 --- a/pages.pl/osx/gcp.md +++ b/pages.pl/osx/gcp.md @@ -1,7 +1,7 @@ # gcp -> To polecenie jest aliasem `-p linux cp`. +> To polecenie jest aliasem GNU `cp`. - Zobacz dokumentację oryginalnego polecenia: -`tldr -p linux cp` +`tldr cp` diff --git a/pages.pl/osx/gcsplit.md b/pages.pl/osx/gcsplit.md index be3802ae67..182e64022d 100644 --- a/pages.pl/osx/gcsplit.md +++ b/pages.pl/osx/gcsplit.md @@ -1,7 +1,7 @@ # gcsplit -> To polecenie jest aliasem `-p linux csplit`. +> To polecenie jest aliasem GNU `csplit`. - Zobacz dokumentację oryginalnego polecenia: -`tldr -p linux csplit` +`tldr {{[-p|--platform]}} linux csplit` diff --git a/pages.pl/osx/gcut.md b/pages.pl/osx/gcut.md index a6f9393cce..4d97deb052 100644 --- a/pages.pl/osx/gcut.md +++ b/pages.pl/osx/gcut.md @@ -1,7 +1,7 @@ # gcut -> To polecenie jest aliasem `-p linux cut`. +> To polecenie jest aliasem GNU `cut`. - Zobacz dokumentację oryginalnego polecenia: -`tldr -p linux cut` +`tldr {{[-p|--platform]}} common cut` diff --git a/pages.pl/osx/gdate.md b/pages.pl/osx/gdate.md index 286fa169b7..1d762dc4d9 100644 --- a/pages.pl/osx/gdate.md +++ b/pages.pl/osx/gdate.md @@ -1,7 +1,7 @@ # gdate -> To polecenie jest aliasem `-p linux date`. +> To polecenie jest aliasem GNU `date`. - Zobacz dokumentację oryginalnego polecenia: -`tldr -p linux date` +`tldr {{[-p|--platform]}} common date` diff --git a/pages.pl/osx/gdd.md b/pages.pl/osx/gdd.md index 7748f147fa..4fac6f4551 100644 --- a/pages.pl/osx/gdd.md +++ b/pages.pl/osx/gdd.md @@ -1,7 +1,7 @@ # gdd -> To polecenie jest aliasem `-p linux dd`. +> To polecenie jest aliasem GNU `dd`. - Zobacz dokumentację oryginalnego polecenia: -`tldr -p linux dd` +`tldr {{[-p|--platform]}} linux dd` diff --git a/pages.pl/osx/gdf.md b/pages.pl/osx/gdf.md index a7423becf0..51fae4d3b8 100644 --- a/pages.pl/osx/gdf.md +++ b/pages.pl/osx/gdf.md @@ -1,7 +1,7 @@ # gdf -> To polecenie jest aliasem `-p linux df`. +> To polecenie jest aliasem GNU `df`. - Zobacz dokumentację oryginalnego polecenia: -`tldr -p linux df` +`tldr {{[-p|--platform]}} linux df` diff --git a/pages.pl/osx/gdir.md b/pages.pl/osx/gdir.md index 84b399d60c..d6c10c88de 100644 --- a/pages.pl/osx/gdir.md +++ b/pages.pl/osx/gdir.md @@ -1,7 +1,7 @@ # gdir -> To polecenie jest aliasem `-p linux dir`. +> To polecenie jest aliasem GNU `dir`. - Zobacz dokumentację oryginalnego polecenia: -`tldr -p linux dir` +`tldr {{[-p|--platform]}} linux dir` diff --git a/pages.pl/osx/gdircolors.md b/pages.pl/osx/gdircolors.md index 4012ed9605..12fabe555c 100644 --- a/pages.pl/osx/gdircolors.md +++ b/pages.pl/osx/gdircolors.md @@ -1,7 +1,7 @@ # gdircolors -> To polecenie jest aliasem `-p linux dircolors`. +> To polecenie jest aliasem GNU `dircolors`. - Zobacz dokumentację oryginalnego polecenia: -`tldr -p linux dircolors` +`tldr dircolors` diff --git a/pages.pl/osx/gdirname.md b/pages.pl/osx/gdirname.md index 6d32922981..0585332141 100644 --- a/pages.pl/osx/gdirname.md +++ b/pages.pl/osx/gdirname.md @@ -1,7 +1,7 @@ # gdirname -> To polecenie jest aliasem `-p linux dirname`. +> To polecenie jest aliasem GNU `dirname`. - Zobacz dokumentację oryginalnego polecenia: -`tldr -p linux dirname` +`tldr dirname` diff --git a/pages.pl/osx/gdnsdomainname.md b/pages.pl/osx/gdnsdomainname.md index ea407ecaa3..b4311f71a3 100644 --- a/pages.pl/osx/gdnsdomainname.md +++ b/pages.pl/osx/gdnsdomainname.md @@ -1,7 +1,7 @@ # gdnsdomainname -> To polecenie jest aliasem `-p linux dnsdomainname`. +> To polecenie jest aliasem GNU `dnsdomainname`. - Zobacz dokumentację oryginalnego polecenia: -`tldr -p linux dnsdomainname` +`tldr {{[-p|--platform]}} linux dnsdomainname` diff --git a/pages.pl/osx/gecho.md b/pages.pl/osx/gecho.md index c20c6f9da1..f4e7270242 100644 --- a/pages.pl/osx/gecho.md +++ b/pages.pl/osx/gecho.md @@ -1,7 +1,7 @@ # gecho -> To polecenie jest aliasem `-p linux echo`. +> To polecenie jest aliasem GNU `echo`. - Zobacz dokumentację oryginalnego polecenia: -`tldr -p linux echo` +`tldr echo` diff --git a/pages.pl/osx/ged.md b/pages.pl/osx/ged.md index fdb1ad5a04..b07a024e09 100644 --- a/pages.pl/osx/ged.md +++ b/pages.pl/osx/ged.md @@ -1,7 +1,7 @@ # ged -> To polecenie jest aliasem `-p linux ed`. +> To polecenie jest aliasem GNU `ed`. - Zobacz dokumentację oryginalnego polecenia: -`tldr -p linux ed` +`tldr ed` diff --git a/pages.pl/osx/gegrep.md b/pages.pl/osx/gegrep.md index df28f304fe..8ae6370472 100644 --- a/pages.pl/osx/gegrep.md +++ b/pages.pl/osx/gegrep.md @@ -1,7 +1,7 @@ # gegrep -> To polecenie jest aliasem `-p linux egrep`. +> To polecenie jest aliasem GNU `egrep`. - Zobacz dokumentację oryginalnego polecenia: -`tldr -p linux egrep` +`tldr egrep` diff --git a/pages.pl/osx/genv.md b/pages.pl/osx/genv.md index 5b24a5daeb..f20e22d531 100644 --- a/pages.pl/osx/genv.md +++ b/pages.pl/osx/genv.md @@ -1,7 +1,7 @@ # genv -> To polecenie jest aliasem `-p linux env`. +> To polecenie jest aliasem GNU `env`. - Zobacz dokumentację oryginalnego polecenia: -`tldr -p linux env` +`tldr env` diff --git a/pages.pl/osx/gexpand.md b/pages.pl/osx/gexpand.md index 35e219b13a..4d12dec980 100644 --- a/pages.pl/osx/gexpand.md +++ b/pages.pl/osx/gexpand.md @@ -1,7 +1,7 @@ # gexpand -> To polecenie jest aliasem `-p linux expand`. +> To polecenie jest aliasem GNU `expand`. - Zobacz dokumentację oryginalnego polecenia: -`tldr -p linux expand` +`tldr expand` diff --git a/pages.pl/osx/gexpr.md b/pages.pl/osx/gexpr.md index 8231d1e7b1..36eef39c01 100644 --- a/pages.pl/osx/gexpr.md +++ b/pages.pl/osx/gexpr.md @@ -1,7 +1,7 @@ # gexpr -> To polecenie jest aliasem `-p linux expr`. +> To polecenie jest aliasem GNU `expr`. - Zobacz dokumentację oryginalnego polecenia: -`tldr -p linux expr` +`tldr expr` diff --git a/pages.pl/osx/gfactor.md b/pages.pl/osx/gfactor.md index 7fc97fb7b7..39a036e6ef 100644 --- a/pages.pl/osx/gfactor.md +++ b/pages.pl/osx/gfactor.md @@ -1,7 +1,7 @@ # gfactor -> To polecenie jest aliasem `-p linux factor`. +> To polecenie jest aliasem GNU `factor`. - Zobacz dokumentację oryginalnego polecenia: -`tldr -p linux factor` +`tldr factor` diff --git a/pages.pl/osx/gfalse.md b/pages.pl/osx/gfalse.md index 948a0df636..4ac174cf86 100644 --- a/pages.pl/osx/gfalse.md +++ b/pages.pl/osx/gfalse.md @@ -1,7 +1,7 @@ # gfalse -> To polecenie jest aliasem `-p linux false`. +> To polecenie jest aliasem GNU `false`. - Zobacz dokumentację oryginalnego polecenia: -`tldr -p linux false` +`tldr false` diff --git a/pages.pl/osx/gfgrep.md b/pages.pl/osx/gfgrep.md index 9eea148f2c..870fbab133 100644 --- a/pages.pl/osx/gfgrep.md +++ b/pages.pl/osx/gfgrep.md @@ -1,7 +1,7 @@ # gfgrep -> To polecenie jest aliasem `-p linux fgrep`. +> To polecenie jest aliasem GNU `fgrep`. - Zobacz dokumentację oryginalnego polecenia: -`tldr -p linux fgrep` +`tldr fgrep` diff --git a/pages.pl/osx/gfind.md b/pages.pl/osx/gfind.md index 57c2d8f7e5..576af3bc03 100644 --- a/pages.pl/osx/gfind.md +++ b/pages.pl/osx/gfind.md @@ -1,7 +1,7 @@ # gfind -> To polecenie jest aliasem `-p linux find`. +> To polecenie jest aliasem GNU `find`. - Zobacz dokumentację oryginalnego polecenia: -`tldr -p linux find` +`tldr find` diff --git a/pages.pl/osx/gfmt.md b/pages.pl/osx/gfmt.md index 18f19d1d0e..bd6f627dff 100644 --- a/pages.pl/osx/gfmt.md +++ b/pages.pl/osx/gfmt.md @@ -1,7 +1,7 @@ # gfmt -> To polecenie jest aliasem `-p linux fmt`. +> To polecenie jest aliasem GNU `fmt`. - Zobacz dokumentację oryginalnego polecenia: -`tldr -p linux fmt` +`tldr fmt` diff --git a/pages.pl/osx/gfold.md b/pages.pl/osx/gfold.md index 7e90c1b5c4..9717b56bcc 100644 --- a/pages.pl/osx/gfold.md +++ b/pages.pl/osx/gfold.md @@ -1,7 +1,7 @@ # gfold -> To polecenie jest aliasem `-p linux fold`. +> To polecenie jest aliasem GNU `fold`. - Zobacz dokumentację oryginalnego polecenia: -`tldr -p linux fold` +`tldr {{[-p|--platform]}} linux fold` diff --git a/pages.pl/osx/gftp.md b/pages.pl/osx/gftp.md index b2c81cc5cd..3a3e4db9af 100644 --- a/pages.pl/osx/gftp.md +++ b/pages.pl/osx/gftp.md @@ -1,7 +1,7 @@ # gftp -> To polecenie jest aliasem `-p linux ftp`. +> To polecenie jest aliasem GNU `ftp`. - Zobacz dokumentację oryginalnego polecenia: -`tldr -p linux ftp` +`tldr ftp` diff --git a/pages.pl/osx/ggrep.md b/pages.pl/osx/ggrep.md index d713a414ae..d031324759 100644 --- a/pages.pl/osx/ggrep.md +++ b/pages.pl/osx/ggrep.md @@ -1,7 +1,7 @@ # ggrep -> To polecenie jest aliasem `-p linux grep`. +> To polecenie jest aliasem GNU `grep`. - Zobacz dokumentację oryginalnego polecenia: -`tldr -p linux grep` +`tldr grep` diff --git a/pages.pl/osx/ggroups.md b/pages.pl/osx/ggroups.md index a478eea444..1d98706c4d 100644 --- a/pages.pl/osx/ggroups.md +++ b/pages.pl/osx/ggroups.md @@ -1,7 +1,7 @@ # ggroups -> To polecenie jest aliasem `-p linux groups`. +> To polecenie jest aliasem GNU `groups`. - Zobacz dokumentację oryginalnego polecenia: -`tldr -p linux groups` +`tldr groups` diff --git a/pages.pl/osx/ghead.md b/pages.pl/osx/ghead.md index 61791384b4..c4062a88b7 100644 --- a/pages.pl/osx/ghead.md +++ b/pages.pl/osx/ghead.md @@ -1,7 +1,7 @@ # ghead -> To polecenie jest aliasem `-p linux head`. +> To polecenie jest aliasem GNU `head`. - Zobacz dokumentację oryginalnego polecenia: -`tldr -p linux head` +`tldr {{[-p|--platform]}} linux head` diff --git a/pages.pl/osx/ghostid.md b/pages.pl/osx/ghostid.md index 567339d9ed..bec376d967 100644 --- a/pages.pl/osx/ghostid.md +++ b/pages.pl/osx/ghostid.md @@ -1,7 +1,7 @@ # ghostid -> To polecenie jest aliasem `-p linux hostid`. +> To polecenie jest aliasem GNU `hostid`. - Zobacz dokumentację oryginalnego polecenia: -`tldr -p linux hostid` +`tldr hostid` diff --git a/pages.pl/osx/ghostname.md b/pages.pl/osx/ghostname.md index 675b5adf6a..890b76543c 100644 --- a/pages.pl/osx/ghostname.md +++ b/pages.pl/osx/ghostname.md @@ -1,7 +1,7 @@ # ghostname -> To polecenie jest aliasem `-p linux hostname`. +> To polecenie jest aliasem GNU `hostname`. - Zobacz dokumentację oryginalnego polecenia: -`tldr -p linux hostname` +`tldr hostname` diff --git a/pages.pl/osx/gid.md b/pages.pl/osx/gid.md index d935631cd5..6d17865383 100644 --- a/pages.pl/osx/gid.md +++ b/pages.pl/osx/gid.md @@ -1,7 +1,7 @@ # gid -> To polecenie jest aliasem `-p linux id`. +> To polecenie jest aliasem GNU `id`. - Zobacz dokumentację oryginalnego polecenia: -`tldr -p linux id` +`tldr id` diff --git a/pages.pl/osx/gifconfig.md b/pages.pl/osx/gifconfig.md index f9b8ef1e2f..fbba530a0d 100644 --- a/pages.pl/osx/gifconfig.md +++ b/pages.pl/osx/gifconfig.md @@ -1,7 +1,7 @@ # gifconfig -> To polecenie jest aliasem `-p linux ifconfig`. +> To polecenie jest aliasem GNU `ifconfig`. - Zobacz dokumentację oryginalnego polecenia: -`tldr -p linux ifconfig` +`tldr ifconfig` diff --git a/pages.pl/osx/gindent.md b/pages.pl/osx/gindent.md index 6f5e75d9a0..1999aa0775 100644 --- a/pages.pl/osx/gindent.md +++ b/pages.pl/osx/gindent.md @@ -1,7 +1,7 @@ # gindent -> To polecenie jest aliasem `-p linux indent`. +> To polecenie jest aliasem GNU `indent`. - Zobacz dokumentację oryginalnego polecenia: -`tldr -p linux indent` +`tldr {{[-p|--platform]}} common indent` diff --git a/pages.pl/osx/ginstall.md b/pages.pl/osx/ginstall.md index 05bb5c1653..3859bfba71 100644 --- a/pages.pl/osx/ginstall.md +++ b/pages.pl/osx/ginstall.md @@ -1,7 +1,7 @@ # ginstall -> To polecenie jest aliasem `-p linux install`. +> To polecenie jest aliasem GNU `install`. - Zobacz dokumentację oryginalnego polecenia: -`tldr -p linux install` +`tldr install` diff --git a/pages.pl/osx/gjoin.md b/pages.pl/osx/gjoin.md index 55bf1107e0..3fdcc00276 100644 --- a/pages.pl/osx/gjoin.md +++ b/pages.pl/osx/gjoin.md @@ -1,7 +1,7 @@ # gjoin -> To polecenie jest aliasem `-p linux join`. +> To polecenie jest aliasem GNU `join`. - Zobacz dokumentację oryginalnego polecenia: -`tldr -p linux join` +`tldr join` diff --git a/pages.pl/osx/gkill.md b/pages.pl/osx/gkill.md index 60d1e80f29..390ff65944 100644 --- a/pages.pl/osx/gkill.md +++ b/pages.pl/osx/gkill.md @@ -1,7 +1,7 @@ # gkill -> To polecenie jest aliasem `-p linux kill`. +> To polecenie jest aliasem GNU `kill`. - Zobacz dokumentację oryginalnego polecenia: -`tldr -p linux kill` +`tldr {{[-p|--platform]}} linux kill` diff --git a/pages.pl/osx/glibtool.md b/pages.pl/osx/glibtool.md index d0e86ddb62..b24c6fa25e 100644 --- a/pages.pl/osx/glibtool.md +++ b/pages.pl/osx/glibtool.md @@ -1,7 +1,7 @@ # glibtool -> To polecenie jest aliasem `-p linux libtool`. +> To polecenie jest aliasem GNU `libtool`. - Zobacz dokumentację oryginalnego polecenia: -`tldr -p linux libtool` +`tldr {{[-p|--platform]}} linux libtool` diff --git a/pages.pl/osx/glibtoolize.md b/pages.pl/osx/glibtoolize.md index 501e5993e2..60a2ffb170 100644 --- a/pages.pl/osx/glibtoolize.md +++ b/pages.pl/osx/glibtoolize.md @@ -1,7 +1,7 @@ # glibtoolize -> To polecenie jest aliasem `-p linux libtoolize`. +> To polecenie jest aliasem GNU `libtoolize`. - Zobacz dokumentację oryginalnego polecenia: -`tldr -p linux libtoolize` +`tldr {{[-p|--platform]}} linux libtoolize` diff --git a/pages.pl/osx/glink.md b/pages.pl/osx/glink.md index 8f021f7cf1..28276f991e 100644 --- a/pages.pl/osx/glink.md +++ b/pages.pl/osx/glink.md @@ -1,7 +1,7 @@ # glink -> To polecenie jest aliasem `-p linux link`. +> To polecenie jest aliasem GNU `link`. - Zobacz dokumentację oryginalnego polecenia: -`tldr -p linux link` +`tldr link` diff --git a/pages.pl/osx/gln.md b/pages.pl/osx/gln.md index 92f5224acb..56b899ee3b 100644 --- a/pages.pl/osx/gln.md +++ b/pages.pl/osx/gln.md @@ -1,7 +1,7 @@ # gln -> To polecenie jest aliasem `-p linux ln`. +> To polecenie jest aliasem GNU `ln`. - Zobacz dokumentację oryginalnego polecenia: -`tldr -p linux ln` +`tldr ln` diff --git a/pages.pl/osx/glocate.md b/pages.pl/osx/glocate.md index 76560f294c..01d5305c8e 100644 --- a/pages.pl/osx/glocate.md +++ b/pages.pl/osx/glocate.md @@ -1,7 +1,7 @@ # glocate -> To polecenie jest aliasem `-p linux locate`. +> To polecenie jest aliasem GNU `locate`. - Zobacz dokumentację oryginalnego polecenia: -`tldr -p linux locate` +`tldr {{[-p|--platform]}} linux locate` diff --git a/pages.pl/osx/glogger.md b/pages.pl/osx/glogger.md index e72cee914d..53055b9799 100644 --- a/pages.pl/osx/glogger.md +++ b/pages.pl/osx/glogger.md @@ -1,7 +1,7 @@ # glogger -> To polecenie jest aliasem `-p linux logger`. +> To polecenie jest aliasem GNU `logger`. - Zobacz dokumentację oryginalnego polecenia: -`tldr -p linux logger` +`tldr {{[-p|--platform]}} linux logger` diff --git a/pages.pl/osx/glogname.md b/pages.pl/osx/glogname.md index e80e4cd329..3848677450 100644 --- a/pages.pl/osx/glogname.md +++ b/pages.pl/osx/glogname.md @@ -1,7 +1,7 @@ # glogname -> To polecenie jest aliasem `-p linux logname`. +> To polecenie jest aliasem GNU `logname`. - Zobacz dokumentację oryginalnego polecenia: -`tldr -p linux logname` +`tldr logname` diff --git a/pages.pl/osx/gls.md b/pages.pl/osx/gls.md index 898d8debe6..2f943cfb0e 100644 --- a/pages.pl/osx/gls.md +++ b/pages.pl/osx/gls.md @@ -1,7 +1,7 @@ # gls -> To polecenie jest aliasem `-p linux ls`. +> To polecenie jest aliasem GNU `ls`. - Zobacz dokumentację oryginalnego polecenia: -`tldr -p linux ls` +`tldr ls` diff --git a/pages.pl/osx/gmake.md b/pages.pl/osx/gmake.md index ff5461ea0f..0be55129b9 100644 --- a/pages.pl/osx/gmake.md +++ b/pages.pl/osx/gmake.md @@ -1,7 +1,7 @@ # gmake -> To polecenie jest aliasem `-p linux make`. +> To polecenie jest aliasem GNU `make`. - Zobacz dokumentację oryginalnego polecenia: -`tldr -p linux make` +`tldr make` diff --git a/pages.pl/osx/gmd5sum.md b/pages.pl/osx/gmd5sum.md index d415d9dd27..a32e624a74 100644 --- a/pages.pl/osx/gmd5sum.md +++ b/pages.pl/osx/gmd5sum.md @@ -1,7 +1,7 @@ # gmd5sum -> To polecenie jest aliasem `-p linux md5sum`. +> To polecenie jest aliasem GNU `md5sum`. - Zobacz dokumentację oryginalnego polecenia: -`tldr -p linux md5sum` +`tldr md5sum` diff --git a/pages.pl/osx/gmkdir.md b/pages.pl/osx/gmkdir.md index af53a09935..ad4a5404b3 100644 --- a/pages.pl/osx/gmkdir.md +++ b/pages.pl/osx/gmkdir.md @@ -1,7 +1,7 @@ # gmkdir -> To polecenie jest aliasem `-p linux mkdir`. +> To polecenie jest aliasem GNU `mkdir`. - Zobacz dokumentację oryginalnego polecenia: -`tldr -p linux mkdir` +`tldr mkdir` diff --git a/pages.pl/osx/gmkfifo.md b/pages.pl/osx/gmkfifo.md index 2267431f7e..0863dbad98 100644 --- a/pages.pl/osx/gmkfifo.md +++ b/pages.pl/osx/gmkfifo.md @@ -1,7 +1,7 @@ # gmkfifo -> To polecenie jest aliasem `-p linux mkfifo`. +> To polecenie jest aliasem GNU `mkfifo`. - Zobacz dokumentację oryginalnego polecenia: -`tldr -p linux mkfifo` +`tldr mkfifo` diff --git a/pages.pl/osx/gmknod.md b/pages.pl/osx/gmknod.md index 1738689f91..06b9f994ac 100644 --- a/pages.pl/osx/gmknod.md +++ b/pages.pl/osx/gmknod.md @@ -1,7 +1,7 @@ # gmknod -> To polecenie jest aliasem `-p linux mknod`. +> To polecenie jest aliasem GNU `mknod`. - Zobacz dokumentację oryginalnego polecenia: -`tldr -p linux mknod` +`tldr {{[-p|--platform]}} linux mknod` diff --git a/pages.pl/osx/gmktemp.md b/pages.pl/osx/gmktemp.md index ae8415d0df..108682b617 100644 --- a/pages.pl/osx/gmktemp.md +++ b/pages.pl/osx/gmktemp.md @@ -1,7 +1,7 @@ # gmktemp -> To polecenie jest aliasem `-p linux mktemp`. +> To polecenie jest aliasem GNU `mktemp`. - Zobacz dokumentację oryginalnego polecenia: -`tldr -p linux mktemp` +`tldr {{[-p|--platform]}} linux mktemp` diff --git a/pages.pl/osx/gmv.md b/pages.pl/osx/gmv.md index b00b9aa619..3590efcd7f 100644 --- a/pages.pl/osx/gmv.md +++ b/pages.pl/osx/gmv.md @@ -1,7 +1,7 @@ # gmv -> To polecenie jest aliasem `-p linux mv`. +> To polecenie jest aliasem GNU `mv`. - Zobacz dokumentację oryginalnego polecenia: -`tldr -p linux mv` +`tldr mv` diff --git a/pages.pl/osx/gnice.md b/pages.pl/osx/gnice.md index e375ca568d..19e636276c 100644 --- a/pages.pl/osx/gnice.md +++ b/pages.pl/osx/gnice.md @@ -1,7 +1,7 @@ # gnice -> To polecenie jest aliasem `-p linux nice`. +> To polecenie jest aliasem GNU `nice`. - Zobacz dokumentację oryginalnego polecenia: -`tldr -p linux nice` +`tldr nice` diff --git a/pages.pl/osx/gnl.md b/pages.pl/osx/gnl.md index 750d1e1ef5..128e6ccbce 100644 --- a/pages.pl/osx/gnl.md +++ b/pages.pl/osx/gnl.md @@ -1,7 +1,7 @@ # gnl -> To polecenie jest aliasem `-p linux nl`. +> To polecenie jest aliasem GNU `nl`. - Zobacz dokumentację oryginalnego polecenia: -`tldr -p linux nl` +`tldr {{[-p|--platform]}} linux nl` diff --git a/pages.pl/osx/gnohup.md b/pages.pl/osx/gnohup.md index 8132fc69c7..d0cd11f150 100644 --- a/pages.pl/osx/gnohup.md +++ b/pages.pl/osx/gnohup.md @@ -1,7 +1,7 @@ # gnohup -> To polecenie jest aliasem `-p linux nohup`. +> To polecenie jest aliasem GNU `nohup`. - Zobacz dokumentację oryginalnego polecenia: -`tldr -p linux nohup` +`tldr nohup` diff --git a/pages.pl/osx/gnproc.md b/pages.pl/osx/gnproc.md index 3802e2c045..80ef967a48 100644 --- a/pages.pl/osx/gnproc.md +++ b/pages.pl/osx/gnproc.md @@ -1,7 +1,7 @@ # gnproc -> To polecenie jest aliasem `-p linux nproc`. +> To polecenie jest aliasem GNU `nproc`. - Zobacz dokumentację oryginalnego polecenia: -`tldr -p linux nproc` +`tldr nproc` diff --git a/pages.pl/osx/gnumfmt.md b/pages.pl/osx/gnumfmt.md index 546a501c05..8a8580f823 100644 --- a/pages.pl/osx/gnumfmt.md +++ b/pages.pl/osx/gnumfmt.md @@ -1,7 +1,7 @@ # gnumfmt -> To polecenie jest aliasem `-p linux numfmt`. +> To polecenie jest aliasem GNU `numfmt`. - Zobacz dokumentację oryginalnego polecenia: -`tldr -p linux numfmt` +`tldr numfmt` diff --git a/pages.pl/osx/god.md b/pages.pl/osx/god.md index 565d622589..64fd726460 100644 --- a/pages.pl/osx/god.md +++ b/pages.pl/osx/god.md @@ -1,7 +1,7 @@ # god -> To polecenie jest aliasem `-p linux od`. +> To polecenie jest aliasem GNU `od`. - Zobacz dokumentację oryginalnego polecenia: -`tldr -p linux od` +`tldr od` diff --git a/pages.pl/osx/gpaste.md b/pages.pl/osx/gpaste.md index 1213a5becd..3d9e1618ed 100644 --- a/pages.pl/osx/gpaste.md +++ b/pages.pl/osx/gpaste.md @@ -1,7 +1,7 @@ # gpaste -> To polecenie jest aliasem `-p linux paste`. +> To polecenie jest aliasem GNU `paste`. - Zobacz dokumentację oryginalnego polecenia: -`tldr -p linux paste` +`tldr paste` diff --git a/pages.pl/osx/gpathchk.md b/pages.pl/osx/gpathchk.md index b02e937d97..38e5f33504 100644 --- a/pages.pl/osx/gpathchk.md +++ b/pages.pl/osx/gpathchk.md @@ -1,7 +1,7 @@ # gpathchk -> To polecenie jest aliasem `-p linux pathchk`. +> To polecenie jest aliasem GNU `pathchk`. - Zobacz dokumentację oryginalnego polecenia: -`tldr -p linux pathchk` +`tldr pathchk` diff --git a/pages.pl/osx/gping.md b/pages.pl/osx/gping.md index 73632f889f..5dc29a03cb 100644 --- a/pages.pl/osx/gping.md +++ b/pages.pl/osx/gping.md @@ -1,7 +1,7 @@ # gping -> To polecenie jest aliasem `-p linux ping`. +> To polecenie jest aliasem GNU `ping`. - Zobacz dokumentację oryginalnego polecenia: -`tldr -p linux ping` +`tldr {{[-p|--platform]}} common ping` diff --git a/pages.pl/osx/gping6.md b/pages.pl/osx/gping6.md index fb92c24985..faeb4387f0 100644 --- a/pages.pl/osx/gping6.md +++ b/pages.pl/osx/gping6.md @@ -1,7 +1,7 @@ # gping6 -> To polecenie jest aliasem `-p linux ping6`. +> To polecenie jest aliasem GNU `ping6`. - Zobacz dokumentację oryginalnego polecenia: -`tldr -p linux ping6` +`tldr ping6` diff --git a/pages.pl/osx/gpinky.md b/pages.pl/osx/gpinky.md index 587c565f59..05a4670807 100644 --- a/pages.pl/osx/gpinky.md +++ b/pages.pl/osx/gpinky.md @@ -1,7 +1,7 @@ # gpinky -> To polecenie jest aliasem `-p linux pinky`. +> To polecenie jest aliasem GNU `pinky`. - Zobacz dokumentację oryginalnego polecenia: -`tldr -p linux pinky` +`tldr pinky` diff --git a/pages.pl/osx/gpr.md b/pages.pl/osx/gpr.md index 6de3fdd833..eb8330d352 100644 --- a/pages.pl/osx/gpr.md +++ b/pages.pl/osx/gpr.md @@ -1,7 +1,7 @@ # gpr -> To polecenie jest aliasem `-p linux pr`. +> To polecenie jest aliasem GNU `pr`. - Zobacz dokumentację oryginalnego polecenia: -`tldr -p linux pr` +`tldr pr` diff --git a/pages.pl/osx/gprintenv.md b/pages.pl/osx/gprintenv.md index 5bfcbf3680..966cc63442 100644 --- a/pages.pl/osx/gprintenv.md +++ b/pages.pl/osx/gprintenv.md @@ -1,7 +1,7 @@ # gprintenv -> To polecenie jest aliasem `-p linux printenv`. +> To polecenie jest aliasem GNU `printenv`. - Zobacz dokumentację oryginalnego polecenia: -`tldr -p linux printenv` +`tldr printenv` diff --git a/pages.pl/osx/gprintf.md b/pages.pl/osx/gprintf.md index e1d40ee7f9..3938a14572 100644 --- a/pages.pl/osx/gprintf.md +++ b/pages.pl/osx/gprintf.md @@ -1,7 +1,7 @@ # gprintf -> To polecenie jest aliasem `-p linux printf`. +> To polecenie jest aliasem GNU `printf`. - Zobacz dokumentację oryginalnego polecenia: -`tldr -p linux printf` +`tldr printf` diff --git a/pages.pl/osx/gptx.md b/pages.pl/osx/gptx.md index 7b8a40f97d..9a6fbe301f 100644 --- a/pages.pl/osx/gptx.md +++ b/pages.pl/osx/gptx.md @@ -1,7 +1,7 @@ # gptx -> To polecenie jest aliasem `-p linux ptx`. +> To polecenie jest aliasem GNU `ptx`. - Zobacz dokumentację oryginalnego polecenia: -`tldr -p linux ptx` +`tldr {{[-p|--platform]}} linux ptx` diff --git a/pages.pl/osx/gpwd.md b/pages.pl/osx/gpwd.md index 95259ef2cd..63ac020108 100644 --- a/pages.pl/osx/gpwd.md +++ b/pages.pl/osx/gpwd.md @@ -1,7 +1,7 @@ # gpwd -> To polecenie jest aliasem `-p linux pwd`. +> To polecenie jest aliasem GNU `pwd`. - Zobacz dokumentację oryginalnego polecenia: -`tldr -p linux pwd` +`tldr pwd` diff --git a/pages.pl/osx/grcp.md b/pages.pl/osx/grcp.md index dd38e44b91..17b6880dd4 100644 --- a/pages.pl/osx/grcp.md +++ b/pages.pl/osx/grcp.md @@ -1,7 +1,7 @@ # grcp -> To polecenie jest aliasem `-p linux rcp`. +> To polecenie jest aliasem GNU `rcp`. - Zobacz dokumentację oryginalnego polecenia: -`tldr -p linux rcp` +`tldr {{[-p|--platform]}} linux rcp` diff --git a/pages.pl/osx/greadlink.md b/pages.pl/osx/greadlink.md index 779e853ed1..c84922daf0 100644 --- a/pages.pl/osx/greadlink.md +++ b/pages.pl/osx/greadlink.md @@ -1,7 +1,7 @@ # greadlink -> To polecenie jest aliasem `-p linux readlink`. +> To polecenie jest aliasem GNU `readlink`. - Zobacz dokumentację oryginalnego polecenia: -`tldr -p linux readlink` +`tldr readlink` diff --git a/pages.pl/osx/grealpath.md b/pages.pl/osx/grealpath.md index 77b55737b4..c0df7d8672 100644 --- a/pages.pl/osx/grealpath.md +++ b/pages.pl/osx/grealpath.md @@ -1,7 +1,7 @@ # grealpath -> To polecenie jest aliasem `-p linux realpath`. +> To polecenie jest aliasem GNU `realpath`. - Zobacz dokumentację oryginalnego polecenia: -`tldr -p linux realpath` +`tldr realpath` diff --git a/pages.pl/osx/grexec.md b/pages.pl/osx/grexec.md index ce30156374..be88d57fd8 100644 --- a/pages.pl/osx/grexec.md +++ b/pages.pl/osx/grexec.md @@ -1,7 +1,7 @@ # grexec -> To polecenie jest aliasem `-p linux rexec`. +> To polecenie jest aliasem GNU `rexec`. - Zobacz dokumentację oryginalnego polecenia: -`tldr -p linux rexec` +`tldr {{[-p|--platform]}} linux rexec` diff --git a/pages.pl/osx/grlogin.md b/pages.pl/osx/grlogin.md index 8addbe9e61..24db0d56cb 100644 --- a/pages.pl/osx/grlogin.md +++ b/pages.pl/osx/grlogin.md @@ -1,7 +1,7 @@ # grlogin -> To polecenie jest aliasem `-p linux rlogin`. +> To polecenie jest aliasem GNU `rlogin`. - Zobacz dokumentację oryginalnego polecenia: -`tldr -p linux rlogin` +`tldr {{[-p|--platform]}} linux rlogin` diff --git a/pages.pl/osx/grm.md b/pages.pl/osx/grm.md index 1af91d0091..2e4a4918cc 100644 --- a/pages.pl/osx/grm.md +++ b/pages.pl/osx/grm.md @@ -1,7 +1,7 @@ # grm -> To polecenie jest aliasem `-p linux rm`. +> To polecenie jest aliasem GNU `rm`. - Zobacz dokumentację oryginalnego polecenia: -`tldr -p linux rm` +`tldr rm` diff --git a/pages.pl/osx/grmdir.md b/pages.pl/osx/grmdir.md index 50c72652ff..def709b3c6 100644 --- a/pages.pl/osx/grmdir.md +++ b/pages.pl/osx/grmdir.md @@ -1,7 +1,7 @@ # grmdir -> To polecenie jest aliasem `-p linux rmdir`. +> To polecenie jest aliasem GNU `rmdir`. - Zobacz dokumentację oryginalnego polecenia: -`tldr -p linux rmdir` +`tldr rmdir` diff --git a/pages.pl/osx/grsh.md b/pages.pl/osx/grsh.md index 8d49778b98..319ab42f91 100644 --- a/pages.pl/osx/grsh.md +++ b/pages.pl/osx/grsh.md @@ -1,7 +1,7 @@ # grsh -> To polecenie jest aliasem `-p linux rsh`. +> To polecenie jest aliasem GNU `rsh`. - Zobacz dokumentację oryginalnego polecenia: -`tldr -p linux rsh` +`tldr {{[-p|--platform]}} linux rsh` diff --git a/pages.pl/osx/gruncon.md b/pages.pl/osx/gruncon.md index c18b866a40..63c39b7c35 100644 --- a/pages.pl/osx/gruncon.md +++ b/pages.pl/osx/gruncon.md @@ -1,7 +1,7 @@ # gruncon -> To polecenie jest aliasem `-p linux runcon`. +> To polecenie jest aliasem GNU `runcon`. - Zobacz dokumentację oryginalnego polecenia: -`tldr -p linux runcon` +`tldr {{[-p|--platform]}} linux runcon` diff --git a/pages.pl/osx/gsed.md b/pages.pl/osx/gsed.md index 658273752e..3aa96bf51b 100644 --- a/pages.pl/osx/gsed.md +++ b/pages.pl/osx/gsed.md @@ -1,7 +1,7 @@ # gsed -> To polecenie jest aliasem `-p linux sed`. +> To polecenie jest aliasem GNU `sed`. - Zobacz dokumentację oryginalnego polecenia: -`tldr -p linux sed` +`tldr {{[-p|--platform]}} linux sed` diff --git a/pages.pl/osx/gseq.md b/pages.pl/osx/gseq.md index 1229938fc5..d083cad7e7 100644 --- a/pages.pl/osx/gseq.md +++ b/pages.pl/osx/gseq.md @@ -1,7 +1,7 @@ # gseq -> To polecenie jest aliasem `-p linux seq`. +> To polecenie jest aliasem GNU `seq`. - Zobacz dokumentację oryginalnego polecenia: -`tldr -p linux seq` +`tldr seq` diff --git a/pages.pl/osx/gsha1sum.md b/pages.pl/osx/gsha1sum.md index 101ff781b9..000eac017e 100644 --- a/pages.pl/osx/gsha1sum.md +++ b/pages.pl/osx/gsha1sum.md @@ -1,7 +1,7 @@ # gsha1sum -> To polecenie jest aliasem `-p linux sha1sum`. +> To polecenie jest aliasem GNU `sha1sum`. - Zobacz dokumentację oryginalnego polecenia: -`tldr -p linux sha1sum` +`tldr sha1sum` diff --git a/pages.pl/osx/gsha224sum.md b/pages.pl/osx/gsha224sum.md index 184e6b250d..600e10736c 100644 --- a/pages.pl/osx/gsha224sum.md +++ b/pages.pl/osx/gsha224sum.md @@ -1,7 +1,7 @@ # gsha224sum -> To polecenie jest aliasem `-p linux sha224sum`. +> To polecenie jest aliasem GNU `sha224sum`. - Zobacz dokumentację oryginalnego polecenia: -`tldr -p linux sha224sum` +`tldr sha224sum` diff --git a/pages.pl/osx/gsha256sum.md b/pages.pl/osx/gsha256sum.md index 5120809e5a..beedc637d7 100644 --- a/pages.pl/osx/gsha256sum.md +++ b/pages.pl/osx/gsha256sum.md @@ -1,7 +1,7 @@ # gsha256sum -> To polecenie jest aliasem `-p linux sha256sum`. +> To polecenie jest aliasem GNU `sha256sum`. - Zobacz dokumentację oryginalnego polecenia: -`tldr -p linux sha256sum` +`tldr sha256sum` diff --git a/pages.pl/osx/gsha384sum.md b/pages.pl/osx/gsha384sum.md index 63f07dc530..7df97da5a9 100644 --- a/pages.pl/osx/gsha384sum.md +++ b/pages.pl/osx/gsha384sum.md @@ -1,7 +1,7 @@ # gsha384sum -> To polecenie jest aliasem `-p linux sha384sum`. +> To polecenie jest aliasem GNU `sha384sum`. - Zobacz dokumentację oryginalnego polecenia: -`tldr -p linux sha384sum` +`tldr sha384sum` diff --git a/pages.pl/osx/gsha512sum.md b/pages.pl/osx/gsha512sum.md index dd072bd1b6..ad0daaeaae 100644 --- a/pages.pl/osx/gsha512sum.md +++ b/pages.pl/osx/gsha512sum.md @@ -1,7 +1,7 @@ # gsha512sum -> To polecenie jest aliasem `-p linux sha512sum`. +> To polecenie jest aliasem GNU `sha512sum`. - Zobacz dokumentację oryginalnego polecenia: -`tldr -p linux sha512sum` +`tldr sha512sum` diff --git a/pages.pl/osx/gshred.md b/pages.pl/osx/gshred.md index 6c86600757..5355548458 100644 --- a/pages.pl/osx/gshred.md +++ b/pages.pl/osx/gshred.md @@ -1,7 +1,7 @@ # gshred -> To polecenie jest aliasem `-p linux shred`. +> To polecenie jest aliasem GNU `shred`. - Zobacz dokumentację oryginalnego polecenia: -`tldr -p linux shred` +`tldr shred` diff --git a/pages.pl/osx/gshuf.md b/pages.pl/osx/gshuf.md index 1b38b131fe..c48157d93d 100644 --- a/pages.pl/osx/gshuf.md +++ b/pages.pl/osx/gshuf.md @@ -1,7 +1,7 @@ # gshuf -> To polecenie jest aliasem `-p linux shuf`. +> To polecenie jest aliasem GNU `shuf`. - Zobacz dokumentację oryginalnego polecenia: -`tldr -p linux shuf` +`tldr {{[-p|--platform]}} coomon shuf` diff --git a/pages.pl/osx/gsleep.md b/pages.pl/osx/gsleep.md index 15f8027880..a0136d36b7 100644 --- a/pages.pl/osx/gsleep.md +++ b/pages.pl/osx/gsleep.md @@ -1,7 +1,7 @@ # gsleep -> To polecenie jest aliasem `-p linux sleep`. +> To polecenie jest aliasem GNU `sleep`. - Zobacz dokumentację oryginalnego polecenia: -`tldr -p linux sleep` +`tldr {{[-p|--platform]}} linux sleep` diff --git a/pages.pl/osx/gsort.md b/pages.pl/osx/gsort.md index c54f03101b..985b86e097 100644 --- a/pages.pl/osx/gsort.md +++ b/pages.pl/osx/gsort.md @@ -1,7 +1,7 @@ # gsort -> To polecenie jest aliasem `-p linux sort`. +> To polecenie jest aliasem GNU `sort`. - Zobacz dokumentację oryginalnego polecenia: -`tldr -p linux sort` +`tldr sort` diff --git a/pages.pl/osx/gsplit.md b/pages.pl/osx/gsplit.md index d621a4c851..3b53b031b8 100644 --- a/pages.pl/osx/gsplit.md +++ b/pages.pl/osx/gsplit.md @@ -1,7 +1,7 @@ # gsplit -> To polecenie jest aliasem `-p linux split`. +> To polecenie jest aliasem GNU `split`. - Zobacz dokumentację oryginalnego polecenia: -`tldr -p linux split` +`tldr {{[-p|--platform]}} common split` diff --git a/pages.pl/osx/gstat.md b/pages.pl/osx/gstat.md index e2bd274834..85cdb2c6c2 100644 --- a/pages.pl/osx/gstat.md +++ b/pages.pl/osx/gstat.md @@ -1,7 +1,7 @@ # gstat -> To polecenie jest aliasem `-p linux stat`. +> To polecenie jest aliasem GNU `stat`. - Zobacz dokumentację oryginalnego polecenia: -`tldr -p linux stat` +`tldr {{[-p|--platform]}} common stat` diff --git a/pages.pl/osx/gstdbuf.md b/pages.pl/osx/gstdbuf.md index e2403fabdf..2be31189a7 100644 --- a/pages.pl/osx/gstdbuf.md +++ b/pages.pl/osx/gstdbuf.md @@ -1,7 +1,7 @@ # gstdbuf -> To polecenie jest aliasem `-p linux stdbuf`. +> To polecenie jest aliasem GNU `stdbuf`. - Zobacz dokumentację oryginalnego polecenia: -`tldr -p linux stdbuf` +`tldr stdbuf` diff --git a/pages.pl/osx/gstty.md b/pages.pl/osx/gstty.md index c853cbd2cb..a3688b1006 100644 --- a/pages.pl/osx/gstty.md +++ b/pages.pl/osx/gstty.md @@ -1,7 +1,7 @@ # gstty -> To polecenie jest aliasem `-p linux stty`. +> To polecenie jest aliasem GNU `stty`. - Zobacz dokumentację oryginalnego polecenia: -`tldr -p linux stty` +`tldr stty` diff --git a/pages.pl/osx/gsum.md b/pages.pl/osx/gsum.md index 64bd6a98e6..b39f844794 100644 --- a/pages.pl/osx/gsum.md +++ b/pages.pl/osx/gsum.md @@ -1,7 +1,7 @@ # gsum -> To polecenie jest aliasem `-p linux sum`. +> To polecenie jest aliasem GNU `sum`. - Zobacz dokumentację oryginalnego polecenia: -`tldr -p linux sum` +`tldr sum` diff --git a/pages.pl/osx/gsync.md b/pages.pl/osx/gsync.md index cc1fddb7ab..ded62b51f5 100644 --- a/pages.pl/osx/gsync.md +++ b/pages.pl/osx/gsync.md @@ -1,7 +1,7 @@ # gsync -> To polecenie jest aliasem `-p linux sync`. +> To polecenie jest aliasem GNU `sync`. - Zobacz dokumentację oryginalnego polecenia: -`tldr -p linux sync` +`tldr sync` diff --git a/pages.pl/osx/gtac.md b/pages.pl/osx/gtac.md index dbaf15d8e4..2e868e111b 100644 --- a/pages.pl/osx/gtac.md +++ b/pages.pl/osx/gtac.md @@ -1,7 +1,7 @@ # gtac -> To polecenie jest aliasem `-p linux tac`. +> To polecenie jest aliasem GNU `tac`. - Zobacz dokumentację oryginalnego polecenia: -`tldr -p linux tac` +`tldr tac` diff --git a/pages.pl/osx/gtail.md b/pages.pl/osx/gtail.md index 7bb9057981..7bbbee498f 100644 --- a/pages.pl/osx/gtail.md +++ b/pages.pl/osx/gtail.md @@ -1,7 +1,7 @@ # gtail -> To polecenie jest aliasem `-p linux tail`. +> To polecenie jest aliasem GNU `tail`. - Zobacz dokumentację oryginalnego polecenia: -`tldr -p linux tail` +`tldr {{[-p|--platform]}} common tail` diff --git a/pages.pl/osx/gtalk.md b/pages.pl/osx/gtalk.md index d4417f0a23..07e3982514 100644 --- a/pages.pl/osx/gtalk.md +++ b/pages.pl/osx/gtalk.md @@ -1,7 +1,7 @@ # gtalk -> To polecenie jest aliasem `-p linux talk`. +> To polecenie jest aliasem GNU `talk`. - Zobacz dokumentację oryginalnego polecenia: -`tldr -p linux talk` +`tldr {{[-p|--platform]}} linux talk` diff --git a/pages.pl/osx/gtar.md b/pages.pl/osx/gtar.md index 9bec7edab4..626f58876a 100644 --- a/pages.pl/osx/gtar.md +++ b/pages.pl/osx/gtar.md @@ -1,7 +1,7 @@ # gtar -> To polecenie jest aliasem `-p linux tar`. +> To polecenie jest aliasem GNU `tar`. - Zobacz dokumentację oryginalnego polecenia: -`tldr -p linux tar` +`tldr tar` diff --git a/pages.pl/osx/gtee.md b/pages.pl/osx/gtee.md index a0393abf16..62e0e0e63f 100644 --- a/pages.pl/osx/gtee.md +++ b/pages.pl/osx/gtee.md @@ -1,7 +1,7 @@ # gtee -> To polecenie jest aliasem `-p linux tee`. +> To polecenie jest aliasem GNU `tee`. - Zobacz dokumentację oryginalnego polecenia: -`tldr -p linux tee` +`tldr tee` diff --git a/pages.pl/osx/gtelnet.md b/pages.pl/osx/gtelnet.md index f917dd7384..a00d306355 100644 --- a/pages.pl/osx/gtelnet.md +++ b/pages.pl/osx/gtelnet.md @@ -1,7 +1,7 @@ # gtelnet -> To polecenie jest aliasem `-p linux telnet`. +> To polecenie jest aliasem GNU `telnet`. - Zobacz dokumentację oryginalnego polecenia: -`tldr -p linux telnet` +`tldr telnet` diff --git a/pages.pl/osx/gtest.md b/pages.pl/osx/gtest.md index 5378eca427..a904003f20 100644 --- a/pages.pl/osx/gtest.md +++ b/pages.pl/osx/gtest.md @@ -1,7 +1,7 @@ # gtest -> To polecenie jest aliasem `-p linux test`. +> To polecenie jest aliasem GNU `test`. - Zobacz dokumentację oryginalnego polecenia: -`tldr -p linux test` +`tldr test` diff --git a/pages.pl/osx/gtftp.md b/pages.pl/osx/gtftp.md index fae7516925..3ae4d690fd 100644 --- a/pages.pl/osx/gtftp.md +++ b/pages.pl/osx/gtftp.md @@ -1,7 +1,7 @@ # gtftp -> To polecenie jest aliasem `-p linux tftp`. +> To polecenie jest aliasem GNU `tftp`. - Zobacz dokumentację oryginalnego polecenia: -`tldr -p linux tftp` +`tldr {{[-p|--platform]}} linux tftp` diff --git a/pages.pl/osx/gtime.md b/pages.pl/osx/gtime.md index 51cb2ab624..c26d936a4d 100644 --- a/pages.pl/osx/gtime.md +++ b/pages.pl/osx/gtime.md @@ -1,7 +1,7 @@ # gtime -> To polecenie jest aliasem `-p linux time`. +> To polecenie jest aliasem GNU `time`. - Zobacz dokumentację oryginalnego polecenia: -`tldr -p linux time` +`tldr time` diff --git a/pages.pl/osx/gtimeout.md b/pages.pl/osx/gtimeout.md index a085ab4898..513fb8123c 100644 --- a/pages.pl/osx/gtimeout.md +++ b/pages.pl/osx/gtimeout.md @@ -1,7 +1,7 @@ # gtimeout -> To polecenie jest aliasem `-p linux timeout`. +> To polecenie jest aliasem GNU `timeout`. - Zobacz dokumentację oryginalnego polecenia: -`tldr -p linux timeout` +`tldr timeout` diff --git a/pages.pl/osx/gtouch.md b/pages.pl/osx/gtouch.md index 877b106a17..d635edf518 100644 --- a/pages.pl/osx/gtouch.md +++ b/pages.pl/osx/gtouch.md @@ -1,7 +1,7 @@ # gtouch -> To polecenie jest aliasem `-p linux touch`. +> To polecenie jest aliasem GNU `touch`. - Zobacz dokumentację oryginalnego polecenia: -`tldr -p linux touch` +`tldr touch` diff --git a/pages.pl/osx/gtr.md b/pages.pl/osx/gtr.md index 76ae452c76..4abd609d66 100644 --- a/pages.pl/osx/gtr.md +++ b/pages.pl/osx/gtr.md @@ -1,7 +1,7 @@ # gtr -> To polecenie jest aliasem `-p linux tr`. +> To polecenie jest aliasem GNU `tr`. - Zobacz dokumentację oryginalnego polecenia: -`tldr -p linux tr` +`tldr tr` diff --git a/pages.pl/osx/gtraceroute.md b/pages.pl/osx/gtraceroute.md index 3dbe3b76d4..a5b3b73f42 100644 --- a/pages.pl/osx/gtraceroute.md +++ b/pages.pl/osx/gtraceroute.md @@ -1,7 +1,7 @@ # gtraceroute -> To polecenie jest aliasem `-p linux traceroute`. +> To polecenie jest aliasem GNU `traceroute`. - Zobacz dokumentację oryginalnego polecenia: -`tldr -p linux traceroute` +`tldr traceroute` diff --git a/pages.pl/osx/gtrue.md b/pages.pl/osx/gtrue.md index 4c115febce..b5e89c9c75 100644 --- a/pages.pl/osx/gtrue.md +++ b/pages.pl/osx/gtrue.md @@ -1,7 +1,7 @@ # gtrue -> To polecenie jest aliasem `-p linux true`. +> To polecenie jest aliasem GNU `true`. - Zobacz dokumentację oryginalnego polecenia: -`tldr -p linux true` +`tldr true` diff --git a/pages.pl/osx/gtruncate.md b/pages.pl/osx/gtruncate.md index 43016f1a4b..2057de0467 100644 --- a/pages.pl/osx/gtruncate.md +++ b/pages.pl/osx/gtruncate.md @@ -1,7 +1,7 @@ # gtruncate -> To polecenie jest aliasem `-p linux truncate`. +> To polecenie jest aliasem GNU `truncate`. - Zobacz dokumentację oryginalnego polecenia: -`tldr -p linux truncate` +`tldr truncate` diff --git a/pages.pl/osx/gtsort.md b/pages.pl/osx/gtsort.md index 9bffd3c899..266cfb0e2f 100644 --- a/pages.pl/osx/gtsort.md +++ b/pages.pl/osx/gtsort.md @@ -1,7 +1,7 @@ # gtsort -> To polecenie jest aliasem `-p linux tsort`. +> To polecenie jest aliasem GNU `tsort`. - Zobacz dokumentację oryginalnego polecenia: -`tldr -p linux tsort` +`tldr tsort` diff --git a/pages.pl/osx/gtty.md b/pages.pl/osx/gtty.md index b4748f6320..f03cfa22e6 100644 --- a/pages.pl/osx/gtty.md +++ b/pages.pl/osx/gtty.md @@ -1,7 +1,7 @@ # gtty -> To polecenie jest aliasem `-p linux tty`. +> To polecenie jest aliasem GNU `tty`. - Zobacz dokumentację oryginalnego polecenia: -`tldr -p linux tty` +`tldr tty` diff --git a/pages.pl/osx/guname.md b/pages.pl/osx/guname.md index 731a15e641..9a987426ad 100644 --- a/pages.pl/osx/guname.md +++ b/pages.pl/osx/guname.md @@ -1,7 +1,7 @@ # guname -> To polecenie jest aliasem `-p linux uname`. +> To polecenie jest aliasem GNU `uname`. - Zobacz dokumentację oryginalnego polecenia: -`tldr -p linux uname` +`tldr {{[-p|--platform]}} common uname` diff --git a/pages.pl/osx/gunexpand.md b/pages.pl/osx/gunexpand.md index 838a900ced..86dba0bad4 100644 --- a/pages.pl/osx/gunexpand.md +++ b/pages.pl/osx/gunexpand.md @@ -1,7 +1,7 @@ # gunexpand -> To polecenie jest aliasem `-p linux unexpand`. +> To polecenie jest aliasem GNU `unexpand`. - Zobacz dokumentację oryginalnego polecenia: -`tldr -p linux unexpand` +`tldr unexpand` diff --git a/pages.pl/osx/guniq.md b/pages.pl/osx/guniq.md index d39bcb4358..21c5921531 100644 --- a/pages.pl/osx/guniq.md +++ b/pages.pl/osx/guniq.md @@ -1,7 +1,7 @@ # guniq -> To polecenie jest aliasem `-p linux uniq`. +> To polecenie jest aliasem GNU `uniq`. - Zobacz dokumentację oryginalnego polecenia: -`tldr -p linux uniq` +`tldr uniq` diff --git a/pages.pl/osx/gunits.md b/pages.pl/osx/gunits.md index 9a89d9bbdb..00715d58d2 100644 --- a/pages.pl/osx/gunits.md +++ b/pages.pl/osx/gunits.md @@ -1,7 +1,7 @@ # gunits -> To polecenie jest aliasem `-p linux units`. +> To polecenie jest aliasem GNU `units`. - Zobacz dokumentację oryginalnego polecenia: -`tldr -p linux units` +`tldr units` diff --git a/pages.pl/osx/gunlink.md b/pages.pl/osx/gunlink.md index 5a22cbfef2..f341f2a24f 100644 --- a/pages.pl/osx/gunlink.md +++ b/pages.pl/osx/gunlink.md @@ -1,7 +1,7 @@ # gunlink -> To polecenie jest aliasem `-p linux unlink`. +> To polecenie jest aliasem GNU `unlink`. - Zobacz dokumentację oryginalnego polecenia: -`tldr -p linux unlink` +`tldr unlink` diff --git a/pages.pl/osx/gupdatedb.md b/pages.pl/osx/gupdatedb.md index 1d827beb10..e2b8ad2fbf 100644 --- a/pages.pl/osx/gupdatedb.md +++ b/pages.pl/osx/gupdatedb.md @@ -1,7 +1,7 @@ # gupdatedb -> To polecenie jest aliasem `-p linux updatedb`. +> To polecenie jest aliasem GNU `updatedb`. - Zobacz dokumentację oryginalnego polecenia: -`tldr -p linux updatedb` +`tldr {{[-p|--platform]}} linux updatedb` diff --git a/pages.pl/osx/guptime.md b/pages.pl/osx/guptime.md index 099e5c6986..b690301632 100644 --- a/pages.pl/osx/guptime.md +++ b/pages.pl/osx/guptime.md @@ -1,7 +1,7 @@ # guptime -> To polecenie jest aliasem `-p linux uptime`. +> To polecenie jest aliasem GNU `uptime`. - Zobacz dokumentację oryginalnego polecenia: -`tldr -p linux uptime` +`tldr {{[-p|--platform]}} common uptime` diff --git a/pages.pl/osx/gusers.md b/pages.pl/osx/gusers.md index 59577035a1..a332828aad 100644 --- a/pages.pl/osx/gusers.md +++ b/pages.pl/osx/gusers.md @@ -1,7 +1,7 @@ # gusers -> To polecenie jest aliasem `-p linux users`. +> To polecenie jest aliasem GNU `users`. - Zobacz dokumentację oryginalnego polecenia: -`tldr -p linux users` +`tldr users` diff --git a/pages.pl/osx/gvdir.md b/pages.pl/osx/gvdir.md index 4b3e972eeb..d3b729b678 100644 --- a/pages.pl/osx/gvdir.md +++ b/pages.pl/osx/gvdir.md @@ -1,7 +1,7 @@ # gvdir -> To polecenie jest aliasem `-p linux vdir`. +> To polecenie jest aliasem GNU `vdir`. - Zobacz dokumentację oryginalnego polecenia: -`tldr -p linux vdir` +`tldr vdir` diff --git a/pages.pl/osx/gwc.md b/pages.pl/osx/gwc.md index a3642816cd..a116a4d4d0 100644 --- a/pages.pl/osx/gwc.md +++ b/pages.pl/osx/gwc.md @@ -1,7 +1,7 @@ # gwc -> To polecenie jest aliasem `-p linux wc`. +> To polecenie jest aliasem GNU `wc`. - Zobacz dokumentację oryginalnego polecenia: -`tldr -p linux wc` +`tldr {{[-p|--platform]}} common wc` diff --git a/pages.pl/osx/gwhich.md b/pages.pl/osx/gwhich.md index 11005188c8..fd72901573 100644 --- a/pages.pl/osx/gwhich.md +++ b/pages.pl/osx/gwhich.md @@ -1,7 +1,7 @@ # gwhich -> To polecenie jest aliasem `-p linux which`. +> To polecenie jest aliasem GNU `which`. - Zobacz dokumentację oryginalnego polecenia: -`tldr -p linux which` +`tldr which` diff --git a/pages.pl/osx/gwho.md b/pages.pl/osx/gwho.md index 68713ad6a6..1b62e9de6b 100644 --- a/pages.pl/osx/gwho.md +++ b/pages.pl/osx/gwho.md @@ -1,7 +1,7 @@ # gwho -> To polecenie jest aliasem `-p linux who`. +> To polecenie jest aliasem GNU `who`. - Zobacz dokumentację oryginalnego polecenia: -`tldr -p linux who` +`tldr who` diff --git a/pages.pl/osx/gwhoami.md b/pages.pl/osx/gwhoami.md index 4c1cffe8c0..c8cc0a292b 100644 --- a/pages.pl/osx/gwhoami.md +++ b/pages.pl/osx/gwhoami.md @@ -1,7 +1,7 @@ # gwhoami -> To polecenie jest aliasem `-p linux whoami`. +> To polecenie jest aliasem GNU `whoami`. - Zobacz dokumentację oryginalnego polecenia: -`tldr -p linux whoami` +`tldr whoami` diff --git a/pages.pl/osx/gwhois.md b/pages.pl/osx/gwhois.md index 8bb80bef30..063e992b99 100644 --- a/pages.pl/osx/gwhois.md +++ b/pages.pl/osx/gwhois.md @@ -1,7 +1,7 @@ # gwhois -> To polecenie jest aliasem `-p linux whois`. +> To polecenie jest aliasem GNU `whois`. - Zobacz dokumentację oryginalnego polecenia: -`tldr -p linux whois` +`tldr whois` diff --git a/pages.pl/osx/gxargs.md b/pages.pl/osx/gxargs.md index 063cd96135..606dff1d35 100644 --- a/pages.pl/osx/gxargs.md +++ b/pages.pl/osx/gxargs.md @@ -1,7 +1,7 @@ # gxargs -> To polecenie jest aliasem `-p linux xargs`. +> To polecenie jest aliasem GNU `xargs`. - Zobacz dokumentację oryginalnego polecenia: -`tldr -p linux xargs` +`tldr xargs` diff --git a/pages.pl/osx/gyes.md b/pages.pl/osx/gyes.md index 3f3cdd20cf..c622be1e41 100644 --- a/pages.pl/osx/gyes.md +++ b/pages.pl/osx/gyes.md @@ -1,7 +1,7 @@ # gyes -> To polecenie jest aliasem `-p linux yes`. +> To polecenie jest aliasem GNU `yes`. - Zobacz dokumentację oryginalnego polecenia: -`tldr -p linux yes` +`tldr yes` diff --git a/pages/common/ascii-image-converter.md b/pages/common/ascii-image-converter.md new file mode 100644 index 0000000000..d93af271f0 --- /dev/null +++ b/pages/common/ascii-image-converter.md @@ -0,0 +1,28 @@ +# ascii-image-converter + +> Convert an image into ASCII. +> More information: . + +- Convert an image into ASCII: + +`ascii-image-converter {{path/to/image|URL}}` + +- Colorize the output: + +`ascii-image-converter {{[-C|--color]}} {{path/to/image|URL}}` + +- Create a tresholded image using braille (if the image is barely visible, try changing the terminal font): + +`ascii-image-converter {{[-b|--braille]}} {{path/to/image|URL}}` + +- Create a dithered image using braille (if the image is barely visible, try changing the terminal font): + +`ascii-image-converter {{[-b|--braille]}} --dither {{path/to/image|URL}}` + +- Display the image with negative colors: + +`ascii-image-converter {{[-Cn|--color --negative]}} {{path/to/image|URL}}` + +- Use a wider range of characters to display an image (may improve image accuracy): + +`ascii-image-converter {{[-c|--complex]}} {{path/to/image|URL}}` diff --git a/pages/common/cariddi.md b/pages/common/cariddi.md new file mode 100644 index 0000000000..dfdad9ca9d --- /dev/null +++ b/pages/common/cariddi.md @@ -0,0 +1,28 @@ +# cariddi + +> Crawl URLs and scan for endpoints, secrets, api keys, file extensions, tokens, and more from a list of domains. +> More information: . + +- Hunt for secrets using custom regexes and output results in JSON: + +`cat {{path/to/urls.txt}} | cariddi -s -sf {{path/to/custom_secrets.txt}} -json` + +- Hunt for juicy endpoints with high concurrency and timeout with plain output results: + +`cat {{path/to/urls.txt}} | cariddi -e -c {{250}} -t {{15}} -plain` + +- Crawl with debug mode and store HTTP responses and output results in `txt` file: + +`cat {{path/to/urls.txt}} | cariddi -debug -sr -ot {{path/to/debug_output.txt}}` + +- Perform an intensive crawl with a proxy and random user agent and output results in `html` file: + +`cat {{path/to/urls.txt}} | cariddi -intensive -proxy {{http://127.0.0.1:8080}} -rua -oh {{path/to/intensive_crawl.html}}` + +- Hunt for errors and useful information with a custom delay and use `.cariddi_cache` folder as cache: + +`cat {{path/to/urls.txt}} | cariddi -err -info -d {{3}} -cache` + +- Show example uses: + +`cariddi -examples` diff --git a/pages/common/cloc.md b/pages/common/cloc.md index 722daaeed8..19ac85b02a 100644 --- a/pages/common/cloc.md +++ b/pages/common/cloc.md @@ -1,7 +1,7 @@ # cloc > Count, and compute differences of, lines of source code and comments. -> More information: . +> More information: . - Count all the lines of code in a directory: diff --git a/pages/common/croc.md b/pages/common/croc.md index 8ee77c7d44..f5729f8281 100644 --- a/pages/common/croc.md +++ b/pages/common/croc.md @@ -9,7 +9,7 @@ - Send a file or directory with a specific passphrase: -`croc send --code {{passphrase}} {{path/to/file_or_directory}}` +`croc send {{[-c|--code]}} {{passphrase}} {{path/to/file_or_directory}}` - Receive a file or directory on receiving machine: diff --git a/pages/common/delta.md b/pages/common/delta.md index 34474862d3..2f8c9d0bfb 100644 --- a/pages/common/delta.md +++ b/pages/common/delta.md @@ -1,7 +1,7 @@ # delta > A viewer for Git and diff output. -> More information: . +> More information: . - Compare files or directories: @@ -9,11 +9,11 @@ - Compare files or directories, showing the line numbers: -`delta --line-numbers {{path/to/old_file_or_directory}} {{path/to/new_file_or_directory}}` +`delta {{[-n|--line-numbers]}} {{path/to/old_file_or_directory}} {{path/to/new_file_or_directory}}` - Compare files or directories, showing the differences side by side: -`delta --side-by-side {{path/to/old_file_or_directory}} {{path/to/new_file_or_directory}}` +`delta {{[-s|--side-by-side]}} {{path/to/old_file_or_directory}} {{path/to/new_file_or_directory}}` - Compare files or directories, ignoring any Git configuration settings: diff --git a/pages/common/fast.md b/pages/common/fast.md index 9b5e80f6d7..fb8951ce5b 100644 --- a/pages/common/fast.md +++ b/pages/common/fast.md @@ -9,7 +9,7 @@ - Measure the current upload speed in addition to download speed: -`fast --upload` +`fast {{[-u|--upload]}}` - Display results on a single line to reduce spacing: diff --git a/pages/common/git-checkout-index.md b/pages/common/git-checkout-index.md index c1e448b923..b0ae8d9251 100644 --- a/pages/common/git-checkout-index.md +++ b/pages/common/git-checkout-index.md @@ -5,16 +5,16 @@ - Restore any files deleted since the last commit: -`git checkout-index --all` +`git checkout-index {{[-a|--all]}}` - Restore any files deleted or changed since the last commit: -`git checkout-index --all --force` +`git checkout-index {{[-a|--all]}} {{[-f|--force]}}` - Restore any files changed since the last commit, ignoring any files that were deleted: -`git checkout-index --all --force --no-create` +`git checkout-index {{[-a|--all]}} {{[-f|--force]}} {{[-n|--no-create]}}` - Export a copy of the entire tree at the last commit to the specified directory (the trailing slash is important): -`git checkout-index --all --force --prefix={{path/to/export_directory/}}` +`git checkout-index {{[-a|--all]}} {{[-f|--force]}} --prefix {{path/to/export_directory/}}` diff --git a/pages/common/git-commit-graph.md b/pages/common/git-commit-graph.md index ebaeb66b35..d18726e21a 100644 --- a/pages/common/git-commit-graph.md +++ b/pages/common/git-commit-graph.md @@ -9,7 +9,7 @@ - Write a commit-graph file containing all reachable commits: -`git show-ref --hash | git commit-graph write --stdin-commits` +`git show-ref {{[-s|--hash]}} | git commit-graph write --stdin-commits` - Write a commit-graph file containing all commits in the current commit-graph file along with those reachable from `HEAD`: diff --git a/pages/common/git-difftool.md b/pages/common/git-difftool.md index 38f98158d7..e0eb3736ec 100644 --- a/pages/common/git-difftool.md +++ b/pages/common/git-difftool.md @@ -18,4 +18,4 @@ - Use a specific tool (opendiff) to show changes since a given commit: -`git difftool --tool={{opendiff}} {{commit}}` +`git difftool {{[-t|--tool]}} {{opendiff}} {{commit}}` diff --git a/pages/common/git-help.md b/pages/common/git-help.md index 7d056cd21a..2471ef5f60 100644 --- a/pages/common/git-help.md +++ b/pages/common/git-help.md @@ -9,16 +9,16 @@ - Display help about a specific Git subcommand in a web browser: -`git help --web {{subcommand}}` +`git help {{[-w|--web]}} {{subcommand}}` - Display a list of all available Git subcommands: -`git help --all` +`git help {{[-a|--all]}}` - List the available guides: -`git help --guide` +`git help {{[-g|--guide]}}` - List all possible configuration variables: -`git help --config` +`git help {{[-c|--config]}}` diff --git a/pages/common/gobuster.md b/pages/common/gobuster.md index e68aa317fa..70f91ad901 100644 --- a/pages/common/gobuster.md +++ b/pages/common/gobuster.md @@ -1,28 +1,28 @@ # gobuster > Brute-forces hidden paths on web servers and more. -> More information: . +> More information: . - Discover directories and files that match in the wordlist: -`gobuster dir --url {{https://example.com/}} --wordlist {{path/to/file}}` +`gobuster dir {{[-u|--url]}} {{https://example.com/}} {{[-w|--wordlist]}} {{path/to/file}}` - Discover subdomains: -`gobuster dns --domain {{example.com}} --wordlist {{path/to/file}}` +`gobuster dns {{[-d|--domain]}} {{example.com}} {{[-w|--wordlist]}} {{path/to/file}}` - Discover Amazon S3 buckets: -`gobuster s3 --wordlist {{path/to/file}}` +`gobuster s3 {{[-w|--wordlist]}} {{path/to/file}}` - Discover other virtual hosts on the server: -`gobuster vhost --url {{https://example.com/}} --wordlist {{path/to/file}}` +`gobuster vhost {{[-u|--url]}} {{https://example.com/}} {{[-w|--wordlist]}} {{path/to/file}}` - Fuzz the value of a parameter: -`gobuster fuzz --url {{https://example.com/?parameter=FUZZ}} --wordlist {{path/to/file}}` +`gobuster fuzz {{[-u|--url]}} {{https://example.com/?parameter=FUZZ}} {{[-w|--wordlist]}} {{path/to/file}}` - Fuzz the name of a parameter: -`gobuster fuzz --url {{https://example.com/?FUZZ=value}} --wordlist {{path/to/file}}` +`gobuster fuzz {{[-u|--url]}} {{https://example.com/?FUZZ=value}} {{[-w|--wordlist]}} {{path/to/file}}` diff --git a/pages/common/hg-clone.md b/pages/common/hg-clone.md index 98be55e925..1b96bc2b79 100644 --- a/pages/common/hg-clone.md +++ b/pages/common/hg-clone.md @@ -9,16 +9,16 @@ - Clone a repository to the head of a specific branch, ignoring later commits: -`hg clone --branch {{branch}} {{remote_repository_source}}` +`hg clone {{[-b|--branch]}} {{branch}} {{remote_repository_source}}` - Clone a repository with only the `.hg` directory, without checking out files: -`hg clone --noupdate {{remote_repository_source}}` +`hg clone {{[-U|--noupdate]}} {{remote_repository_source}}` - Clone a repository to a specific revision, tag or branch, keeping the entire history: -`hg clone --updaterev {{revision}} {{remote_repository_source}}` +`hg clone {{[-u|--updaterev]}} {{revision}} {{remote_repository_source}}` - Clone a repository up to a specific revision without any newer history: -`hg clone --rev {{revision}} {{remote_repository_source}}` +`hg clone {{[-r|--rev]}} {{revision}} {{remote_repository_source}}` diff --git a/pages/common/lambo.md b/pages/common/lambo.md index 1c556d680d..989c6eccd7 100644 --- a/pages/common/lambo.md +++ b/pages/common/lambo.md @@ -2,7 +2,7 @@ > A super-powered `laravel new` for Laravel and Valet. > See also `lambo new` for additional command flags. -> More information: . +> More information: . - Create a new Laravel application: @@ -14,7 +14,7 @@ - Open the configuration in a specific editor: -`lambo edit-config --editor="{{path/to/editor}}"` +`lambo edit-config {{[-e|--editor]}} "{{path/to/editor}}"` - Open the configuration file that is run after new applications have been scaffolded: diff --git a/pages/common/mpv.md b/pages/common/mpv.md index d93a1bead7..ff45d33f61 100644 --- a/pages/common/mpv.md +++ b/pages/common/mpv.md @@ -2,7 +2,7 @@ > A audio/video player based on MPlayer. > See also: `mplayer`, `vlc`. -> More information: . +> More information: . - Play a video or audio from a URL or file: diff --git a/pages/common/mutagen.md b/pages/common/mutagen.md index 987a111142..657ca97a86 100644 --- a/pages/common/mutagen.md +++ b/pages/common/mutagen.md @@ -1,7 +1,7 @@ # mutagen > Real-time file synchronization and network forwarding tool. -> More information: . +> More information: . - Start a synchronization session between a local directory and a remote host: diff --git a/pages/common/ncc.md b/pages/common/ncc.md index f349eeeae0..34eb511a6f 100644 --- a/pages/common/ncc.md +++ b/pages/common/ncc.md @@ -10,15 +10,15 @@ - Bundle and minify a Node.js application: -`ncc build --minify {{path/to/file.js}}` +`ncc build {{[-m|--minify]}} {{path/to/file.js}}` - Bundle and minify a Node.js application and generate source maps: -`ncc build --source-map {{path/to/file.js}}` +`ncc build {{[-s|--source-map]}} {{path/to/file.js}}` - Automatically recompile on changes to source files: -`ncc build --watch {{path/to/file.js}}` +`ncc build {{[-w|--watch]}} {{path/to/file.js}}` - Bundle a Node.js application into a temporary directory and run it for testing: diff --git a/pages/common/next.md b/pages/common/next.md index 173958149b..b62d6ece44 100644 --- a/pages/common/next.md +++ b/pages/common/next.md @@ -1,7 +1,7 @@ # next > React framework that uses server-side rendering for building optimized web applications. -> More information: . +> More information: . - Start the current application in development mode: @@ -9,7 +9,7 @@ - Start the current application and listen on a specific port: -`next dev --port {{port}}` +`next dev {{[-p|--port]}} {{port}}` - Build the current application optimized for production: @@ -21,7 +21,7 @@ - Start the compiled application and listen on a specific port: -`next start --port {{port}}` +`next start {{[-p|--port]}} {{port}}` - Export the current application to static HTML pages: @@ -33,4 +33,4 @@ - Display help for a subcommand: -`next {{build|dev|export|start|telemetry}} --help` +`next {{build|dev|export|start|telemetry}} {{[-h|--help]}}` diff --git a/pages/common/nix.md b/pages/common/nix.md index 045eb87bfa..109a831fc6 100644 --- a/pages/common/nix.md +++ b/pages/common/nix.md @@ -3,7 +3,7 @@ > A powerful package manager that makes package management reliable, reproducible, and declarative. > `nix` is experimental and requires enabling experimental features. For a classic, stable interface, see `tldr nix classic`. > Some subcommands such as `build`, `develop`, `flake`, `registry`, `profile`, `search`, `repl`, `store`, `edit`, `why-depends`, etc. have their own usage documentation. -> More information: . +> More information: . - Enable the `nix` command: diff --git a/pages/common/php-coveralls.md b/pages/common/php-coveralls.md index 4dd4513f84..f9bf8b1363 100644 --- a/pages/common/php-coveralls.md +++ b/pages/common/php-coveralls.md @@ -1,7 +1,7 @@ # php-coveralls > A PHP client for Coveralls. -> More information: . +> More information: . - Send coverage information to Coveralls: @@ -9,15 +9,15 @@ - Send coverage information to Coveralls for a specific directory: -`php-coveralls --root_dir {{path/to/directory}}` +`php-coveralls {{[-r|--root_dir]}} {{path/to/directory}}` - Send coverage information to Coveralls with a specific config: -`php-coveralls --config {{path/to/.coveralls.yml}}` +`php-coveralls {{[-c|--config]}} {{path/to/.coveralls.yml}}` - Send coverage information to Coveralls with verbose output: -`php-coveralls --verbose` +`php-coveralls {{[-v|--verbose]}}` - Send coverage information to Coveralls excluding source files with no executable statements: @@ -25,12 +25,12 @@ - Send coverage information to Coveralls with a specific environment name: -`php-coveralls --env {{test|dev|prod}}` +`php-coveralls {{[-e|--env]}} {{test|dev|prod}}` - Specify multiple Coverage Clover XML files to upload: -`php-coveralls --coverage_clover {{path/to/first_clover.xml}} --coverage_clover {{path/to/second_clover.xml}}` +`php-coveralls {{[-x|--coverage_clover]}} {{path/to/first_clover.xml}} --coverage_clover {{path/to/second_clover.xml}}` - Output the JSON that will be sent to Coveralls to a specific file: -`php-coveralls --json_path {{path/to/coveralls-upload.json}}` +`php-coveralls {{[-o|--json_path]}} {{path/to/coveralls-upload.json}}` diff --git a/pages/common/phpbu.md b/pages/common/phpbu.md index 0dd6518573..c73b50c419 100644 --- a/pages/common/phpbu.md +++ b/pages/common/phpbu.md @@ -1,7 +1,7 @@ # phpbu > A backup utility framework for PHP. -> More information: . +> More information: . - Run backups using the default `phpbu.xml` configuration file: diff --git a/pages/common/phpdox.md b/pages/common/phpdox.md index a1f511b6c1..a614b0124d 100644 --- a/pages/common/phpdox.md +++ b/pages/common/phpdox.md @@ -13,12 +13,12 @@ - Generate documentation using a specific configuration file: -`phpdox --file {{path/to/phpdox.xml}}` +`phpdox {{[-f|--file]}} {{path/to/phpdox.xml}}` - Only run the metadata collection process: -`phpdox --collector` +`phpdox {{[-c|--collector]}}` - Only run the documentation generator process: -`phpdox --generator` +`phpdox {{[-g|--generator]}}` diff --git a/pages/common/pio-account.md b/pages/common/pio-account.md index 72b3b136c5..be3133f40e 100644 --- a/pages/common/pio-account.md +++ b/pages/common/pio-account.md @@ -5,7 +5,7 @@ - Register a new PlatformIO account: -`pio account register --username {{username}} --email {{email}} --password {{password}} --firstname {{firstname}} --lastname {{lastname}}` +`pio account register {{[-u|--username]}} {{username}} {{[-e|--email]}} {{email}} {{[-p|--password]}} {{password}} --firstname {{firstname}} --lastname {{lastname}}` - Permanently delete your PlatformIO account and related data: @@ -13,7 +13,7 @@ - Log in to your PlatformIO account: -`pio account login --username {{username}} --password {{password}}` +`pio account login {{[-u|--username]}} {{username}} {{[-p|--password]}} {{password}}` - Log out of your PlatformIO account: @@ -21,7 +21,7 @@ - Update your PlatformIO profile: -`pio account update --username {{username}} --email {{email}} --firstname {{firstname}} --lastname {{lastname}} --current-password {{password}}` +`pio account update {{[-u|--username]}} {{username}} {{[-e|--email]}} {{email}} --firstname {{firstname}} --lastname {{lastname}} --current-password {{password}}` - Show detailed information about your PlatformIO account: @@ -29,4 +29,4 @@ - Reset your password using your username or email: -`pio account forgot --username {{username_or_email}}` +`pio account forgot {{[-u|--username]}} {{username_or_email}}` diff --git a/pages/common/pio-check.md b/pages/common/pio-check.md index 2f673b2369..4a0c9e2eb7 100644 --- a/pages/common/pio-check.md +++ b/pages/common/pio-check.md @@ -9,11 +9,11 @@ - Perform a basic analysis check on a specific project: -`pio check --project-dir {{project_dir}}` +`pio check {{[-d|--project-dir]}} {{project_dir}}` - Perform an analysis check for a specific environment: -`pio check --environment {{environment}}` +`pio check {{[-e|--environment]}} {{environment}}` - Perform an analysis check and only report a specified defect severity type: @@ -21,4 +21,4 @@ - Perform an analysis check and show detailed information when processing environments: -`pio check --verbose` +`pio check {{[-v|--verbose]}}` diff --git a/pages/common/pio-ci.md b/pages/common/pio-ci.md index 8c0a1568df..20d3ea3286 100644 --- a/pages/common/pio-ci.md +++ b/pages/common/pio-ci.md @@ -10,11 +10,11 @@ - Build a PlatformIO project and specify specific libraries: -`pio ci --lib {{path/to/library_directory}} {{path/to/project}}` +`pio ci {{[-l|--lib]}} {{path/to/library_directory}} {{path/to/project}}` - Build a PlatformIO project and specify a specific board (`pio boards` lists all of them): -`pio ci --board {{board}} {{path/to/project}}` +`pio ci {{[-b|--board]}} {{board}} {{path/to/project}}` - Build a PlatformIO project in a specific directory: @@ -26,4 +26,4 @@ - Build a PlatformIO project using a specific configuration file: -`pio ci --project-conf {{path/to/platformio.ini}}` +`pio ci {{[-c|--project-conf]}} {{path/to/platformio.ini}}` diff --git a/pages/common/pio-debug.md b/pages/common/pio-debug.md index 745037df60..41b8ba7210 100644 --- a/pages/common/pio-debug.md +++ b/pages/common/pio-debug.md @@ -9,16 +9,16 @@ - Debug a specific PlatformIO project: -`pio debug --project-dir {{path/to/platformio_project}}` +`pio debug {{[-d|--project-dir]}} {{path/to/platformio_project}}` - Debug a specific environment: -`pio debug --environment {{environment}}` +`pio debug {{[-e|--environment]}} {{environment}}` - Debug a PlatformIO project using a specific configuration file: -`pio debug --project-conf {{path/to/platformio.ini}}` +`pio debug {{[-c|--project-conf]}} {{path/to/platformio.ini}}` - Debug a PlatformIO project using the `gdb` debugger: -`pio debug --interface={{gdb}} {{gdb_options}}` +`pio debug --interface {{gdb}} {{gdb_options}}` diff --git a/pages/common/pio-device.md b/pages/common/pio-device.md index 511fcf67ab..7ab9d791b0 100644 --- a/pages/common/pio-device.md +++ b/pages/common/pio-device.md @@ -17,11 +17,11 @@ - Start an interactive device monitor and listen to a specific port: -`pio device monitor --port {{/dev/ttyUSBX}}` +`pio device monitor {{[-p|--port]}} {{/dev/ttyUSBX}}` - Start an interactive device monitor and set a specific baud rate (defaults to 9600): -`pio device monitor --baud {{57600}}` +`pio device monitor {{[-b|--baud]}} {{57600}}` - Start an interactive device monitor and set a specific EOL character (defaults to `CRLF`): diff --git a/pages/common/pio-package.md b/pages/common/pio-pkg.md similarity index 64% rename from pages/common/pio-package.md rename to pages/common/pio-pkg.md index d6613d3726..51d11f82c8 100644 --- a/pages/common/pio-package.md +++ b/pages/common/pio-pkg.md @@ -1,4 +1,4 @@ -# pio package +# pio pkg > Manage packages in the registry. > Packages can only be removed within 72 hours (3 days) from the date that they are published. @@ -6,32 +6,32 @@ - Create a package tarball from the current directory: -`pio package pack --output {{path/to/package.tar.gz}}` +`pio pkg pack {{[-o|--output]}} {{path/to/package.tar.gz}}` - Create and publish a package tarball from the current directory: -`pio package publish` +`pio pkg publish` - Publish the current directory and restrict public access to it: -`pio package publish --private` +`pio pkg publish --private` - Publish a package: -`pio package publish {{path/to/package.tar.gz}}` +`pio pkg publish {{path/to/package.tar.gz}}` - Publish a package with a custom release date (UTC): -`pio package publish {{path/to/package.tar.gz}} --released-at "{{2021-04-08 21:15:38}}"` +`pio pkg publish {{path/to/package.tar.gz}} --released-at "{{2021-04-08 21:15:38}}"` - Remove all versions of a published package from the registry: -`pio package unpublish {{package}}` +`pio pkg unpublish {{package}}` - Remove a specific version of a published package from the registry: -`pio package unpublish {{package}}@{{version}}` +`pio pkg unpublish {{package}}@{{version}}` - Undo the removal, putting all versions or a specific version of the package back into the registry: -`pio package unpublish --undo {{package}}@{{version}}` +`pio pkg unpublish --undo {{package}}@{{version}}` diff --git a/pages/common/pio-project.md b/pages/common/pio-project.md index 7c323add68..344e9ca8ff 100644 --- a/pages/common/pio-project.md +++ b/pages/common/pio-project.md @@ -9,15 +9,15 @@ - Initialize a new PlatformIO project in a specific directory: -`pio project init --project-dir {{path/to/project_directory}}` +`pio project init {{[-d|--project-dir]}} {{path/to/project_directory}}` - Initialize a new PlatformIO project, specifying a board ID: -`pio project init --board {{ATmega328P|uno|...}}` +`pio project init {{[-b|--board]}} {{ATmega328P|uno|...}}` - Initialize a new PlatformIO based project, specifying one or more project options: -`pio project init --project-option="{{option}}={{value}}" --project-option="{{option}}={{value}}"` +`pio project init {{[-O|--project-option]}} "{{option}}={{value}}" {{[-O|--project-option]}} "{{option}}={{value}}"` - Print the configuration of a project: diff --git a/pages/common/pio-remote.md b/pages/common/pio-remote.md index da8c2cbc98..def9633aa1 100644 --- a/pages/common/pio-remote.md +++ b/pages/common/pio-remote.md @@ -10,7 +10,7 @@ - Start a new Remote Agent with a specific name and share it with friends: -`pio remote agent start --name {{agent_name}} --share {{example1@example.com}} --share {{example2@example.com}}` +`pio remote agent start {{[-n|--name]}} {{agent_name}} {{[-s|--share]}} {{example1@example.com}} {{[-s|--share]}} {{example2@example.com}}` - List devices from specified Agents (omit `--agent` to specify all Agents): diff --git a/pages/common/pio-run.md b/pages/common/pio-run.md index 4c01eb8995..7f1b26a769 100644 --- a/pages/common/pio-run.md +++ b/pages/common/pio-run.md @@ -9,7 +9,7 @@ - List all available project targets of a specific environment: -`pio run --list-targets --environment {{environment}}` +`pio run --list-targets {{[-e|--environment]}} {{environment}}` - Run all targets: @@ -17,12 +17,12 @@ - Run all targets of specified environments: -`pio run --environment {{environment1}} --environment {{environment2}}` +`pio run {{[-e|--environment]}} {{environment1}} {{[-e|--environment]}} {{environment2}}` - Run specified targets: -`pio run --target {{target1}} --target {{target2}}` +`pio run {{[-t|--target]}} {{target1}} {{[-t|--target]}} {{target2}}` - Run the targets of a specified configuration file: -`pio run --project-conf {{path/to/platformio.ini}}` +`pio run {{[-c|--project-conf]}} {{path/to/platformio.ini}}` diff --git a/pages/common/pio-test.md b/pages/common/pio-test.md index 49643e07d3..42fa2bfe17 100644 --- a/pages/common/pio-test.md +++ b/pages/common/pio-test.md @@ -9,15 +9,15 @@ - Test only specific environments: -`pio test --environment {{environment1}} --environment {{environment2}}` +`pio test {{[-e|--environment]}} {{environment1}} {{[-e|--environment]}} {{environment2}}` - Run only tests whose name matches a specific glob pattern: -`pio test --filter "{{pattern}}"` +`pio test {{[-f|--filter]}} "{{pattern}}"` - Ignore tests whose name matches a specific glob pattern: -`pio test --ignore "{{pattern}}"` +`pio test {{[-i|--ignore]}} "{{pattern}}"` - Specify a port for firmware uploading: @@ -25,4 +25,4 @@ - Specify a custom configuration file for running the tests: -`pio test --project-conf {{path/to/platformio.ini}}` +`pio test {{[-c|--project-conf]}} {{path/to/platformio.ini}}` diff --git a/pages/common/pio.md b/pages/common/pio.md index 274c268c81..59ca27da30 100644 --- a/pages/common/pio.md +++ b/pages/common/pio.md @@ -6,11 +6,11 @@ - Display help and list subcommands: -`pio --help` +`pio {{[-h|--help]}}` - Display help for a specific subcommand: -`pio {{subcommand}} --help` +`pio {{subcommand}} {{[-h|--help]}}` - Display version: diff --git a/pages/common/sfdk-apply.md b/pages/common/sfdk-apply.md index 8df1282b45..57992e4841 100644 --- a/pages/common/sfdk-apply.md +++ b/pages/common/sfdk-apply.md @@ -1,7 +1,7 @@ # sfdk apply > Applies patches from RPM SPEC file. -> More information: . +> More information: . - Apply all patches: diff --git a/pages/common/sfdk-build-init.md b/pages/common/sfdk-build-init.md index 2e1d4e7204..dcc0f50ce1 100644 --- a/pages/common/sfdk-build-init.md +++ b/pages/common/sfdk-build-init.md @@ -1,7 +1,7 @@ # sfdk build-init > Initializes build directory. -> More information: . +> More information: . - Initialize the current directory as the build directory: diff --git a/pages/common/sfdk-build-requires.md b/pages/common/sfdk-build-requires.md index 89f35323d4..08ad245113 100644 --- a/pages/common/sfdk-build-requires.md +++ b/pages/common/sfdk-build-requires.md @@ -1,7 +1,7 @@ # sfdk build-requires > Updates build time dependencies. -> More information: . +> More information: . - Run a subcommand refreshing the cache: diff --git a/pages/common/sfdk-build-shell.md b/pages/common/sfdk-build-shell.md index 701efb2573..28641430fb 100644 --- a/pages/common/sfdk-build-shell.md +++ b/pages/common/sfdk-build-shell.md @@ -2,7 +2,7 @@ > Executes custom steps in build engine. > See also: `sfdk config` for configuring the build target and `sfdk build-init` for initializing build tree. -> More information: . +> More information: . - Launch interactive shell in the build engine: diff --git a/pages/common/sfdk-check.md b/pages/common/sfdk-check.md index 45c4511dfb..b84ba23431 100644 --- a/pages/common/sfdk-check.md +++ b/pages/common/sfdk-check.md @@ -1,7 +1,7 @@ # sfdk check > Performs quality checks. -> More information: . +> More information: . - Display test suites: diff --git a/pages/common/sfdk-cmake.md b/pages/common/sfdk-cmake.md index 6f530d6dad..2e0e3a4e06 100644 --- a/pages/common/sfdk-cmake.md +++ b/pages/common/sfdk-cmake.md @@ -1,7 +1,7 @@ # sfdk cmake > Executes cmake build step. -> More information: . +> More information: . - Run cmake: diff --git a/pages/common/sfdk-compiledb.md b/pages/common/sfdk-compiledb.md index 6afdd1188a..6ec6bf26eb 100644 --- a/pages/common/sfdk-compiledb.md +++ b/pages/common/sfdk-compiledb.md @@ -1,7 +1,7 @@ # sfdk compiledb > Generates compilation database. -> More information: . +> More information: . - Generate compilation database: diff --git a/pages/common/sfdk-config.md b/pages/common/sfdk-config.md index e02ef264c4..b7f34fccf1 100644 --- a/pages/common/sfdk-config.md +++ b/pages/common/sfdk-config.md @@ -1,7 +1,7 @@ # sfdk config > Configures sfdk. -> More information: . +> More information: . - Show configuration in all scopes: diff --git a/pages/common/sfdk-deploy.md b/pages/common/sfdk-deploy.md index 35444f8a5c..360a9a49ad 100644 --- a/pages/common/sfdk-deploy.md +++ b/pages/common/sfdk-deploy.md @@ -1,7 +1,7 @@ # sfdk deploy > Deploys build results to a device. -> More information: . +> More information: . - Deploy using a specified method (`pkcon`, `rsync`, `sdk`, `zypper`, `zypper-dup` or `manual`): diff --git a/pages/common/sfdk-device.md b/pages/common/sfdk-device.md index 032f71705c..70024293a3 100644 --- a/pages/common/sfdk-device.md +++ b/pages/common/sfdk-device.md @@ -1,7 +1,7 @@ # sfdk device > Maintains and controls registered devices. -> More information: . +> More information: . - Display the registered devices: diff --git a/pages/common/sfdk-emulator-exec.md b/pages/common/sfdk-emulator-exec.md index 918a847322..cf3a9a3b37 100644 --- a/pages/common/sfdk-emulator-exec.md +++ b/pages/common/sfdk-emulator-exec.md @@ -1,7 +1,7 @@ # sfdk emulator exec > Execute a command on an emulator. -> More information: . +> More information: . - Execute a command on an emulator: diff --git a/pages/common/sfdk-emulator-set.md b/pages/common/sfdk-emulator-set.md index c289bc99ff..e442c878a4 100644 --- a/pages/common/sfdk-emulator-set.md +++ b/pages/common/sfdk-emulator-set.md @@ -1,7 +1,7 @@ # sfdk emulator set > Sets emulator properties. -> More information: . +> More information: . - Set a property: diff --git a/pages/common/sfdk-emulator.md b/pages/common/sfdk-emulator.md index 353576d6b5..724e8a2b1f 100644 --- a/pages/common/sfdk-emulator.md +++ b/pages/common/sfdk-emulator.md @@ -1,7 +1,7 @@ # sfdk emulator > Maintains and controls emulators. -> More information: . +> More information: . - Display the installed emulators: diff --git a/pages/common/sfdk-engine.md b/pages/common/sfdk-engine.md index 184cab3401..7591c14f32 100644 --- a/pages/common/sfdk-engine.md +++ b/pages/common/sfdk-engine.md @@ -1,7 +1,7 @@ # sfdk engine > Maintains and controls the build engine. -> More information: . +> More information: . - Start the build engine: diff --git a/pages/common/sfdk-init.md b/pages/common/sfdk-init.md index 1c0fdc7a6c..6cccb88f5b 100644 --- a/pages/common/sfdk-init.md +++ b/pages/common/sfdk-init.md @@ -1,7 +1,7 @@ # sfdk init > Initializes a new project. -> More information: . +> More information: . - Initialize a new project of the given type: diff --git a/pages/common/sfdk-make.md b/pages/common/sfdk-make.md index 3f61700f4c..f99bc0f5ef 100644 --- a/pages/common/sfdk-make.md +++ b/pages/common/sfdk-make.md @@ -1,7 +1,7 @@ # sfdk make > Executes make build step. -> More information: . +> More information: . - Run make build: diff --git a/pages/common/sfdk-package.md b/pages/common/sfdk-package.md index 05257574ab..7608605ea3 100644 --- a/pages/common/sfdk-package.md +++ b/pages/common/sfdk-package.md @@ -1,7 +1,7 @@ # sfdk package > Executes package creation build step. -> More information: . +> More information: . - Create a package: diff --git a/pages/common/sfdk-prepare.md b/pages/common/sfdk-prepare.md index 76d4170807..43316ab7b1 100644 --- a/pages/common/sfdk-prepare.md +++ b/pages/common/sfdk-prepare.md @@ -1,7 +1,7 @@ # sfdk prepare > Executes preparation build step. -> More information: . +> More information: . - Prepare sources using the recipe from RPM SPEC file: diff --git a/pages/common/sfdk-qmake.md b/pages/common/sfdk-qmake.md index 71dfbb57d7..f9853d6fd9 100644 --- a/pages/common/sfdk-qmake.md +++ b/pages/common/sfdk-qmake.md @@ -1,7 +1,7 @@ # sfdk qmake > Executes qmake build step. -> More information: . +> More information: . - Run qmake build: diff --git a/pages/common/sfdk-undeploy.md b/pages/common/sfdk-undeploy.md index c28e8d2a8b..e325875134 100644 --- a/pages/common/sfdk-undeploy.md +++ b/pages/common/sfdk-undeploy.md @@ -1,7 +1,7 @@ # sfdk undeploy > Undeploys build results from a device. -> More information: . +> More information: . - Undeploy using a specified method (`pkcon`, `rpm`, `rsync`, `sdk` or `zypper`): diff --git a/pages/common/sfdk.md b/pages/common/sfdk.md index 246727970d..ec9af8aa38 100644 --- a/pages/common/sfdk.md +++ b/pages/common/sfdk.md @@ -1,7 +1,7 @@ # sfdk > The command line frontend of the Sailfish SDK. -> More information: . +> More information: . - Execute a subcommand: diff --git a/pages/common/texdoc.md b/pages/common/texdoc.md index 5f5be27203..5cecc55ddd 100644 --- a/pages/common/texdoc.md +++ b/pages/common/texdoc.md @@ -1,7 +1,7 @@ # texdoc > Search for appropriate documentation for (La)TeX commands or packages. -> More information: . +> More information: . - Open the first search result in the default PDF viewer: @@ -9,7 +9,7 @@ - List the best search results: -`texdoc --list {{search}}` +`texdoc {{[-l|--list]}} {{search}}` - Open full documentation of texdoc: diff --git a/pages/common/texliveonfly.md b/pages/common/texliveonfly.md index 72da3df0a0..6ce401ef41 100644 --- a/pages/common/texliveonfly.md +++ b/pages/common/texliveonfly.md @@ -1,7 +1,7 @@ # texliveonfly > Downloads missing TeX Live packages while compiling `.tex` files. -> More information: . +> More information: . - Download missing packages while compiling: @@ -9,7 +9,7 @@ - Use a specific compiler (defaults to `pdflatex`): -`texliveonfly --compiler={{compiler}} {{source.tex}}` +`texliveonfly {{[-c|--compiler]}} {{compiler}} {{source.tex}}` - Use a custom TeX Live `bin` folder: diff --git a/pages/common/transcrypt.md b/pages/common/transcrypt.md index 675252cb22..561031e3fb 100644 --- a/pages/common/transcrypt.md +++ b/pages/common/transcrypt.md @@ -13,12 +13,12 @@ - Display the credentials of a configured repository: -`transcrypt --display` +`transcrypt {{[-d|--display]}}` - Initialize and decrypt a fresh clone of a configured repository: -`transcrypt --cipher={{cipher}}` +`transcrypt {{[-c|--cipher]}} {{cipher}}` - Rekey to change the encryption cipher or password: -`transcrypt --rekey` +`transcrypt {{[-r|--rekey]}}` diff --git a/pages/common/uvicorn.md b/pages/common/uvicorn.md index a1918d7bd4..19462d6f70 100644 --- a/pages/common/uvicorn.md +++ b/pages/common/uvicorn.md @@ -1,7 +1,7 @@ # uvicorn > Python ASGI HTTP Server, for asynchronous projects. -> More information: . +> More information: . - Run Python web app: diff --git a/pages/common/webpmux.md b/pages/common/webpmux.md new file mode 100644 index 0000000000..584bb6e7c0 --- /dev/null +++ b/pages/common/webpmux.md @@ -0,0 +1,8 @@ +# webpmux + +> Create WebP animations. +> More information: . + +- Create a two-frame animation: + +`webpmux -frame {{path/to/frame1.webp}} +{{500}} -frame {{path/to/frame2.webp}} +{{500}} -loop {{0}} -o {{path/to/output.webp}}` diff --git a/pages/common/wlsunset.md b/pages/common/wlsunset.md new file mode 100644 index 0000000000..511533adbd --- /dev/null +++ b/pages/common/wlsunset.md @@ -0,0 +1,24 @@ +# wlsunset + +> Adjust the color temperature in Wayland compositors depending on the sunset/sunrise times. +> More information: . + +- Automatically compute sunset/sunrise times based on the specified location: + +`wlsunset -l {{latitude}} -L {{longitude}}` + +- Manually set the sunset/sunrise times (time format: `HH:MM`): + +`wlsunset -s {{sunset_time}} -S {{sunrise_time}}` + +- Set the high and low temperatures (default: high - 6500, low - 4000): + +`wlsunset -T {{high_temp}} -t {{low_temp}}` + +- Set the animation time to `n` seconds (only applicable when using manual sunset/sunrise times): + +`wlsunset -d {{n}} -s {{sunset_time}} -S {{sunrise_time}}` + +- Set the gamma (default: 1.0): + +`wlsunset -g {{gamma_value}}` diff --git a/pages/common/yapf.md b/pages/common/yapf.md index 75e384ca0d..8e0a545d60 100644 --- a/pages/common/yapf.md +++ b/pages/common/yapf.md @@ -5,12 +5,12 @@ - Display a diff of the changes that would be made, without making them (dry-run): -`yapf --diff {{path/to/file}}` +`yapf {{[-d|--diff]}} {{path/to/file}}` - Format the file in-place and display a diff of the changes: -`yapf --diff --in-place {{path/to/file}}` +`yapf {{[-d|--diff]}} {{[-i|--in-place]}} {{path/to/file}}` - Recursively format all Python files in a directory, concurrently: -`yapf --recursive --in-place --style {{pep8}} --parallel {{path/to/directory}}` +`yapf {{[-r|--recursive]}} {{[-i|--in-place]}} --style {{pep8}} {{[-p|--parallel]}} {{path/to/directory}}` diff --git a/pages/linux/abbr.md b/pages/linux/abbr.md index 125fd93b7b..22289b66b8 100644 --- a/pages/linux/abbr.md +++ b/pages/linux/abbr.md @@ -6,7 +6,7 @@ - Add a new abbreviation: -`abbr --add {{abbreviation_name}} {{command}} {{command_arguments}}` +`abbr {{[-a|--add]}} {{abbreviation_name}} {{command}} {{command_arguments}}` - Rename an existing abbreviation: @@ -14,8 +14,8 @@ - Erase an existing abbreviation: -`abbr --erase {{abbreviation_name}}` +`abbr {{[-e|--erase]}} {{abbreviation_name}}` - Import the abbreviations defined on another host over SSH: -`ssh {{host_name}} abbr --show | source` +`ssh {{host_name}} abbr {{[-s|--show]}} | source` diff --git a/pages/linux/addr2line.md b/pages/linux/addr2line.md index ec58cdf48d..1322f036e0 100644 --- a/pages/linux/addr2line.md +++ b/pages/linux/addr2line.md @@ -5,12 +5,12 @@ - Display the filename and line number of the source code from an instruction address of an executable: -`addr2line --exe={{path/to/executable}} {{address}}` +`addr2line {{[-e|--exe]}} {{path/to/executable}} {{address}}` - Display the function name, filename and line number: -`addr2line --exe={{path/to/executable}} --functions {{address}}` +`addr2line {{[-e|--exe]}} {{path/to/executable}} {{[-f|--functions]}} {{address}}` - Demangle the function name for C++ code: -`addr2line --exe={{path/to/executable}} --functions --demangle {{address}}` +`addr2line {{[-e|--exe]}} {{path/to/executable}} {{[-f|--functions]}} {{[-C|--demangle]}} {{address}}` diff --git a/pages/linux/ascii.md b/pages/linux/ascii.md index 0bff158949..44e59cb673 100644 --- a/pages/linux/ascii.md +++ b/pages/linux/ascii.md @@ -1,7 +1,7 @@ # ascii > Show ASCII character aliases. -> More information: . +> More information: . - Show ASCII aliases of a character: diff --git a/pages/linux/asciiart.md b/pages/linux/asciiart.md index cd5792b872..99d0f5a028 100644 --- a/pages/linux/asciiart.md +++ b/pages/linux/asciiart.md @@ -13,16 +13,16 @@ - Choose the output width (default is 100): -`asciiart --width {{50}} {{path/to/image.jpg}}` +`asciiart {{[-w|--width]}} {{50}} {{path/to/image.jpg}}` - Colorize the ASCII output: -`asciiart --color {{path/to/image.jpg}}` +`asciiart {{[-c|--color]}} {{path/to/image.jpg}}` - Choose the output format (default format is text): -`asciiart --format {{text|html}} {{path/to/image.jpg}}` +`asciiart {{[-f|--format]}} {{text|html}} {{path/to/image.jpg}}` - Invert the character map: -`asciiart --invert-chars {{path/to/image.jpg}}` +`asciiart {{[-i|--invert-chars]}} {{path/to/image.jpg}}` diff --git a/pages/linux/autopkgtest.md b/pages/linux/autopkgtest.md index e1f004ed64..3f0c02ea39 100644 --- a/pages/linux/autopkgtest.md +++ b/pages/linux/autopkgtest.md @@ -1,7 +1,7 @@ # autopkgtest > Run tests on Debian packages. -> More information: . +> More information: . - Build the package in the current directory and run all tests directly on the system: @@ -21,4 +21,4 @@ - Test the package in the current directory without rebuilding it: -`autopkgtest --no-built-binaries -- {{null}}` +`autopkgtest {{[-B|--no-built-binaries]}} -- {{null}}` diff --git a/pages/linux/blurlock.md b/pages/linux/blurlock.md index 253d7a4d7e..265b979d7b 100644 --- a/pages/linux/blurlock.md +++ b/pages/linux/blurlock.md @@ -10,12 +10,12 @@ - Lock the screen and disable the unlock indicator (removes feedback on keypress): -`blurlock --no-unlock-indicator` +`blurlock {{[-u|--no-unlock-indicator]}}` - Lock the screen and don't hide the mouse pointer: -`blurlock --pointer {{default}}` +`blurlock {{[-p|--pointer]}} {{default}}` - Lock the screen and show the number of failed login attempts: -`blurlock --show-failed-attempts` +`blurlock {{[-f|--show-failed-attempts]}}` diff --git a/pages/linux/bpftrace.md b/pages/linux/bpftrace.md index a27704c25b..bad73920da 100644 --- a/pages/linux/bpftrace.md +++ b/pages/linux/bpftrace.md @@ -1,11 +1,11 @@ # bpftrace > High-level tracing language for Linux eBPF. -> More information: . +> More information: . - Display bpftrace version: -`bpftrace -V` +`bpftrace {{[-V|--version]}}` - List all available probes: diff --git a/pages/linux/debsecan.md b/pages/linux/debsecan.md index 68104f51ec..b0e906f181 100644 --- a/pages/linux/debsecan.md +++ b/pages/linux/debsecan.md @@ -1,7 +1,7 @@ # debsecan > Debian Security Analyzer, a tool to list vulnerabilities on a particular Debian installation. -> More information: . +> More information: . - List vulnerable installed packages on the current host: diff --git a/pages/linux/eyed3.md b/pages/linux/eyed3.md index a4f23009a2..060f236d75 100644 --- a/pages/linux/eyed3.md +++ b/pages/linux/eyed3.md @@ -1,7 +1,7 @@ # eyeD3 > Read and manipulate metadata of MP3 files. -> More information: . +> More information: . - View information about an MP3 file: @@ -9,11 +9,11 @@ - Set the title of an MP3 file: -`eyeD3 --title "{{A Title}}" {{filename.mp3}}` +`eyeD3 {{[-t|--title]}} "{{A Title}}" {{filename.mp3}}` - Set the album of all the MP3 files in a directory: -`eyeD3 --album "{{Album Name}}" {{*.mp3}}` +`eyeD3 {{[-A|--album]}} "{{Album Name}}" {{*.mp3}}` - Set the front cover art for an MP3 file: diff --git a/pages/linux/fadvise.md b/pages/linux/fadvise.md index 3bbcdad96e..c720177430 100644 --- a/pages/linux/fadvise.md +++ b/pages/linux/fadvise.md @@ -5,7 +5,7 @@ - Preload a file into cache: -`fadvise {{[-a|--advice]}} willneed {{path/to/file}}` +`fadvise {{[-a|--advice]}} willneeded {{path/to/file}}` - Suggest dropping a file from cache: diff --git a/pages/linux/flatpak-builder.md b/pages/linux/flatpak-builder.md index 0b1ab7b2af..70f387378d 100644 --- a/pages/linux/flatpak-builder.md +++ b/pages/linux/flatpak-builder.md @@ -9,7 +9,7 @@ - Build a Flatpak and export it to the specified repository: -`flatpak-builder --repo={{repository_name}} {{path/to/build_directory}} {{path/to/manifest}}` +`flatpak-builder --repo {{repository_name}} {{path/to/build_directory}} {{path/to/manifest}}` - Build a Flatpak and install it locally: @@ -17,7 +17,7 @@ - Build and sign a Flatpak and export it to the specified repository: -`flatpak-builder --gpg-sign={{key_id}} --repo={{repository_name}} {{path/to/manifest}}` +`flatpak-builder --gpg-sign {{key_id}} --repo {{repository_name}} {{path/to/manifest}}` - Run a shell inside of an application sandbox without installing it: diff --git a/pages/linux/fprintd-delete.md b/pages/linux/fprintd-delete.md index c14b3fa162..2da3b4fc41 100644 --- a/pages/linux/fprintd-delete.md +++ b/pages/linux/fprintd-delete.md @@ -9,7 +9,7 @@ - Remove a specific fingerprints for a specific user: -`fprintd-delete {{username}} --finger {{left-thumb|left-index-finger|left-middle-finger|left-ring-finger|left-little-finger|right-thumb|right-index-finger|right-middle-finger|right-ring-finger|right-little-finger}}` +`fprintd-delete {{username}} {{[-f|--finger]}} {{left-thumb|left-index-finger|left-middle-finger|left-ring-finger|left-little-finger|right-thumb|...}}` - Display help: diff --git a/pages/linux/fprintd-enroll.md b/pages/linux/fprintd-enroll.md index 67dcb9fc4f..4cff8beda0 100644 --- a/pages/linux/fprintd-enroll.md +++ b/pages/linux/fprintd-enroll.md @@ -9,7 +9,7 @@ - Enroll a specific finger for the current user: -`fprintd-enroll --finger {{left-thumb|left-index-finger|left-middle-finger|left-ring-finger|left-little-finger|right-thumb|right-index-finger|right-middle-finger|right-ring-finger|right-little-finger}}` +`fprintd-enroll {{[-f|--finger]}} {{left-thumb|left-index-finger|left-middle-finger|left-ring-finger|left-little-finger|right-thumb|...}}` - Enroll the right index finger for a specific user: @@ -17,7 +17,7 @@ - Enroll a specific finger for a specific user: -`fprintd-enroll --finger {{finger_name}} {{username}}` +`fprintd-enroll {{[-f|--finger]}} {{finger_name}} {{username}}` - Display help: diff --git a/pages/linux/fprintd-verify.md b/pages/linux/fprintd-verify.md index 68bf64cf65..bc37d58750 100644 --- a/pages/linux/fprintd-verify.md +++ b/pages/linux/fprintd-verify.md @@ -9,7 +9,7 @@ - Verify a specific fingerprint for the current user: -`fprintd-verify --finger {{left-thumb|left-index-finger|left-middle-finger|left-ring-finger|left-little-finger|right-thumb|right-index-finger|right-middle-finger|right-ring-finger|right-little-finger}}` +`fprintd-verify {{[-f|--finger]}} {{left-thumb|left-index-finger|left-middle-finger|left-ring-finger|left-little-finger|right-thumb|...}}` - Verify fingerprints for a specific user: @@ -17,7 +17,7 @@ - Verify a specific fingerprint for a specific user: -`fprintd-verify --finger {{finger_name}} {{username}}` +`fprintd-verify {{[-f|--finger]}} {{finger_name}} {{username}}` - Fail the process if a fingerprint doesn't match with ones stored in the database for the current user: diff --git a/pages/linux/gnome-terminal.md b/pages/linux/gnome-terminal.md index 9f530a781e..894de2aa5c 100644 --- a/pages/linux/gnome-terminal.md +++ b/pages/linux/gnome-terminal.md @@ -17,4 +17,4 @@ - Set the title of the new tab: -`gnome-terminal --tab --title "{{title}}"` +`gnome-terminal --tab {{[-t|--title]}} "{{title}}"` diff --git a/pages/linux/gs.md b/pages/linux/gs.md index 91bef61617..23cf3e5169 100644 --- a/pages/linux/gs.md +++ b/pages/linux/gs.md @@ -1,6 +1,6 @@ # gs -> GhostScript is a PDF and PostScript interpreter. +> GhostScript, a PDF and PostScript interpreter. > More information: . - To view a file: diff --git a/pages/linux/i3exit.md b/pages/linux/i3exit.md index 50873de0f1..a863d05401 100644 --- a/pages/linux/i3exit.md +++ b/pages/linux/i3exit.md @@ -1,7 +1,7 @@ # i3exit > Exit the i3 window manager. -> More information: . +> More information: . - Log out of i3: diff --git a/pages/linux/i3lock.md b/pages/linux/i3lock.md index b90c3ff61a..44871f6d09 100644 --- a/pages/linux/i3lock.md +++ b/pages/linux/i3lock.md @@ -1,7 +1,7 @@ # i3lock > Simple screen locker built for the i3 window manager. -> More information: . +> More information: . - Lock the screen showing a white background: @@ -9,24 +9,24 @@ - Lock the screen with a simple color background (rrggbb format): -`i3lock --color {{0000ff}}` +`i3lock {{[-c|--color]}} {{0000ff}}` - Lock the screen to a PNG background: -`i3lock --image {{path/to/file.png}}` +`i3lock {{[-i|--image]}} {{path/to/file.png}}` - Lock the screen and disable the unlock indicator (removes feedback on keypress): -`i3lock --no-unlock-indicator` +`i3lock {{[-u|--no-unlock-indicator]}}` - Lock the screen and don't hide the mouse pointer: -`i3lock --pointer {{default}}` +`i3lock {{[-p|--pointer]}} {{default}}` - Lock the screen to a PNG background tiled over all monitors: -`i3lock --image {{path/to/file.png}} --tiling` +`i3lock {{[-i|--image]}} {{path/to/file.png}} {{[-t|--tiling]}}` - Lock the screen and show the number of failed login attempts: -`i3lock --show-failed-attempts` +`i3lock {{[-f|--show-failed-attempts]}}` diff --git a/pages/linux/jpegtran.md b/pages/linux/jpegtran.md index 55925a0708..a63fea7abc 100644 --- a/pages/linux/jpegtran.md +++ b/pages/linux/jpegtran.md @@ -5,11 +5,11 @@ - Mirror an image horizontally or vertically: -`jpegtran -flip {{horizontal|vertical}} {{path/to/image.jpg}} > {{path/to/output.jpg}}` +`jpegtran {{[-f|-flip]}} {{horizontal|vertical}} {{path/to/image.jpg}} > {{path/to/output.jpg}}` - Rotate an image 90, 180 or 270 degrees clockwise: -`jpegtran -rotate {{90|180|270}} {{path/to/image.jpg}} > {{path/to/output.jpg}}` +`jpegtran {{[-ro|-rotate]}} {{90|180|270}} {{path/to/image.jpg}} > {{path/to/output.jpg}}` - Transpose the image across the upper-left to lower right axis: @@ -21,7 +21,7 @@ - Convert the image to grayscale: -`jpegtran -grayscale {{path/to/image.jpg}} > {{path/to/output.jpg}}` +`jpegtran {{[-g|-grayscale]}} {{path/to/image.jpg}} > {{path/to/output.jpg}}` - Crop the image to a rectangular region of width `W` and height `H` from the upper-left corner, saving the output to a specific file: diff --git a/pages/linux/kpackagetool5.md b/pages/linux/kpackagetool5.md index e181bc6e38..a10804f203 100644 --- a/pages/linux/kpackagetool5.md +++ b/pages/linux/kpackagetool5.md @@ -9,16 +9,16 @@ - Install the package from a directory: -`kpackagetool5 --type {{package_type}} --install {{path/to/directory}}` +`kpackagetool5 {{[-t|--type]}} {{package_type}} {{[-i|--install]}} {{path/to/directory}}` - Update installed package from a directory: -`kpackagetool5 --type {{package_type}} --upgrade {{path/to/directory}}` +`kpackagetool5 {{[-t|--type]}} {{package_type}} {{[-u|--upgrade]}} {{path/to/directory}}` - List installed plasmoids (`--global` for all users): -`kpackagetool5 --type Plasma/Applet --list --global` +`kpackagetool5 {{[-t|--type]}} Plasma/Applet {{[-l|--list]}} {{[-g|--global]}}` - Remove a plasmoid by name: -`kpackagetool5 --type Plasma/Applet --remove "{{name}}"` +`kpackagetool5 {{[-t|--type]}} Plasma/Applet {{[-r|--remove]}} "{{name}}"` diff --git a/pages/linux/kpackagetool6.md b/pages/linux/kpackagetool6.md index 34c64a6532..4f4a737afd 100644 --- a/pages/linux/kpackagetool6.md +++ b/pages/linux/kpackagetool6.md @@ -9,16 +9,16 @@ - Install the package from a directory: -`kpackagetool6 --type {{package_type}} --install {{path/to/directory}}` +`kpackagetool6 {{[-t|--type]}} {{package_type}} {{[-i|--install]}} {{path/to/directory}}` - Update installed package from a directory: -`kpackagetool6 --type {{package_type}} --upgrade {{path/to/directory}}` +`kpackagetool6 {{[-t|--type]}} {{package_type}} {{[-u|--upgrade]}} {{path/to/directory}}` - List installed plasmoids (`--global` for all users): -`kpackagetool6 --type Plasma/Applet --list --global` +`kpackagetool6 {{[-t|--type]}} Plasma/Applet {{[-l|--list]}} {{[-g|--global]}}` - Remove a plasmoid by name: -`kpackagetool6 --type Plasma/Applet --remove "{{name}}"` +`kpackagetool6 {{[-t|--type]}} Plasma/Applet {{[-r|--remove]}} "{{name}}"` diff --git a/pages/linux/kwrite.md b/pages/linux/kwrite.md index e4c639d0b5..308e15a10e 100644 --- a/pages/linux/kwrite.md +++ b/pages/linux/kwrite.md @@ -2,7 +2,7 @@ > Text editor of the KDE Desktop project. > See also `kate`. -> More information: . +> More information: . - Open a text file: @@ -14,7 +14,7 @@ - Open a text file with a specific encoding: -`kwrite --encoding={{UTF-8}} {{path/to/file}}` +`kwrite --encoding {{UTF-8}} {{path/to/file}}` - Open a text file and navigate to a specific line and column: diff --git a/pages/linux/ldapdomaindump.md b/pages/linux/ldapdomaindump.md index c481adc210..cc478adbb8 100644 --- a/pages/linux/ldapdomaindump.md +++ b/pages/linux/ldapdomaindump.md @@ -2,20 +2,20 @@ > Dump users, computers, groups, OS and membership information via LDAP to HTML, JSON and greppable output. > See also `ldapsearch`. -> More information: . +> More information: . - Dump all information using the given LDAP account: -`ldapdomaindump --user {{domain}}\\{{administrator}} --password {{password|ntlm_hash}} {{hostname|ip}}` +`ldapdomaindump {{[-u|--user]}} {{domain}}\{{username}} {{[-p|--password]}} {{password|ntlm_hash}} {{hostname|ip}}` - Dump all information, resolving computer hostnames: -`ldapdomaindump --resolve --user {{domain}}\\{{administrator}} --password {{password}} {{hostname|ip}}` +`ldapdomaindump {{[-r|--resolve]}} {{[-u|--user]}} {{domain}}\{{username}} {{[-p|--password]}}{{password}} {{hostname|ip}}` - Dump all information, resolving computer hostnames with the selected DNS server: -`ldapdomaindump --resolve --dns-server {{domain_controller_ip}} --user {{domain}}\\{{administrator}} --password {{password}} {{hostname|ip}}` +`ldapdomaindump {{[-r|--resolve]}} {{[-n|--dns-server]}} {{domain_controller_ip}} {{[-u|--user]}} {{domain}}\{{username}} {{[-p|--password]}}{{password}} {{hostname|ip}}` - Dump all information to the given directory without JSON output: -`ldapdomaindump --no-json --outdir {{path/to/directory}} --user {{domain}}\\{{administrator}} --password {{password}} {{hostname|ip}}` +`ldapdomaindump --no-json {{[-o|--outdir]}} {{path/to/directory}} {{[-u|--user]}} {{domain}}\{{username}} {{[-p|--password]}}{{password}} {{hostname|ip}}` diff --git a/pages/linux/logwatch.md b/pages/linux/logwatch.md index 5520d886fa..f13ae90f9c 100644 --- a/pages/linux/logwatch.md +++ b/pages/linux/logwatch.md @@ -9,4 +9,4 @@ - Restrict report to only include information for a selected service: -`logwatch --range {{all}} --service {{apache|pam_unix|etc}}` +`logwatch --range {{all}} --service {{apache|pam_unix|...}}` diff --git a/pages/linux/lrunzip.md b/pages/linux/lrunzip.md index 3944548025..3681539d48 100644 --- a/pages/linux/lrunzip.md +++ b/pages/linux/lrunzip.md @@ -1,25 +1,7 @@ # lrunzip -> A large file decompression program. -> See also: `lrzip`, `lrztar`, `lrzuntar`. -> More information: . +> This command is an alias of `lrzip -d`. -- Decompress a file: +- View documentation for the original command: -`lrunzip {{filename.lrz}}` - -- Decompress a file using a specific number of processor threads: - -`lrunzip -p {{8}} {{filename.lrz}}` - -- Decompress a file and silently overwrite files if they exist: - -`lrunzip -f {{filename.lrz}}` - -- Keep broken or damaged files instead of deleting them when decompressing: - -`lrunzip -K {{filename.lrz}}` - -- Specify output file name and/or path: - -`lrunzip -o {{outfilename}} {{filename.lrz}}` +`tldr lrzip` diff --git a/pages/linux/lrzuntar.md b/pages/linux/lrzuntar.md index 34746a62c1..512f20fc64 100644 --- a/pages/linux/lrzuntar.md +++ b/pages/linux/lrzuntar.md @@ -1,25 +1,7 @@ # lrzuntar -> A wrapper for `lrunzip` to simplify decompression of directories. -> See also: `lrztar`, `lrzip`. -> More information: . +> This command is an alias of `lrztar -d`. -- Decompress from a file to the current directory: +- View documentation for the original command: -`lrzuntar {{path/to/archive.tar.lrz}}` - -- Decompress from a file to the current directory using a specific number of processor threads: - -`lrzuntar -p {{8}} {{path/to/archive.tar.lrz}}` - -- Decompress from a file to the current directory and silently overwrite items that already exist: - -`lrzuntar -f {{archive.tar.lrz}}` - -- Specify the output path: - -`lrzuntar -O {{path/to/directory}} {{archive.tar.lrz}}` - -- Delete the compressed file after decompression: - -`lrzuntar -D {{path/to/archive.tar.lrz}}` +`tldr lrztar` diff --git a/pages/linux/lxc-create.md b/pages/linux/lxc-create.md index 5826e3b4a4..8eaed196a6 100644 --- a/pages/linux/lxc-create.md +++ b/pages/linux/lxc-create.md @@ -1,7 +1,7 @@ # lxc-create > Create linux containers. -> More information: . +> More information: . - Create a container interactively in `/var/lib/lxc/`: diff --git a/pages/linux/lxc-network.md b/pages/linux/lxc-network.md index 6e9686982d..89e52f0e54 100644 --- a/pages/linux/lxc-network.md +++ b/pages/linux/lxc-network.md @@ -1,7 +1,7 @@ # lxc network > Manage networks for LXD containers. -> More information: . +> More information: . - List all available networks: diff --git a/pages/linux/lxc-profile.md b/pages/linux/lxc-profile.md index 84ee0938c0..aff07ae472 100644 --- a/pages/linux/lxc-profile.md +++ b/pages/linux/lxc-profile.md @@ -1,7 +1,7 @@ # lxc profile > Manage profiles for LXD containers. -> More information: . +> More information: . - List all available profiles: @@ -21,7 +21,7 @@ - Launch a new container with specific profiles: -`lxc launch {{container_image}} {{container_name}} --profile {{profile1}} --profile {{profile2}}` +`lxc launch {{container_image}} {{container_name}} {{[-p|--profile]}} {{profile1}} {{[-p|--profile]}} {{profile2}}` - Change the profiles of a running container: diff --git a/pages/linux/lxi.md b/pages/linux/lxi.md index e41e077bff..78633ff0a6 100644 --- a/pages/linux/lxi.md +++ b/pages/linux/lxi.md @@ -1,7 +1,7 @@ # lxi > Control LXI compatible instruments such as oscilloscopes. -> More information: . +> More information: . - Discover LXI devices on available networks: @@ -9,16 +9,16 @@ - Capture a screenshot, detecting a plugin automatically: -`lxi screenshot --address {{ip_address}}` +`lxi screenshot {{[-a|--address]}} {{ip_address}}` - Capture a screenshot using a specified plugin: -`lxi screenshot --address {{ip_address}} --plugin {{rigol-1000z}}` +`lxi screenshot {{[-a|--address]}} {{ip_address}} {{[-p|--plugin]}} {{rigol-1000z}}` - Send an SCPI command to an instrument: -`lxi scpi --address {{ip_address}} "{{*IDN?}}"` +`lxi scpi {{[-a|--address]}} {{ip_address}} "{{*IDN?}}"` - Run a benchmark for request and response performance: -`lxi benchmark --address {{ip_address}}` +`lxi benchmark {{[-a|--address]}} {{ip_address}}` diff --git a/pages/linux/manpath.md b/pages/linux/manpath.md index 5e608931f5..d4a33c27b8 100644 --- a/pages/linux/manpath.md +++ b/pages/linux/manpath.md @@ -9,4 +9,4 @@ - Show the entire global manpath: -`manpath --global` +`manpath {{[-g|--global]}}` diff --git a/pages/linux/microcom.md b/pages/linux/microcom.md index 9b2f306902..6260de690c 100644 --- a/pages/linux/microcom.md +++ b/pages/linux/microcom.md @@ -5,8 +5,8 @@ - Open a serial port using the specified baud rate: -`microcom --port {{path/to/serial_port}} --speed {{baud_rate}}` +`microcom {{[-p|--port]}} {{/dev/ttyXYZ}} {{[-s|--speed]}} {{baud_rate}}` - Establish a telnet connection to the specified host: -`microcom --telnet {{hostname}}:{{port}}` +`microcom {{[-t|--telnet]}} {{hostname}}:{{port}}` diff --git a/pages/linux/mkinitcpio.md b/pages/linux/mkinitcpio.md index b5afab2848..ed427f6db5 100644 --- a/pages/linux/mkinitcpio.md +++ b/pages/linux/mkinitcpio.md @@ -7,30 +7,30 @@ `mkinitcpio` +- Generate ramdisk environments based on all existing presets (used to regenerate all the initramfs images after a change in `/etc/mkinitcpio.conf`): + +`sudo mkinitcpio {{[-P|--allpresets]}}` + - Generate a ramdisk environment based on the `linux` preset: -`mkinitcpio --preset {{linux}}` +`sudo mkinitcpio {{[-p|--preset]}} {{linux}}` - Generate a ramdisk environment based on the `linux-lts` preset: -`mkinitcpio --preset {{linux-lts}}` - -- Generate ramdisk environments based on all existing presets (used to regenerate all the initramfs images after a change in `/etc/mkinitcpio.conf`): - -`mkinitcpio --allpresets` +`sudo mkinitcpio {{[-p|--preset]}} {{linux-lts}}` - Generate an initramfs image using an alternative configuration file: -`mkinitcpio --config {{path/to/mkinitcpio.conf}} --generate {{path/to/initramfs.img}}` +`sudo mkinitcpio {{[-c|--config]}} {{path/to/mkinitcpio.conf}} {{[-g|--generate]}} {{path/to/initramfs.img}}` - Generate an initramfs image for a kernel other than the one currently running (the installed kernel releases can be found in `/usr/lib/modules/`): -`mkinitcpio --kernel {{kernel_version}} --generate {{path/to/initramfs.img}}` +`sudo mkinitcpio {{[-k|--kernel]}} {{kernel_version}} {{[-g|--generate]}} {{path/to/initramfs.img}}` - List all available hooks: -`mkinitcpio --listhooks` +`mkinitcpio {{[-L|--listhooks]}}` - Display help for a specific hook: -`mkinitcpio --hookhelp {{hook_name}}` +`mkinitcpio {{[-H|--hookhelp]}} {{hook_name}}` diff --git a/pages/linux/mklost+found.md b/pages/linux/mklost+found.md index b038553094..6e88f8aad3 100644 --- a/pages/linux/mklost+found.md +++ b/pages/linux/mklost+found.md @@ -1,7 +1,7 @@ # mklost+found > Create a lost+found directory. -> More information: . +> More information: . - Create a `lost+found` directory in the current directory: diff --git a/pages/linux/mocp.md b/pages/linux/mocp.md index a1c0e68f46..60a855c1ff 100644 --- a/pages/linux/mocp.md +++ b/pages/linux/mocp.md @@ -13,19 +13,19 @@ - Start the MOC server in the background, without launching the MOC terminal UI: -`mocp --server` +`mocp {{[-S|--server]}}` - Add a specific song to the play queue while MOC is in the background: -`mocp --enqueue {{path/to/audio_file}}` +`mocp {{[-q|--enqueue]}} {{path/to/audio_file}}` - Add songs recursively to the play queue while MOC is in the background: -`mocp --append {{path/to/directory}}` +`mocp {{[-a|--append]}} {{path/to/directory}}` - Clear the play queue while MOC is in the background: -`mocp --clear` +`mocp {{[-c|--clear]}}` - Play or stop the currently queued song while MOC is in the background: @@ -33,4 +33,4 @@ - Stop the MOC server while it's in the background: -`mocp --exit` +`mocp {{[-x|--exit]}}` diff --git a/pages/linux/mssh.md b/pages/linux/mssh.md index 4164c43bd3..a0f063410f 100644 --- a/pages/linux/mssh.md +++ b/pages/linux/mssh.md @@ -5,8 +5,8 @@ - Open a new window and connect to multiple SSH servers: -`mssh {{user@host1}} {{user@host2}} {{...}}` +`mssh {{user@host1 user@host2 ...}}` - Open a new window and connect to a group of servers predefined in `~/.mssh_clusters`: -`mssh --alias {{alias_name}}` +`mssh {{[-a|--alias]}} {{alias_name}}` diff --git a/pages/linux/nitrogen.md b/pages/linux/nitrogen.md index f5f8b8662d..6869920ad5 100644 --- a/pages/linux/nitrogen.md +++ b/pages/linux/nitrogen.md @@ -1,7 +1,7 @@ # nitrogen > Desktop background browser and setter for X Window. -> More information: . +> More information: . - View and set the wallpapers from a specific directory: diff --git a/pages/linux/openvpn3.md b/pages/linux/openvpn3.md index 045c1899f9..822c1bf356 100644 --- a/pages/linux/openvpn3.md +++ b/pages/linux/openvpn3.md @@ -5,7 +5,7 @@ - Start a new VPN session: -`openvpn3 session-start --config {{path/to/config.conf}}` +`openvpn3 session-start {{[-c|--config]}} {{path/to/config.conf}}` - List established sessions: @@ -13,11 +13,11 @@ - Disconnect the currently established session started with given configuration: -`openvpn3 session-manage --config {{path/to/config.conf}} --disconnect` +`openvpn3 session-manage {{[-c|--config]}} {{path/to/config.conf}} {{[-D|--disconnect]}}` - Import VPN configuration: -`openvpn3 config-import --config {{path/to/config.conf}}` +`openvpn3 config-import {{[-c|--config]}} {{path/to/config.conf}}` - List imported configurations: diff --git a/pages/linux/partprobe.md b/pages/linux/partprobe.md index e3ae08445b..b728ff02b7 100644 --- a/pages/linux/partprobe.md +++ b/pages/linux/partprobe.md @@ -9,8 +9,8 @@ - Notify the kernel of partition table changes and show a summary of devices and their partitions: -`sudo partprobe --summary` +`sudo partprobe {{[-s|--summary]}}` - Show a summary of devices and their partitions but don't notify the kernel: -`sudo partprobe --summary --dry-run` +`sudo partprobe {{[-s|--summary]}} {{[-d|--dry-run]}}` diff --git a/pages/linux/powerprofilesctl.md b/pages/linux/powerprofilesctl.md index dc44304b71..a3465d6825 100644 --- a/pages/linux/powerprofilesctl.md +++ b/pages/linux/powerprofilesctl.md @@ -1,7 +1,7 @@ # powerprofilesctl > Make power profiles handling available over D-Bus. -> More information: . +> More information: . - List available power profiles: diff --git a/pages/linux/pstree.md b/pages/linux/pstree.md index 375cc9b498..018b8fbb6d 100644 --- a/pages/linux/pstree.md +++ b/pages/linux/pstree.md @@ -9,7 +9,7 @@ - Display a tree of processes with PIDs: -`pstree -p` +`pstree {{[-p|--show-pids]}}` - Display all process trees rooted at processes owned by specified user: diff --git a/pages/linux/pulseaudio.md b/pages/linux/pulseaudio.md index 1eab7e4f18..55f78baf34 100644 --- a/pages/linux/pulseaudio.md +++ b/pages/linux/pulseaudio.md @@ -1,7 +1,7 @@ # pulseaudio > The PulseAudio sound system daemon and manager. -> More information: . +> More information: . - Check if PulseAudio is running (a non-zero exit code means it is not running): @@ -13,7 +13,7 @@ - Kill the running PulseAudio daemon: -`pulseaudio --kill` +`pulseaudio {{[-k|--kill]}}` - List available modules: @@ -21,4 +21,4 @@ - Load a module into the currently running daemon with the specified arguments: -`pulseaudio --load="{{module_name}} {{arguments}}"` +`pulseaudio {{[-L|--load]}} "{{module_name}} {{arguments}}"` diff --git a/pages/linux/slapt-src.md b/pages/linux/slapt-src.md index 5a900bc8fc..1919626f24 100644 --- a/pages/linux/slapt-src.md +++ b/pages/linux/slapt-src.md @@ -6,20 +6,20 @@ - Update the list of available slackbuilds and versions: -`slapt-src --update` +`slapt-src {{[-u|--update]}}` - List all available slackbuilds: -`slapt-src --list` +`slapt-src {{[-l|--list]}}` - Fetch, build and install the specified slackbuild(s): -`slapt-src --install {{slackbuild_name}}` +`slapt-src {{[-i|--install]}} {{slackbuild_name}}` - Locate slackbuilds by their name or description: -`slapt-src --search {{search_term}}` +`slapt-src {{[-s|--search]}} {{search_term}}` - Display information about a slackbuild: -`slapt-src --show {{slackbuild_name}}` +`slapt-src {{[-w|--show]}} {{slackbuild_name}}` diff --git a/pages/linux/spi.md b/pages/linux/spi.md index 71901cb81c..df2a7f63fa 100644 --- a/pages/linux/spi.md +++ b/pages/linux/spi.md @@ -1,19 +1,19 @@ # spi > A meta package manager that handles both packages and slackbuilds. -> More information: . +> More information: . - Update the list of available packages and slackbuilds: -`spi --update` +`spi {{[-u|--update]}}` - Install a package or slackbuild: -`spi --install {{package/slackbuild_name}}` +`spi {{[-i|--install]}} {{package/slackbuild_name}}` - Upgrade all installed packages to the latest versions available: -`spi --upgrade` +`spi {{[-U|--upgrade]}}` - Locate packages or slackbuilds by package name or description: diff --git a/pages/linux/steghide.md b/pages/linux/steghide.md index 3bf5b38c0d..8af12a7e82 100644 --- a/pages/linux/steghide.md +++ b/pages/linux/steghide.md @@ -1,15 +1,15 @@ # steghide > Steganography tool for JPEG, BMP, WAV and AU file formats. -> More information: . +> More information: . - Embed data in a PNG, prompting for a passphrase: -`steghide embed --coverfile {{path/to/image.png}} --embedfile {{path/to/data.txt}}` +`steghide embed {{[-cf|--coverfile]}} {{path/to/image.png}} {{[-ef|--embedfile]}} {{path/to/data.txt}}` - Extract data from a WAV audio file: -`steghide extract --stegofile {{path/to/sound.wav}}` +`steghide extract {{[-sf|--stegofile]}} {{path/to/sound.wav}}` - Display file information, trying to detect an embedded file: @@ -17,7 +17,7 @@ - Embed data in a JPEG image, using maximum compression: -`steghide embed --coverfile {{path/to/image.jpg}} --embedfile {{path/to/data.txt}} --compress {{9}}` +`steghide embed {{[-cf|--coverfile]}} {{path/to/image.jpg}} {{[-ef|--embedfile]}} {{path/to/data.txt}} {{[-z|--compress]}} {{9}}` - Get the list of supported encryption algorithms and modes: @@ -25,4 +25,4 @@ - Embed encrypted data in a JPEG image, e.g. with Blowfish in CBC mode: -`steghide embed --coverfile {{path/to/image.jpg}} --embedfile {{path/to/data.txt}} --encryption {{blowfish|...}} {{cbc|...}}` +`steghide embed {{[-cf|--coverfile]}} {{path/to/image.jpg}} {{[-ef|--embedfile]}} {{path/to/data.txt}} {{[-e|--encryption]}} {{blowfish|...}} {{cbc|...}}` diff --git a/pages/linux/tomb.md b/pages/linux/tomb.md index dcdda26cd1..e9874cc599 100644 --- a/pages/linux/tomb.md +++ b/pages/linux/tomb.md @@ -1,7 +1,7 @@ # tomb > Manage encrypted storage directories that can be safely transported and hidden in a filesystem. -> More information: . +> More information: . - Create a new tomb with an initial size of 100 MB: diff --git a/pages/linux/tune2fs.md b/pages/linux/tune2fs.md index f8d60f15de..040bb342d1 100644 --- a/pages/linux/tune2fs.md +++ b/pages/linux/tune2fs.md @@ -6,11 +6,11 @@ - Set the max number of counts before a filesystem is checked to 2: -`tune2fs -c {{2}} {{/dev/sdXN}}` +`tune2fs -c 2 {{/dev/sdXN}}` - Set the filesystem label to MY_LABEL: -`tune2fs -L {{'MY_LABEL'}} {{/dev/sdXN}}` +`tune2fs -L 'MY_LABEL' {{/dev/sdXN}}` - Enable discard and user-specified extended attributes for a filesystem: @@ -18,4 +18,4 @@ - Enable journaling for a filesystem: -`tune2fs -o^{{nobarrier}} {{/dev/sdXN}}` +`tune2fs -o ^{{nobarrier}} {{/dev/sdXN}}` diff --git a/pages/linux/updatedb.md b/pages/linux/updatedb.md index df7725afce..822c04d826 100644 --- a/pages/linux/updatedb.md +++ b/pages/linux/updatedb.md @@ -10,4 +10,4 @@ - Display file names as soon as they are found: -`sudo updatedb --verbose` +`sudo updatedb {{[-v|--verbose]}}` diff --git a/pages/linux/uuidd.md b/pages/linux/uuidd.md index cf68cdeac2..d528ca324b 100644 --- a/pages/linux/uuidd.md +++ b/pages/linux/uuidd.md @@ -5,12 +5,12 @@ - Generate a random UUID: -`uuidd --random` +`uuidd {{[-r|--random]}}` - Generate a bulk number of random UUIDs: -`uuidd --random --uuids {{number_of_uuids}}` +`uuidd {{[-r|--random]}} {{[-n|--uuids]}} {{number_of_uuids}}` - Generate a time-based UUID, based on the current time and MAC address of the system: -`uuidd --time` +`uuidd {{[-t|--time]}}` diff --git a/pages/linux/wajig.md b/pages/linux/wajig.md index 3d2799302a..4dc6da375c 100644 --- a/pages/linux/wajig.md +++ b/pages/linux/wajig.md @@ -1,7 +1,7 @@ # wajig > Simplified all-in-one-place system support tool for Debian-based systems. -> More information: . +> More information: . - Update the list of available packages and versions: diff --git a/pages/linux/wifi-menu.md b/pages/linux/wifi-menu.md index 545d8df13f..9cf2a074cf 100644 --- a/pages/linux/wifi-menu.md +++ b/pages/linux/wifi-menu.md @@ -9,8 +9,8 @@ - Interactively set up a connection to a network and obscure the password: -`wifi-menu --obscure` +`wifi-menu {{[-o|--obscure]}}` - Display help: -`wifi-menu --help` +`wifi-menu {{[-h|--help]}}` diff --git a/pages/linux/xcowsay.md b/pages/linux/xcowsay.md index 165f1ebc6d..a8d1132fe1 100644 --- a/pages/linux/xcowsay.md +++ b/pages/linux/xcowsay.md @@ -2,7 +2,7 @@ > Display a cute cow and message on your Linux desktop. > The cow is displayed for either a fixed amount of time, or an amount of time calculated from the size of the text. Click on the cow to dismiss it immediately. -> More information: . +> More information: . - Display a cow saying "hello, world": @@ -14,11 +14,11 @@ - Display a cow at the specified X and Y coordinates: -`xcowsay --at={{X}},{{Y}}` +`xcowsay --at {{X}},{{Y}}` - Display a different sized cow: -`xcowsay --cow-size={{small|med|large}}` +`xcowsay --cow-size {{small|med|large}}` - Display a thought bubble instead of a speech bubble: @@ -26,4 +26,4 @@ - Display a different image instead of the default cow: -`xcowsay --image={{path/to/file}}` +`xcowsay --image {{path/to/file}}` diff --git a/pages/linux/xfce4-screenshooter.md b/pages/linux/xfce4-screenshooter.md index 2584067e73..7563cbdcd7 100644 --- a/pages/linux/xfce4-screenshooter.md +++ b/pages/linux/xfce4-screenshooter.md @@ -9,24 +9,24 @@ - Take a screenshot of the entire screen and launch the GUI to ask how to proceed: -`xfce4-screenshooter --fullscreen` +`xfce4-screenshooter {{[-f|--fullscreen]}}` - Take a screenshot of the entire screen and save it in the specified directory: -`xfce4-screenshooter --fullscreen --save {{path/to/directory}}` +`xfce4-screenshooter {{[-f|--fullscreen]}} {{[-s|--save]}} {{path/to/directory}}` - Wait some time before taking the screenshot: -`xfce4-screenshooter --delay {{seconds}}` +`xfce4-screenshooter {{[-d|--delay]}} {{seconds}}` - Take a screenshot of a region of the screen (select using the mouse): -`xfce4-screenshooter --region` +`xfce4-screenshooter {{[-r|--region]}}` - Take a screenshot of the active window, and copy it to the clipboard: -`xfce4-screenshooter --window --clipboard` +`xfce4-screenshooter {{[-w|--window]}} {{[-c|--clipboard]}}` - Take a screenshot of the active window, and open it with a chosen program: -`xfce4-screenshooter --window --open {{gimp}}` +`xfce4-screenshooter {{[-w|--window]}} {{[-o|--open]}} {{gimp}}` diff --git a/pages/linux/xhost.md b/pages/linux/xhost.md new file mode 100644 index 0000000000..c19450dde0 --- /dev/null +++ b/pages/linux/xhost.md @@ -0,0 +1,28 @@ +# xhost + +> Manage access control lists for X server connections. +> More information: . + +- Display the current access control list: + +`xhost` + +- Allow a specific host to connect to the X server: + +`xhost +{{hostname}}` + +- Deny a specific host from connecting to the X server: + +`xhost -{{hostname}}` + +- Allow all hosts to connect (disable access control — insecure): + +`xhost +` + +- Deny all hosts except those explicitly allowed (enable access control): + +`xhost -` + +- Remove a specific user or address using a family prefix (like `inet:hostname` or `si:localuser:username`): + +`xhost -{{family:name}}` diff --git a/pages/linux/xwinwrap.md b/pages/linux/xwinwrap.md index 669db4e743..eef3bfafb6 100644 --- a/pages/linux/xwinwrap.md +++ b/pages/linux/xwinwrap.md @@ -5,16 +5,16 @@ - Run a video using mpv: -`xwinwrap -b -nf -ov -- {{mpv}} -wid {{wid}} --loop --no-audio --no-resume-playback --panscan={{1.0}} {{path/to/video.mp4}}` +`xwinwrap -b -nf -ov -- {{mpv}} --wid {{wid}} --loop --no-audio --no-resume-playback --panscan={{1.0}} {{path/to/video.mp4}}` - Run a video in fullscreen using mpv: -`xwinwrap -b -nf -fs -ov -- {{mpv}} -wid {{wid}} --loop --no-audio --no-resume-playback --panscan={{1.0}} {{path/to/video.mp4}}` +`xwinwrap -b -nf -fs -ov -- {{mpv}} --wid {{wid}} --loop --no-audio --no-resume-playback --panscan={{1.0}} {{path/to/video.mp4}}` - Run a video using mpv with 80% opacity: -`xwinwrap -b -nf -ov -o 0.8 --- {{mpv}} -wid {{wid}} --loop --no-audio --no-resume-playback --panscan={{1.0}} {{path/to/video.mp4}}` +`xwinwrap -b -nf -ov -o 0.8 --- {{mpv}} --wid {{wid}} --loop --no-audio --no-resume-playback --panscan={{1.0}} {{path/to/video.mp4}}` - Run a video using mpv in a second monitor 1600x900 with 1920 offset on X-axis: -`xwinwrap -g 1600x900+1920 -b -nf -ov -- {{mpv}} -wid {{wid}} --loop --no-audio --no-resume-playback --panscan={{1.0}} {{path/to/video.mkv}}` +`xwinwrap -g 1600x900+1920 -b -nf -ov -- {{mpv}} --wid {{wid}} --loop --no-audio --no-resume-playback --panscan={{1.0}} {{path/to/video.mkv}}`