1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-06-07 17:06:02 +02:00

!: consistent page title and filename (#16725)

This commit is contained in:
Sebastiaan Speck 2025-06-02 18:51:32 +02:00 committed by GitHub
parent 4fd9ddd077
commit 2d0f2d0b59
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
14 changed files with 14 additions and 13 deletions

View file

@ -3,6 +3,7 @@
"MD003": { "style": "atx" },
"MD007": { "indent": 4 },
"MD013": { "line_length": 250 },
"MD026": false,
"MD029": false,
"MD033": false,
"MD034": false,

View file

@ -1,4 +1,4 @@
# Exclamation mark
# !
> ইতিহাসে পেয়ে যাওয়া কমান্ড দিয়ে বিকল্প বাছানোর জন্য ব্যবহৃত ব্যাশ শেলে পুনর্নির্মিত।
> আরও তথ্য পাবেন: <https://gnu.org/software/bash/manual/bash.html#Event-Designators>

View file

@ -1,4 +1,4 @@
# Exclamation mark
# !
> Ein in Bash integriertes Kommando, welches durch einen Befehl aus dem Befehlsverlauf ersetzt wird.
> Weitere Informationen: <https://gnu.org/software/bash/manual/bash.html#Event-Designators>.

View file

@ -1,4 +1,4 @@
# Exclamation mark
# !
> Bash incorporado para sustituir con un comando encontrado en la historia.
> Más información: <https://gnu.org/software/bash/manual/bash.html#Event-Designators>.

View file

@ -1,4 +1,4 @@
# Exclamation mark
# !
> इतिहास में पाए गए कमांड के साथ विकल्प करने के लिए बैश शेल में अंतर्निर्मित।
> अधिक जानकारी: <https://gnu.org/software/bash/manual/bash.html#Event-Designators>

View file

@ -1,4 +1,4 @@
# Exclamation mark
# !
> Digunakan pada Bash sebagai pengganti perintah yang sebelumnya dieksekusikan.
> Informasi lebih lanjut: <https://gnu.org/software/bash/manual/bash.html#Event-Designators>.

View file

@ -1,4 +1,4 @@
# Exclamation mark
# !
> Comando bash integrato per sostituire con un comando trovato nella cronologia.
> Maggiori informazioni: <https://gnu.org/software/bash/manual/bash.html#Event-Designators>.

View file

@ -1,4 +1,4 @@
# Exclamation mark
# !
> 히스토리 명령에서 찾은 명령어로 대체하기 위해 Bash가 내장.
> 더 많은 정보: <https://gnu.org/software/bash/manual/bash.html#Event-Designators>.

View file

@ -1,4 +1,4 @@
# Exclamation mark
# !
> Ingebouwd in Bash om te vervangen met een commando in de geschiedenis.
> Meer informatie: <https://gnu.org/software/bash/manual/bash.html#Event-Designators>.

View file

@ -1,4 +1,4 @@
# Exclamation mark
# !
> Polecenie wbudowane w Bash do zastępowania komendą znalezioną w historii.
> Więcej informacji: <https://gnu.org/software/bash/manual/bash.html#Event-Designators>.

View file

@ -1,4 +1,4 @@
# Exclamation mark
# !
> Mecanismo interno do bash para substituir por um comando existente no histórico.
> Mais informações: <https://gnu.org/software/bash/manual/bash.html#Event-Designators>.

View file

@ -1,4 +1,4 @@
# Exclamation mark
# !
> Bash 内置命令,用于替换历史记录中找到的命令。
> 更多信息:<https://gnu.org/software/bash/manual/bash.html#Event-Designators>.

View file

@ -1,4 +1,4 @@
# Exclamation mark
# !
> Reuse and expand the shell history in `sh`, Bash, Zsh, `rbash` and `ksh`.
> More information: <https://gnu.org/software/bash/manual/bash.html#Event-Designators>.

View file

@ -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