diff --git a/pages.es/common/bash.md b/pages.es/common/bash.md index 3a7f9bb208..069ca2a286 100644 --- a/pages.es/common/bash.md +++ b/pages.es/common/bash.md @@ -1,7 +1,7 @@ # bash > 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. +> Vea también: `zsh`; `!`, para expansión de historial de comandos. > Más información: . - Inicia un intérprete de comandos interactivo: diff --git a/pages.es/common/zsh.md b/pages.es/common/zsh.md index ffe33c7951..4dc9ef2424 100644 --- a/pages.es/common/zsh.md +++ b/pages.es/common/zsh.md @@ -1,7 +1,7 @@ # zsh > Z SHell, un intérprete de línea de comandos compatible con Bash. -> Vea también `histexpand` para la expansión del historial. +> Vea también `!` para la expansión del historial. > Más información: . - Comienza una sesión interactiva en el intérprete de comandos: diff --git a/pages.fr/common/bash.md b/pages.fr/common/bash.md index 34569c3965..bba755901b 100644 --- a/pages.fr/common/bash.md +++ b/pages.fr/common/bash.md @@ -1,7 +1,7 @@ # bash > Bourne-Again SHell, un interpréteur de ligne de commande compatible avec `sh`. -> Voir aussi `histexpand` pour l'expansion de l'historique. +> Voir aussi `!` pour l'expansion de l'historique. > Plus d'informations : . - Démarre une session shell interactive : diff --git a/pages.fr/common/ksh.md b/pages.fr/common/ksh.md index 27b43fd0db..3b94b1bdae 100644 --- a/pages.fr/common/ksh.md +++ b/pages.fr/common/ksh.md @@ -1,7 +1,7 @@ # ksh > Korn SHell, un interpréteur de ligne de commande compatible avec Bash. -> Voir aussi `histexpand` pour l'expansion de l'historique. +> Voir aussi `!` pour l'expansion de l'historique. > Plus d'informations : . - Démarre une session shell interactive : diff --git a/pages.fr/common/sh.md b/pages.fr/common/sh.md index c31a0d86d9..9c6de78c9d 100644 --- a/pages.fr/common/sh.md +++ b/pages.fr/common/sh.md @@ -1,7 +1,7 @@ # sh > Bourne SHell, l'interpréteur de ligne de commande classique. -> Voir aussi `histexpand` pour l'expansion de l'historique. +> Voir aussi `!` pour l'expansion de l'historique. > Plus d'informations : . - Démarre une session shell interactive : diff --git a/pages.fr/common/zsh.md b/pages.fr/common/zsh.md index e7fa0f8df5..b1232b7713 100644 --- a/pages.fr/common/zsh.md +++ b/pages.fr/common/zsh.md @@ -1,7 +1,7 @@ # zsh > Z SHell, un interpréteur de ligne de commande compatible avec Bash. -> Voir aussi `histexpand` pour l'expansion de l'historique. +> Voir aussi `!` pour l'expansion de l'historique. > Plus d'informations : . - Démarre une session shell interactive : diff --git a/pages.ko/common/bash.md b/pages.ko/common/bash.md index d1a087ca71..f19969bc73 100644 --- a/pages.ko/common/bash.md +++ b/pages.ko/common/bash.md @@ -1,7 +1,7 @@ # bash > Bourne-Again SHell, an `sh`- 호환 명령 행 인터프리터. -> 참조: `zsh`, `histexpand` (history 확장). +> 참조: `zsh`, `!` (history 확장). > 더 많은 정보: . - 대화형 쉘 시작하기: diff --git a/pages.ko/common/ksh.md b/pages.ko/common/ksh.md index 52b415c0cc..13cbec3d76 100644 --- a/pages.ko/common/ksh.md +++ b/pages.ko/common/ksh.md @@ -1,7 +1,7 @@ # ksh > Korn Shell, Bash와 호환되는 명령줄 인터프리터. -> 같이 보기: `histexpand`. +> 같이 보기: `!`. > 더 많은 정보: . - 대화형 셸 세션 시작: diff --git a/pages.ko/common/rbash.md b/pages.ko/common/rbash.md index 00fc99222d..00eb5f9b84 100644 --- a/pages.ko/common/rbash.md +++ b/pages.ko/common/rbash.md @@ -2,7 +2,7 @@ > 제한된 Bash 셸로, `bash --restricted`와 동등합니다. > 작업 디렉토리 변경, 명령 출력 리디렉션, 환경 변수 수정 등을 허용하지 않습니다. -> 히스토리 확장을 위해 `histexpand`도 참조하세요. +> 히스토리 확장을 위해 `!`도 참조하세요. > 더 많은 정보: . - 대화형 셸 세션 시작: diff --git a/pages.ko/common/sh.md b/pages.ko/common/sh.md index 429199a156..25f55f14d3 100644 --- a/pages.ko/common/sh.md +++ b/pages.ko/common/sh.md @@ -1,7 +1,7 @@ # sh > Bourne 셸, 표준 명령어 언어 해석기. -> 히스토리 확장을 위해 `histexpand`도 참조하세요. +> 히스토리 확장을 위해 `!`도 참조하세요. > 더 많은 정보: . - 대화형 셸 세션 시작: diff --git a/pages.ko/common/zsh.md b/pages.ko/common/zsh.md index f8d2d1f2a6..594c8987af 100644 --- a/pages.ko/common/zsh.md +++ b/pages.ko/common/zsh.md @@ -1,7 +1,7 @@ # zsh > Z SHell, Bash 호환 명령줄 인터프리터. -> 같이 보기: `bash`, `histexpand`. +> 같이 보기: `bash`, `!`. > 더 많은 정보: . - 대화형 셸 세션 시작: diff --git a/pages.nl/common/bash.md b/pages.nl/common/bash.md index 0c0601c0f2..9b71ffd13d 100644 --- a/pages.nl/common/bash.md +++ b/pages.nl/common/bash.md @@ -1,7 +1,7 @@ # bash > Bourne-Again SHell, `sh`-ondersteunende commandoregel-interpreteerder. -> Zie ook: `zsh`, `histexpand` (history expansion). +> Zie ook: `zsh`, `!` (history expansion). > Meer informatie: . - Start een interactieve shell sessie: diff --git a/pages.nl/common/sh.md b/pages.nl/common/sh.md index c392b00b5d..fa5c005433 100644 --- a/pages.nl/common/sh.md +++ b/pages.nl/common/sh.md @@ -1,7 +1,7 @@ # sh > Bourne shell, de standaard opdrachttaalinterpreter. -> Zie ook `histexpand` voor uitbreiding van de geschiedenis. +> Zie ook: `!` voor uitbreiding van de geschiedenis. > Meer informatie: . - Start een interactieve shell sessie: diff --git a/pages.nl/common/zsh.md b/pages.nl/common/zsh.md index cdd9b22be4..22ebdcaafd 100644 --- a/pages.nl/common/zsh.md +++ b/pages.nl/common/zsh.md @@ -1,7 +1,7 @@ # zsh > Z SHell, een Bash-compatibele commandoregel-interpreteerder. -> Zie ook: `bash`, `histexpand`. +> Zie ook: `bash`, `!`. > Meer informatie: . - Start een interactieve shell sessie: diff --git a/pages.pl/common/bash.md b/pages.pl/common/bash.md index cd70b53b3d..88f4bd209b 100644 --- a/pages.pl/common/bash.md +++ b/pages.pl/common/bash.md @@ -1,7 +1,7 @@ # bash > Bourne-Again SHell, interpreter komend powłoki systemowej kompatybilny z `sh`. -> Zobacz także: `zsh`, `histexpand`. +> Zobacz także: `zsh`, `!`. > Więcej informacji: . - Rozpocznij interaktywną sesję powłoki: diff --git a/pages.pt_BR/common/bash.md b/pages.pt_BR/common/bash.md index 6b90d61bca..6d83eb6550 100644 --- a/pages.pt_BR/common/bash.md +++ b/pages.pt_BR/common/bash.md @@ -1,7 +1,7 @@ # bash > Bourne-Again SHell, um interpretador de linha de comando compatível com `sh`. -> Veja também: `zsh`, `histexpand` (expansão do histórico). +> Veja também: `zsh`, `!` (expansão do histórico). > Mais informações: . - Inicia uma sessão interativa do shell: diff --git a/pages.pt_BR/common/sh.md b/pages.pt_BR/common/sh.md index 3556ab5c35..aa8a7ccc24 100644 --- a/pages.pt_BR/common/sh.md +++ b/pages.pt_BR/common/sh.md @@ -1,7 +1,7 @@ # sh > Bourne shell, o interpretador padrão da linha de comando. -> Veja também `histexpand` para um histórico expandido. +> Veja também `!` para um histórico expandido. > Mais informações: . - Inicie uma sessão shell interativa: diff --git a/pages.pt_BR/common/zsh.md b/pages.pt_BR/common/zsh.md index d36138defe..03b1ff5a37 100644 --- a/pages.pt_BR/common/zsh.md +++ b/pages.pt_BR/common/zsh.md @@ -1,7 +1,7 @@ # zsh > Z SHell, um interpretador de linha de comando compatível com o Bash. -> Veja também `bash`, `histexpand`. +> Veja também `bash`, `!`. > Mais informações: . - Inicie uma sessão shell interativa: diff --git a/pages.ru/common/bash.md b/pages.ru/common/bash.md index 90a795e85f..f76018209a 100644 --- a/pages.ru/common/bash.md +++ b/pages.ru/common/bash.md @@ -1,7 +1,7 @@ # bash > Bourne-Again SHell, `sh`-совместимый командный интерпретатор. -> Смотрите также: `zsh`, `histexpand` (подстановка из истории). +> Смотрите также: `zsh`, `!` (подстановка из истории). > Больше информации: . - Запустить интерактивную сессию оболочки: diff --git a/pages.ru/common/zsh.md b/pages.ru/common/zsh.md index 88dd089032..31276f6a54 100644 --- a/pages.ru/common/zsh.md +++ b/pages.ru/common/zsh.md @@ -1,7 +1,7 @@ # zsh > Z SHell — командный интерпретатор, совместимый с Bash. -> Смотри также `histexpand` про подстановку команд из списка истории. +> Смотри также `!` про подстановку команд из списка истории. > Больше информации: . - Запустить интерактивную сессию оболочки: diff --git a/pages.zh/common/bash.md b/pages.zh/common/bash.md index 154d50bfc0..3cc9baf470 100644 --- a/pages.zh/common/bash.md +++ b/pages.zh/common/bash.md @@ -1,7 +1,7 @@ # bash > Bourne-Again SHell,兼容 `sh` 的命令行解释器。 -> 此外请参阅:`zsh`,`histexpand`(历史展开)。 +> 此外请参阅:`zsh`,`!`(历史展开)。 > 更多信息:. - 启动交互式 shell: diff --git a/pages.zh/common/zsh.md b/pages.zh/common/zsh.md index 9f70faa2dd..bd22174e64 100644 --- a/pages.zh/common/zsh.md +++ b/pages.zh/common/zsh.md @@ -1,7 +1,7 @@ # zsh > Z SHell,一个兼容 Bash 的命令行解释器。 -> 参见:`bash`,`histexpand`. +> 参见:`bash`,`!`. > 更多信息:. - 启动交互式解释器: diff --git a/pages.zh_TW/common/bash.md b/pages.zh_TW/common/bash.md index 9bedb3d46f..40f41dc33d 100644 --- a/pages.zh_TW/common/bash.md +++ b/pages.zh_TW/common/bash.md @@ -1,7 +1,7 @@ # bash > Bourne-Again SHell. 一個與 `sh` 相容的命令列。 -> 參照 `histexpand` 以使用 history expansion 特性。 +> 參照 `!` 以使用 history expansion 特性。 > 更多資訊:. - 開啟互動式 shell: diff --git a/pages/common/!.md b/pages/common/!.md index 0f4808fbb6..8beb104cb7 100644 --- a/pages/common/!.md +++ b/pages/common/!.md @@ -1,6 +1,7 @@ # ! > Reuse and expand the shell history in `sh`, Bash, Zsh, `rbash`, and `ksh`. +> See also: `^`. > More information: . - Substitute with the previous command and run it with `sudo`: diff --git a/pages/common/^.md b/pages/common/^.md index ce5b3d4916..0ef034043c 100644 --- a/pages/common/^.md +++ b/pages/common/^.md @@ -2,6 +2,7 @@ > Bash builtin to quick substitute a string in the previous command and run the result. > Equivalent to `!!:s^string1^string2`. +> See also: `!`. > More information: . - Run the previous command replacing `string1` with `string2`: