diff --git a/pages.de/common/bash.md b/pages.de/common/bash.md index 66dd49d6a..1917dafad 100644 --- a/pages.de/common/bash.md +++ b/pages.de/common/bash.md @@ -28,6 +28,6 @@ `bash -s` -- Gib die Version von bash aus (verwende `echo $BASH_VERSION`, um nur die Versionszeichenkette anzuzeigen): +- Gib die Version von Bash aus (verwende `echo $BASH_VERSION`, um nur die Versionszeichenkette anzuzeigen): `bash --version` diff --git a/pages.de/common/fish.md b/pages.de/common/fish.md index b8118f232..18bd85089 100644 --- a/pages.de/common/fish.md +++ b/pages.de/common/fish.md @@ -24,7 +24,7 @@ `fish --no-execute {{pfad/zu/skript.fish}}` -- Starte eine private, interaktive Shell-Sitzung, in der `fish` weder auf die Shell-History zugreift, noch diese verändert: +- Starte eine private, interaktive Shell-Sitzung, in der fish weder auf die Shell-History zugreift, noch diese verändert: `fish --private` diff --git a/pages.de/common/omz.md b/pages.de/common/omz.md index 1cb1cdf9c..fa1c2fce3 100644 --- a/pages.de/common/omz.md +++ b/pages.de/common/omz.md @@ -11,7 +11,7 @@ `omz changelog` -- Starte die aktuelle zsh-Sitzung und Oh My Zsh neu: +- Starte die aktuelle Zsh-Sitzung und Oh My Zsh neu: `omz reload` diff --git a/pages.de/common/zsh.md b/pages.de/common/zsh.md index cba5dd295..35574985c 100644 --- a/pages.de/common/zsh.md +++ b/pages.de/common/zsh.md @@ -24,6 +24,6 @@ `zsh --verbose` -- Führe einen Befehl innerhalb von `zsh` mit ausgeschalteten Glob-Mustern aus: +- Führe einen Befehl innerhalb von Zsh mit ausgeschalteten Glob-Mustern aus: `noglob {{befehl}}` diff --git a/pages.de/linux/arch-chroot.md b/pages.de/linux/arch-chroot.md index c5ffa3543..d22fc4548 100644 --- a/pages.de/linux/arch-chroot.md +++ b/pages.de/linux/arch-chroot.md @@ -3,7 +3,7 @@ > Erweiterter `chroot`-Befehl zur Unterstützung des Arch-Linux-Installationsprozesses. > Weitere Informationen: . -- Starte eine interaktive Shell (Standardmäßig `bash`) in einem neuen Root-Verzeichnis: +- Starte eine interaktive Shell (Standardmäßig Bash) in einem neuen Root-Verzeichnis: `arch-chroot {{pfad/zu/neuem/root}}` @@ -11,10 +11,10 @@ `arch-chroot -u {{anderer_benutzer}} {{pfad/zu/neuem/root}}` -- Führe einen benutzerdefinierten Befehl (anstelle des Standardbefehls `bash`) im neuen Root-Verzeichnis aus: +- Führe einen benutzerdefinierten Befehl (anstelle des Standardbefehls Bash) im neuen Root-Verzeichnis aus: `arch-chroot {{pfad/zu/neuem/root}} {{befehl}} {{befehlsparameter}}` -- Gib die Shell an, die nicht die Standard-Shell `bash` ist (in diesem Fall sollte das Paket `zsh` auf dem Zielsystem installiert worden sein): +- Gib die Shell an, die nicht die Standard-Shell Bash ist (in diesem Fall sollte das Paket `zsh` auf dem Zielsystem installiert worden sein): `arch-chroot {{pfad/zu/neuem/root}} {{zsh}}` diff --git a/pages.es/common/histexpand.md b/pages.es/common/histexpand.md index e449233df..ffa878f0b 100644 --- a/pages.es/common/histexpand.md +++ b/pages.es/common/histexpand.md @@ -1,6 +1,6 @@ # history expansion -> Reutiliza y expande el historial del shell en `sh`, `bash`, `zsh`, `rbash` y `ksh`. +> Reutiliza y expande el historial del shell en `sh`, Bash, Zsh, `rbash` y `ksh`. > Más información: . - Ejecuta el comando anterior como root (`!!` se sustituye por el comando anterior): diff --git a/pages.fr/common/clear.md b/pages.fr/common/clear.md index 339cb5986..5a8ef5dab 100644 --- a/pages.fr/common/clear.md +++ b/pages.fr/common/clear.md @@ -3,7 +3,7 @@ > Efface l'écran du terminal. > Plus d'informations : . -- Effacer l'écran (identique à la séquence Contrôle-L sur une interface bash) : +- Effacer l'écran (identique à la séquence Contrôle-L sur une interface Bash) : `clear` diff --git a/pages.fr/common/sudo.md b/pages.fr/common/sudo.md index 22c741642..f480d4095 100644 --- a/pages.fr/common/sudo.md +++ b/pages.fr/common/sudo.md @@ -15,7 +15,7 @@ `sudo --user={{utilisateur}} --group={{groupe}} {{id -a}}` -- Répéte la dernière commande préfixée de `sudo` (uniquement dans `bash`, `zsh`, etc.) : +- Répéte la dernière commande préfixée de `sudo` (uniquement dans Bash, Zsh, etc.) : `sudo !!` diff --git a/pages.fr/common/zsh.md b/pages.fr/common/zsh.md index a70d80d3a..59b7a2a68 100644 --- a/pages.fr/common/zsh.md +++ b/pages.fr/common/zsh.md @@ -24,6 +24,6 @@ `zsh --verbose` -- Exécute une commande spécifique dans `zsh` sans motifs génériques d'expansion des noms de fichier : +- Exécute une commande spécifique dans Zsh sans motifs génériques d'expansion des noms de fichier : `noglob "{{command}}"` diff --git a/pages.fr/linux/abbr.md b/pages.fr/linux/abbr.md index 8bc7f75a3..c204e44b1 100644 --- a/pages.fr/linux/abbr.md +++ b/pages.fr/linux/abbr.md @@ -1,6 +1,6 @@ # abbr -> Gère les abréviations pour le shell Fish. +> Gère les abréviations pour le shell fish. > Les mots définis par l'utilisateur sont remplacés par des phrases plus longues après leur saisie. > Plus d'informations : . diff --git a/pages.id/common/history.md b/pages.id/common/history.md index 467ccddba..9987c9fd8 100644 --- a/pages.id/common/history.md +++ b/pages.id/common/history.md @@ -7,15 +7,15 @@ `history` -- Tampilkan 20 perintah-perintah terakhir (di `zsh` perintah ini menampilkan semua perintah-perintah sejak dari baris ke-20): +- Tampilkan 20 perintah-perintah terakhir (di Zsh perintah ini menampilkan semua perintah-perintah sejak dari baris ke-20): `history {{20}}` -- Hapus sejarah perintah-perintah (hanya untuk sesi shell `bash` saat ini): +- Hapus sejarah perintah-perintah (hanya untuk sesi shell Bash saat ini): `history -c` -- Tulis ulang file sejarah dengan sejarah sesi shell `bash` saat ini (seringkali dikombinasikan dengan `history -c` untuk menghapus sejarah): +- Tulis ulang file sejarah dengan sejarah sesi shell Bash saat ini (seringkali dikombinasikan dengan `history -c` untuk menghapus sejarah): `history -w` diff --git a/pages.id/common/open.fish.md b/pages.id/common/open.fish.md index 805aeaa36..2e7d67976 100644 --- a/pages.id/common/open.fish.md +++ b/pages.id/common/open.fish.md @@ -1,7 +1,7 @@ # open > Buka file, direktori, dan alamat URI dengan aplikasi-aplikasi default yang dapat membukanya. -> Perintah ini tersedia melalui `fish` dalam sistem operasi yang tidak menawarkan perintah `open` secara bawaan (seperti Haiku dan macOS). +> Perintah ini tersedia melalui fish dalam sistem operasi yang tidak menawarkan perintah `open` secara bawaan (seperti Haiku dan macOS). > Informasi lebih lanjut: . - Buka sebuah file di dalam aplikasi default: diff --git a/pages.id/common/open.md b/pages.id/common/open.md index 647601fb6..0ff9189f1 100644 --- a/pages.id/common/open.md +++ b/pages.id/common/open.md @@ -6,6 +6,6 @@ `tldr open -p osx` -- Lihat dokumentasi perintah `open` yang disediakan dalam `fish`: +- Lihat dokumentasi perintah `open` yang disediakan dalam fish: `tldr open.fish` diff --git a/pages.it/common/bash.md b/pages.it/common/bash.md index 33a0e6287..a56fbaa7a 100644 --- a/pages.it/common/bash.md +++ b/pages.it/common/bash.md @@ -24,6 +24,6 @@ `bash -s` -- Stampa informazioni sulla versione di bash (usa `echo $BASH_VERSION` per mostrare solo la versione): +- Stampa informazioni sulla versione di Bash (usa `echo $BASH_VERSION` per mostrare solo la versione): `bash --version` diff --git a/pages.it/common/clear.md b/pages.it/common/clear.md index 0ee4c6cc8..2b8e79fac 100644 --- a/pages.it/common/clear.md +++ b/pages.it/common/clear.md @@ -3,6 +3,6 @@ > Pulisce lo schermo del terminale. > Maggiori informazioni: . -- Pulisci lo schermo (equivalente a Control+L se si utilizza la shell bash): +- Pulisci lo schermo (equivalente a Control+L se si utilizza la shell Bash): `clear` diff --git a/pages.it/common/docker-exec.md b/pages.it/common/docker-exec.md index 0815c96e8..4eb958f7b 100644 --- a/pages.it/common/docker-exec.md +++ b/pages.it/common/docker-exec.md @@ -19,7 +19,7 @@ `docker exec --interactive --detach {{nome_container}} {{comando}}` -- Imposta una variabile d'ambiente in una sessione bash in esecuzione: +- Imposta una variabile d'ambiente in una sessione Bash in esecuzione: `docker exec --interactive --tty --env {{nome_variabile}}={{valore}} {{nome_container}} {{/bin/bash}}` diff --git a/pages.it/common/sudo.md b/pages.it/common/sudo.md index c3a6002b9..bec18e5ec 100644 --- a/pages.it/common/sudo.md +++ b/pages.it/common/sudo.md @@ -15,7 +15,7 @@ `sudo -u {{utente}} -g {{gruppo}} {{id -a}}` -- Ripeti l'ultimo comando prefissandolo con "sudo" (funziona solo in bash, zsh, ecc): +- Ripeti l'ultimo comando prefissandolo con "sudo" (funziona solo in Bash, Zsh, ecc): `sudo !!` diff --git a/pages.ja/common/history.md b/pages.ja/common/history.md index 41fe3f8bb..0c2de4d1f 100644 --- a/pages.ja/common/history.md +++ b/pages.ja/common/history.md @@ -7,15 +7,15 @@ `history` -- 直近の20個のコマンドを表示する (`zsh` では20個目から始まるすべてのコマンドを表示する): +- 直近の20個のコマンドを表示する (Zsh では20個目から始まるすべてのコマンドを表示する): `history {{20}}` -- コマンド履歴のリストを消去する (現在の `bash` シェルに対してのみ): +- コマンド履歴のリストを消去する (現在の Bash シェルに対してのみ): `history -c` -- コマンド履歴ファイルを現在の `bash` シェルのコマンド履歴で上書きする (履歴を削除するために `history -c` と組み合わせることがよくあります): +- コマンド履歴ファイルを現在の Bash シェルのコマンド履歴で上書きする (履歴を削除するために `history -c` と組み合わせることがよくあります): `history -w` diff --git a/pages.ko/common/bash.md b/pages.ko/common/bash.md index 66d712dbb..9439ec836 100644 --- a/pages.ko/common/bash.md +++ b/pages.ko/common/bash.md @@ -28,6 +28,6 @@ `bash -e {{경로/대상/script.sh}}` -- `stdin`에서 bash 실행하기: +- `stdin`에서 Bash 실행하기: `{{echo "echo 'bash가 실행되었습니다'"}} | bash` diff --git a/pages.ko/common/clear.md b/pages.ko/common/clear.md index b4da4d487..0f030439f 100644 --- a/pages.ko/common/clear.md +++ b/pages.ko/common/clear.md @@ -3,6 +3,6 @@ > 터미널 화면을 지웁니다(clear). > 더 많은 정보: . -- 터미널 화면을 지웁니다 (bash 쉘에서 Control-L을 누르는 것과 같은 기능입니다): +- 터미널 화면을 지웁니다 (Bash 쉘에서 Control-L을 누르는 것과 같은 기능입니다): `clear` diff --git a/pages.nl/common/open.fish.md b/pages.nl/common/open.fish.md index b9303eb9a..fd08b6c8b 100644 --- a/pages.nl/common/open.fish.md +++ b/pages.nl/common/open.fish.md @@ -1,7 +1,7 @@ # open > Opent bestanden, mappen en URI's met standaardtoepassingen. -> Deze commando is beschikbaar via `fish` op besturingssystemen zonder het ingebouwde `open`-commando (bijv. Haiku en macOS). +> Deze commando is beschikbaar via fish op besturingssystemen zonder het ingebouwde `open`-commando (bijv. Haiku en macOS). > Meer informatie: . - Open een bestand met de bijbehorende applicatie: diff --git a/pages.nl/common/open.md b/pages.nl/common/open.md index f81d6d60e..6b2cbe693 100644 --- a/pages.nl/common/open.md +++ b/pages.nl/common/open.md @@ -6,6 +6,6 @@ `tldr open -p osx` -- Bekijk de documentatie voor het command beschikbaar via `fish`: +- Bekijk de documentatie voor het command beschikbaar via fish: `tldr open.fish` diff --git a/pages.nl/common/pio-system.md b/pages.nl/common/pio-system.md index 3fcba0c31..31432fe85 100644 --- a/pages.nl/common/pio-system.md +++ b/pages.nl/common/pio-system.md @@ -3,7 +3,7 @@ > Gemengde systeem commando's voor PlatformIO. > Meer informatie: . -- Installeer shell completion voor de huidige shell (ondersteund Bash, Fish, Zsh en PowerShell): +- Installeer shell completion voor de huidige shell (ondersteund Bash, fish, Zsh en PowerShell): `pio system completion install` diff --git a/pages.pl/common/open.md b/pages.pl/common/open.md index 8beb27c88..338989cfc 100644 --- a/pages.pl/common/open.md +++ b/pages.pl/common/open.md @@ -6,6 +6,6 @@ `tldr open -p osx` -- Zobacz dokumentację komendy dostępnej w `fish`: +- Zobacz dokumentację komendy dostępnej w fish: `tldr open.fish` diff --git a/pages.pl/common/sudo.md b/pages.pl/common/sudo.md index 277a01b1a..563add3e5 100644 --- a/pages.pl/common/sudo.md +++ b/pages.pl/common/sudo.md @@ -15,7 +15,7 @@ `sudo -u {{uzytkownik}} -g {{grupa}} {{id -a}}` -- Powtórz ostatnie polecenie poprzedzone `sudo` (tylko w `bash`, `zsh`, etc.): +- Powtórz ostatnie polecenie poprzedzone `sudo` (tylko w Bash, Zsh, etc.): `sudo !!` diff --git a/pages.pt_BR/common/history.md b/pages.pt_BR/common/history.md index 5d562c907..0441a860f 100644 --- a/pages.pt_BR/common/history.md +++ b/pages.pt_BR/common/history.md @@ -7,15 +7,15 @@ `history` -- Exibe os últimos 20 comandos (em `zsh` ele exibe todos os comandos a partir do 20º): +- Exibe os últimos 20 comandos (em Zsh ele exibe todos os comandos a partir do 20º): `history {{20}}` -- Limpa a lista do histórico de comandos (apenas para o shell `bash` atual): +- Limpa a lista do histórico de comandos (apenas para o shell Bash atual): `history -c` -- Sobrescreve o arquivo de histórico com o histórico do shell `bash` atual (frequentemente combinado com `history -c` para limpar o histórico): +- Sobrescreve o arquivo de histórico com o histórico do shell Bash atual (frequentemente combinado com `history -c` para limpar o histórico): `history -w` diff --git a/pages.pt_BR/common/sudo.md b/pages.pt_BR/common/sudo.md index 6fb54f5eb..4a1db7a6b 100644 --- a/pages.pt_BR/common/sudo.md +++ b/pages.pt_BR/common/sudo.md @@ -15,7 +15,7 @@ `sudo --user={{usuário}} --group={{grupo}} {{id -a}}` -- Executa um comando anterior com o prefixo `sudo` (apenas em `bash`, `zsh`, etc.): +- Executa um comando anterior com o prefixo `sudo` (apenas em Bash, Zsh, etc.): `sudo !!` diff --git a/pages.pt_BR/common/zsh.md b/pages.pt_BR/common/zsh.md index a6b7de985..d92a913f5 100644 --- a/pages.pt_BR/common/zsh.md +++ b/pages.pt_BR/common/zsh.md @@ -32,6 +32,6 @@ `zsh --verbose` -- Executa um comando específico dentro do `zsh` com padrões glob desativados: +- Executa um comando específico dentro do Zsh com padrões glob desativados: `noglob {{comando}}` diff --git a/pages.ru/common/histexpand.md b/pages.ru/common/histexpand.md index 778f8aac9..8e1552764 100644 --- a/pages.ru/common/histexpand.md +++ b/pages.ru/common/histexpand.md @@ -1,6 +1,6 @@ # history expansion -> Повторное использование и подстановка команд из списка истории в `sh`, `bash`, `zsh`, `rbash` and `ksh`. +> Повторное использование и подстановка команд из списка истории в `sh`, Bash, Zsh, `rbash` and `ksh`. > Больше информации: . - Запустить предыдущую команду от имени суперпользователя (`!!` заменяется на предыдущую команду): diff --git a/pages.ru/common/history.md b/pages.ru/common/history.md index e60c46364..809529c05 100644 --- a/pages.ru/common/history.md +++ b/pages.ru/common/history.md @@ -7,15 +7,15 @@ `history` -- Отобразить последние 20 команд (в `zsh` отображает все команды, начиная с 20-й): +- Отобразить последние 20 команд (в Zsh отображает все команды, начиная с 20-й): `history {{20}}` -- Очистить список истории команд (только для текущей оболочки `bash`): +- Очистить список истории команд (только для текущей оболочки Bash): `history -c` -- Перезаписать файл истории историей текущей оболочки `bash` (часто комбинируется с `history -c` для очистки истории): +- Перезаписать файл истории историей текущей оболочки Bash (часто комбинируется с `history -c` для очистки истории): `history -w` diff --git a/pages.ru/common/zsh.md b/pages.ru/common/zsh.md index 15f39258b..a2410dd47 100644 --- a/pages.ru/common/zsh.md +++ b/pages.ru/common/zsh.md @@ -24,6 +24,6 @@ `zsh --verbose` -- Выполнить определённую команду внутри `zsh` с отключёнными glob-шаблонами: +- Выполнить определённую команду внутри Zsh с отключёнными glob-шаблонами: `noglob {{команда}}` diff --git a/pages.tr/common/docker-exec.md b/pages.tr/common/docker-exec.md index e12b6bb85..8a96e782c 100644 --- a/pages.tr/common/docker-exec.md +++ b/pages.tr/common/docker-exec.md @@ -19,7 +19,7 @@ `docker exec --interactive --detach {{konteyner_ismi}} {{komut}}` -- Çalışmakta olan bir bash oturumu içinde bir çevre değişkeni belirle: +- Çalışmakta olan bir Bash oturumu içinde bir çevre değişkeni belirle: `docker exec --interactive --tty --env {{değişken_ismi}}={{value}} {{konteyner_ismi}} {{/bin/bash}}` diff --git a/pages.zh/linux/arch-chroot.md b/pages.zh/linux/arch-chroot.md index 73e157a8a..fb2ad7182 100644 --- a/pages.zh/linux/arch-chroot.md +++ b/pages.zh/linux/arch-chroot.md @@ -3,7 +3,7 @@ > 辅助 Arch Linux 安装流程的更强 `chroot` 命令。 > 更多信息:. -- 在新的根目录下开启一个交互外壳程序(默认是 `bash`): +- 在新的根目录下开启一个交互外壳程序(默认是 Bash): `arch-chroot {{新根目录}}` @@ -11,10 +11,10 @@ `arch-chroot -u {{用户名}} {{新根目录}}` -- 在新的根目录下运行一个自定义命令(取代默认的 `bash`): +- 在新的根目录下运行一个自定义命令(取代默认的 Bash): `arch-chroot {{新根目录}} {{命令}} {{命令参数}}` -- 指定除默认的 `bash` 以外的外壳程序(以下例子需要现在目标系统中先安装 `zsh`): +- 指定除默认的 Bash 以外的外壳程序(以下例子需要现在目标系统中先安装 `zsh`): `arch-chroot {{新根目录}} {{zsh}}` diff --git a/pages/common/histexpand.md b/pages/common/histexpand.md index d6642685c..03f4fc6e4 100644 --- a/pages/common/histexpand.md +++ b/pages/common/histexpand.md @@ -1,6 +1,6 @@ # history expansion -> Reuse and expand the shell history in `sh`, `bash`, `zsh`, `rbash` and `ksh`. +> Reuse and expand the shell history in `sh`, Bash, Zsh, `rbash` and `ksh`. > More information: . - Run the previous command as root (`!!` is replaced by the previous command): diff --git a/pages/common/history.md b/pages/common/history.md index 953afe568..ad8e8f0db 100644 --- a/pages/common/history.md +++ b/pages/common/history.md @@ -7,15 +7,15 @@ `history` -- Display the last 20 commands (in `zsh` it displays all commands starting from the 20th): +- Display the last 20 commands (in Zsh it displays all commands starting from the 20th): `history {{20}}` -- Clear the commands history list (only for current `bash` shell): +- Clear the commands history list (only for current Bash shell): `history -c` -- Overwrite history file with history of current `bash` shell (often combined with `history -c` to purge history): +- Overwrite history file with history of current Bash shell (often combined with `history -c` to purge history): `history -w` diff --git a/pages/common/msfvenom.md b/pages/common/msfvenom.md index 455358176..91b34ce37 100644 --- a/pages/common/msfvenom.md +++ b/pages/common/msfvenom.md @@ -23,6 +23,6 @@ `msfvenom -p windows/x64/meterpreter/reverse_tcp LHOST={{local_ip}} LPORT={{local_port}} -f exe -o {{path/to/binary.exe}}` -- Create a raw bash with a reverse TCP handler: +- Create a raw Bash with a reverse TCP handler: `msfvenom -p cmd/unix/reverse_bash LHOST={{local_ip}} LPORT={{local_port}} -f raw` diff --git a/pages/common/nvm.fish.md b/pages/common/nvm.fish.md index 2d7d37da8..fad67c40c 100644 --- a/pages/common/nvm.fish.md +++ b/pages/common/nvm.fish.md @@ -1,6 +1,6 @@ # nvm -> Install, uninstall, or switch between Node.js versions under the `fish` shell. +> Install, uninstall, or switch between Node.js versions under the fish shell. > Supports version numbers like "12.8" or "v16.13.1", and labels like "stable", "system", etc. > More information: . diff --git a/pages/common/open.fish.md b/pages/common/open.fish.md index 5ae4dabc8..4a2b14d6d 100644 --- a/pages/common/open.fish.md +++ b/pages/common/open.fish.md @@ -1,7 +1,7 @@ # open > Opens files, directories, and URIs with default applications. -> This command is available through `fish` on operating systems without the built-in `open` command (e.g. Haiku and macOS). +> This command is available through fish on operating systems without the built-in `open` command (e.g. Haiku and macOS). > More information: . - Open a file with the associated application: diff --git a/pages/common/open.md b/pages/common/open.md index d1339436f..75d9eb9ee 100644 --- a/pages/common/open.md +++ b/pages/common/open.md @@ -6,6 +6,6 @@ `tldr open -p osx` -- View documentation for the command available through `fish`: +- View documentation for the command available through fish: `tldr open.fish` diff --git a/pages/common/pio-system.md b/pages/common/pio-system.md index fb5879ff5..ac1ed92c6 100644 --- a/pages/common/pio-system.md +++ b/pages/common/pio-system.md @@ -3,7 +3,7 @@ > Miscellaneous system commands for PlatformIO. > More information: . -- Install shell completion for the current shell (supports Bash, Fish, Zsh and PowerShell): +- Install shell completion for the current shell (supports Bash, fish, Zsh and PowerShell): `pio system completion install` diff --git a/pages/common/printf.md b/pages/common/printf.md index 845811d44..2db59558c 100644 --- a/pages/common/printf.md +++ b/pages/common/printf.md @@ -19,7 +19,7 @@ `printf "{{var1: %s\tvar2: %s\n}}" "{{$VAR1}}" "{{$VAR2}}"` -- Store a formatted message in a variable (does not work on zsh): +- Store a formatted message in a variable (does not work on Zsh): `printf -v {{myvar}} {{"This is %s = %d\n" "a year" 2016}}` diff --git a/pages/common/procs.md b/pages/common/procs.md index e22644f0d..e3bd5cd44 100644 --- a/pages/common/procs.md +++ b/pages/common/procs.md @@ -11,7 +11,7 @@ `procs --tree` -- List information about processes, if the commands which started them contain `zsh`: +- List information about processes, if the commands which started them contain Zsh: `procs {{zsh}}` diff --git a/pages/common/pueue-completions.md b/pages/common/pueue-completions.md index 441924cbd..9e9630db9 100644 --- a/pages/common/pueue-completions.md +++ b/pages/common/pueue-completions.md @@ -7,7 +7,7 @@ `sudo pueue completions bash {{/usr/share/bash-completion/completions/pueue.bash}}` -- Generate completions for zsh: +- Generate completions for Zsh: `sudo pueue completions zsh {{/usr/share/zsh/site-functions}}` diff --git a/pages/common/sudo.md b/pages/common/sudo.md index b067b5fdf..3037b9ce5 100644 --- a/pages/common/sudo.md +++ b/pages/common/sudo.md @@ -15,7 +15,7 @@ `sudo --user={{user}} --group={{group}} {{id -a}}` -- Repeat the last command prefixed with `sudo` (only in `bash`, `zsh`, etc.): +- Repeat the last command prefixed with `sudo` (only in Bash, Zsh, etc.): `sudo !!` diff --git a/pages/linux/arch-chroot.md b/pages/linux/arch-chroot.md index 92c702369..3a80cfb0d 100644 --- a/pages/linux/arch-chroot.md +++ b/pages/linux/arch-chroot.md @@ -3,7 +3,7 @@ > Enhanced `chroot` command to help in the Arch Linux installation process. > More information: . -- Start an interactive shell (`bash`, by default) in a new root directory: +- Start an interactive shell (Bash, by default) in a new root directory: `arch-chroot {{path/to/new/root}}` @@ -11,10 +11,10 @@ `arch-chroot -u {{user}} {{path/to/new/root}}` -- Run a custom command (instead of the default `bash`) in the new root directory: +- Run a custom command (instead of the default Bash) in the new root directory: `arch-chroot {{path/to/new/root}} {{command}} {{command_arguments}}` -- Specify the shell, other than the default `bash` (in this case, the `zsh` package should have been installed in the target system): +- Specify the shell, other than the default Bash (in this case, the `zsh` package should have been installed in the target system): `arch-chroot {{path/to/new/root}} {{zsh}}` diff --git a/pages/linux/faketime.md b/pages/linux/faketime.md index dab425b8f..32a796eaf 100644 --- a/pages/linux/faketime.md +++ b/pages/linux/faketime.md @@ -7,7 +7,7 @@ `faketime '{{today 23:30}}' {{date}}` -- Open a new `bash` shell, which uses yesterday as the current date: +- Open a new Bash shell, which uses yesterday as the current date: `faketime '{{yesterday}}' {{bash}}` diff --git a/pages/osx/whence.md b/pages/osx/whence.md index 885ed64c8..1c3676b33 100644 --- a/pages/osx/whence.md +++ b/pages/osx/whence.md @@ -1,6 +1,6 @@ # whence -> A zsh builtin to indicate how a command would be interpreted. +> A Zsh builtin to indicate how a command would be interpreted. > More information: . - Interpret `command`, with expansion if defined as an `alias` (similar to the `command -v` builtin):