mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-01 11:55:24 +02:00
pages*/common: allow character in title (#16805)
Co-authored-by: Darío Hereñú <magallania@gmail.com>
This commit is contained in:
parent
37e66ac9e1
commit
9185fbf1fe
40 changed files with 41 additions and 41 deletions
|
@ -1,4 +1,4 @@
|
|||
# Dollar sign
|
||||
# $
|
||||
|
||||
> توسِّع متغيرات Bash.
|
||||
> لمزيد من التفاصيل: <https://gnu.org/software/bash/manual/bash.html#Shell-Variables>.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Percent sign
|
||||
# %
|
||||
|
||||
> إدارة الوظائف (Jobs).
|
||||
> لمزيد من التفاصيل: <https://www.gnu.org/software/bash/manual/bash.html#Job-Control-Basics>.
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Dollar sign
|
||||
# $
|
||||
|
||||
> Expandir una variable Bash.
|
||||
> Expande una variable Bash.
|
||||
> Más información: <https://gnu.org/software/bash/manual/bash.html#Shell-Variables>.
|
||||
|
||||
- Imprime una variable:
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Percent sign
|
||||
# %
|
||||
|
||||
> Bash incorporado para administrar los trabajos activos o suspendidos.
|
||||
> Más información: <https://www.gnu.org/software/bash/manual/bash.html#Job-Control-Basics>.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Comma
|
||||
# ,
|
||||
|
||||
> Ejecuta comandos aún sin tenerlos instalados en tu sistema.
|
||||
> Más información: <https://github.com/nix-community/comma>.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Dot
|
||||
# .
|
||||
|
||||
> Este comando es un alias de `source`.
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Caret
|
||||
# ^
|
||||
|
||||
> Embebido de Bash para sustituir rápidamente una cadena en el comando anterior y ejecutar el resultado.
|
||||
> Equivalente a `!!:s^string1^string2`.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Curly brace
|
||||
# {
|
||||
|
||||
> Sintaxis de intérprete de comandos polivalente.
|
||||
> Más información: <https://www.gnu.org/software/bash/manual/bash.html>.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Tilde
|
||||
# ~
|
||||
|
||||
> Amplía a un directorio.
|
||||
> Más información: <https://gnu.org/software/bash/manual/bash.html#Tilde-Expansion>.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Dollar sign
|
||||
# $
|
||||
|
||||
> बैश वैरिएबल का विस्तार करें।
|
||||
> अधिक जानकारी: <https://gnu.org/software/bash/manual/bash.html#Shell-Variables>।
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Caret
|
||||
# ^
|
||||
|
||||
> बैश क्विक बनाने के लिए पिछले कमांड में एक स्ट्रिंग को प्रतिस्थापित करें और परिणाम को चलाएं।
|
||||
> के बराबर `!!:s^स्ट्रिंग1^स्ट्रिंग2`।
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Dollar sign
|
||||
# $
|
||||
|
||||
> Perluas nilai suatu variabel Bash.
|
||||
> Informasi lebih lanjut: <https://gnu.org/software/bash/manual/bash.html#Shell-Variables>.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Percent sign
|
||||
# %
|
||||
|
||||
> Bawakan suatu tugas yang dijalankan pada latar belakang menuju depan.
|
||||
> Informasi lebih lanjut: <https://www.gnu.org/software/bash/manual/bash.html#Job-Control-Basics>.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Dot
|
||||
# .
|
||||
|
||||
> Perintah ini merupakan alias dari `source`.
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Caret
|
||||
# ^
|
||||
|
||||
> Digunakan pada Bash untuk menggantikan string pada perintah sebelumnya dan menjalankan perintah yang telah diubahnya.
|
||||
> Setara dengan `!!:s^string1^string2`.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Curly brace
|
||||
# {
|
||||
|
||||
> Alat manipulasi input syel serbaguna.
|
||||
> Informasi lebih lanjut: <https://www.gnu.org/software/bash/manual/bash.html>.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Tilde
|
||||
# ~
|
||||
|
||||
> Informasi lebih lanjut: <https://gnu.org/software/bash/manual/bash.html#Tilde-Expansion>.
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Dollar sign
|
||||
# $
|
||||
|
||||
> bash 변수를 확장.
|
||||
> 더 많은 정보: <https://gnu.org/software/bash/manual/bash.html#Shell-Variables>.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Percent sign
|
||||
# %
|
||||
|
||||
> 작업 관리.
|
||||
> 더 많은 정보: <https://www.gnu.org/software/bash/manual/bash.html#Job-Control-Basics>.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Comma
|
||||
# ,
|
||||
|
||||
> 설치하지 않고 명령어를 실행.
|
||||
> 더 많은 정보: <https://github.com/nix-community/comma>.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Dot
|
||||
# .
|
||||
|
||||
> 이 명령어는 `source`의 별칭입니다.
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Caret
|
||||
# ^
|
||||
|
||||
> 전에 입력했던 명령의 문자열을 빠르게 대체해서 사용하고, 결과를 실행하기 위해 Bash에 내장되어 있습니다.
|
||||
> `!!:s^문자열1^문자열2`와 동등합니다.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Tilde
|
||||
# ~
|
||||
|
||||
> 디렉토리로 확장.
|
||||
> 더 많은 정보: <https://gnu.org/software/bash/manual/bash.html#Tilde-Expansion>.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Dollar sign
|
||||
# $
|
||||
|
||||
> Breid een Bash-variabele uit.
|
||||
> Meer informatie: <https://gnu.org/software/bash/manual/bash.html#Shell-Variables>.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Comma
|
||||
# ,
|
||||
|
||||
> Voer commando's uit zonder ze te installeren.
|
||||
> Meer informatie: <https://github.com/nix-community/comma>.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Dot
|
||||
# .
|
||||
|
||||
> Dit commando is een alias van `source`.
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Caret
|
||||
# ^
|
||||
|
||||
> Bash ingebouwd commando om snel een string in het vorige commando te vervangen en het resultaat uit te voeren.
|
||||
> Equivalent aan `!!:s^string1^string2`.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Percent sign
|
||||
# %
|
||||
|
||||
> Zarządzaj zadaniami.
|
||||
> Więcej informacji: <https://www.gnu.org/software/bash/manual/bash.html#Job-Control-Basics>.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Dot
|
||||
# .
|
||||
|
||||
> To polecenie jest aliasem `source`.
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Dollar sign
|
||||
# $
|
||||
|
||||
> 展开 Bash 变量。
|
||||
> 更多信息:<https://gnu.org/software/bash/manual/bash.html#Shell-Variables>.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Comma
|
||||
# ,
|
||||
|
||||
> 无需安装即可运行命令。
|
||||
> 更多信息:<https://github.com/nix-community/comma>.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Caret
|
||||
# ^
|
||||
|
||||
> Bash 内置命令,用于快速替换上一个命令中的字符串并运行结果。
|
||||
> 等效于 `!!:s^string1^string2`。
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Dollar sign
|
||||
# $
|
||||
|
||||
> Expand a Bash variable.
|
||||
> More information: <https://gnu.org/software/bash/manual/bash.html#Shell-Variables>.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Percent sign
|
||||
# %
|
||||
|
||||
> Manage jobs.
|
||||
> More information: <https://www.gnu.org/software/bash/manual/bash.html#Job-Control-Basics>.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Comma
|
||||
# ,
|
||||
|
||||
> Run commands without installing them.
|
||||
> More information: <https://github.com/nix-community/comma>.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Dot
|
||||
# .
|
||||
|
||||
> This command is an alias of `source`.
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Caret
|
||||
# ^
|
||||
|
||||
> Bash builtin to quick substitute a string in the previous command and run the result.
|
||||
> Equivalent to `!!:s^string1^string2`.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Curly brace
|
||||
# {
|
||||
|
||||
> Multipurpose shell syntax.
|
||||
> More information: <https://www.gnu.org/software/bash/manual/bash.html>.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Tilde
|
||||
# ~
|
||||
|
||||
> Expand to a directory.
|
||||
> More information: <https://gnu.org/software/bash/manual/bash.html#Tilde-Expansion>.
|
||||
|
|
|
@ -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" "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=("jc.json" "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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue