diff --git a/.markdownlint.json b/.markdownlint.json index 3dd7a5e590..1d2884a77b 100644 --- a/.markdownlint.json +++ b/.markdownlint.json @@ -3,6 +3,7 @@ "MD003": { "style": "atx" }, "MD007": { "indent": 4 }, "MD013": { "line_length": 250 }, + "MD026": false, "MD029": false, "MD033": false, "MD034": false, diff --git a/pages.bn/common/!.md b/pages.bn/common/!.md index 0984c5f63a..1da8b6f200 100644 --- a/pages.bn/common/!.md +++ b/pages.bn/common/!.md @@ -1,4 +1,4 @@ -# Exclamation mark +# ! > ইতিহাসে পেয়ে যাওয়া কমান্ড দিয়ে বিকল্প বাছানোর জন্য ব্যবহৃত ব্যাশ শেলে পুনর্নির্মিত। > আরও তথ্য পাবেন: । diff --git a/pages.de/common/!.md b/pages.de/common/!.md index bcb99ac7cc..fa09a86208 100644 --- a/pages.de/common/!.md +++ b/pages.de/common/!.md @@ -1,4 +1,4 @@ -# Exclamation mark +# ! > Ein in Bash integriertes Kommando, welches durch einen Befehl aus dem Befehlsverlauf ersetzt wird. > Weitere Informationen: . diff --git a/pages.es/common/!.md b/pages.es/common/!.md index 8797e5b507..35d27d83a3 100644 --- a/pages.es/common/!.md +++ b/pages.es/common/!.md @@ -1,4 +1,4 @@ -# Exclamation mark +# ! > Bash incorporado para sustituir con un comando encontrado en la historia. > Más información: . diff --git a/pages.hi/common/!.md b/pages.hi/common/!.md index beb139df1f..64757c64aa 100644 --- a/pages.hi/common/!.md +++ b/pages.hi/common/!.md @@ -1,4 +1,4 @@ -# Exclamation mark +# ! > इतिहास में पाए गए कमांड के साथ विकल्प करने के लिए बैश शेल में अंतर्निर्मित। > अधिक जानकारी: । diff --git a/pages.id/common/!.md b/pages.id/common/!.md index 4606c120c8..dccf0e2f34 100644 --- a/pages.id/common/!.md +++ b/pages.id/common/!.md @@ -1,4 +1,4 @@ -# Exclamation mark +# ! > Digunakan pada Bash sebagai pengganti perintah yang sebelumnya dieksekusikan. > Informasi lebih lanjut: . diff --git a/pages.it/common/!.md b/pages.it/common/!.md index 84bca4dee0..541c8e5e2c 100644 --- a/pages.it/common/!.md +++ b/pages.it/common/!.md @@ -1,4 +1,4 @@ -# Exclamation mark +# ! > Comando bash integrato per sostituire con un comando trovato nella cronologia. > Maggiori informazioni: . diff --git a/pages.ko/common/!.md b/pages.ko/common/!.md index c202c83e7b..0a4962c791 100644 --- a/pages.ko/common/!.md +++ b/pages.ko/common/!.md @@ -1,4 +1,4 @@ -# Exclamation mark +# ! > 히스토리 명령에서 찾은 명령어로 대체하기 위해 Bash가 내장. > 더 많은 정보: . diff --git a/pages.nl/common/!.md b/pages.nl/common/!.md index 43c728d26c..9657edac62 100644 --- a/pages.nl/common/!.md +++ b/pages.nl/common/!.md @@ -1,4 +1,4 @@ -# Exclamation mark +# ! > Ingebouwd in Bash om te vervangen met een commando in de geschiedenis. > Meer informatie: . diff --git a/pages.pl/common/!.md b/pages.pl/common/!.md index 60f89298f8..1da265a8d9 100644 --- a/pages.pl/common/!.md +++ b/pages.pl/common/!.md @@ -1,4 +1,4 @@ -# Exclamation mark +# ! > Polecenie wbudowane w Bash do zastępowania komendą znalezioną w historii. > Więcej informacji: . diff --git a/pages.pt_BR/common/!.md b/pages.pt_BR/common/!.md index ae5456e779..71f56de572 100644 --- a/pages.pt_BR/common/!.md +++ b/pages.pt_BR/common/!.md @@ -1,4 +1,4 @@ -# Exclamation mark +# ! > Mecanismo interno do bash para substituir por um comando existente no histórico. > Mais informações: . diff --git a/pages.zh/common/!.md b/pages.zh/common/!.md index da6e1fe135..726c755f9a 100644 --- a/pages.zh/common/!.md +++ b/pages.zh/common/!.md @@ -1,4 +1,4 @@ -# Exclamation mark +# ! > Bash 内置命令,用于替换历史记录中找到的命令。 > 更多信息:. diff --git a/pages/common/!.md b/pages/common/!.md index bf31088396..271ba4eda5 100644 --- a/pages/common/!.md +++ b/pages/common/!.md @@ -1,4 +1,4 @@ -# Exclamation mark +# ! > Reuse and expand the shell history in `sh`, Bash, Zsh, `rbash` and `ksh`. > More information: . diff --git a/scripts/wrong-filename.sh b/scripts/wrong-filename.sh index 78b0779a3c..b2e4fdbd1b 100755 --- a/scripts/wrong-filename.sh +++ b/scripts/wrong-filename.sh @@ -10,7 +10,7 @@ OUTPUT_FILE="inconsistent-filenames.txt" rm -f "$OUTPUT_FILE" touch "$OUTPUT_FILE" -IGNORE_LIST=("caret" "comma" "curly brace" "dollar sign" "dot" "exclamation mark" "jc.json" "tilde" "percent sign" "qm move disk" "umount" "rename" "pacman d" "pacman f" "pacman q" "pacman r" "pacman s" "pacman t" "pacman u" "parted" "print.runmailcap" "print.win") +IGNORE_LIST=("caret" "comma" "curly brace" "dollar sign" "dot" "jc.json" "tilde" "percent sign" "qm move disk" "umount" "rename" "pacman d" "pacman f" "pacman q" "pacman r" "pacman s" "pacman t" "pacman u" "parted" "print.runmailcap" "print.win") set -e