!: add Spanish translation, fix placeholder in description (#11451)

* !: add Spanish translation

* !: fix placeholder in description

---------

Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
pull/23/head
Darío Hereñú 2023-11-11 12:42:46 -03:00 committed by GitHub
parent 83d1ae712b
commit 686f4ef026
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
8 changed files with 31 additions and 7 deletions

View File

@ -15,7 +15,7 @@
`!-{{নম্বর}}`
- সর্বশেষ কমান্ড থেকে পুনর্নির্মিত করুন যা `স্ট্রিং` দিয়ে শুরু হয়:
- সর্বশেষ কমান্ড থেকে পুনর্নির্মিত করুন যা স্ট্রিং দিয়ে শুরু হয়:
`!{{স্ট্রিং}}`

View File

@ -15,7 +15,7 @@
`!-{{n}}`
- Führe den letzten Befehl aus, der mit `{{zeichenkette}}` begann:
- Führe den letzten Befehl aus, der mit zeichenkette begann:
`!{{zeichenkette}}`

24
pages.es/common/!.md Normal file
View File

@ -0,0 +1,24 @@
# Exclamation mark
> Bash incorporado para sustituir con un comando encontrado en la historia.
> Más información: <https://www.gnu.org/software/bash/manual/bash.html#Event-Designators>.
- Sustituye con el comando anterior y lo ejecuta con sudo:
`sudo !!`
- Sustituye con un comando basado en un número de línea encontrado con `history`:
`!{{número}}`
- Sustituye con un comando que se utilizó un número especificado de líneas atrás:
`!-{{número}}`
- Sustituye por el comando más reciente que empiece por cadema:
`!{{cadena}}`
- Sustituir con los argumentos del comando más reciente:
`{{comando}} !*`

View File

@ -15,7 +15,7 @@
`!-{{संख्या}}`
- सबसे हालिया कमांड से प्रतिस्थापित करें जो `स्ट्रिंग` से शुरू होता है:
- सबसे हालिया कमांड से प्रतिस्थापित करें जो स्ट्रिंग से शुरू होता है:
`!{{स्ट्रिंग}}`

View File

@ -15,7 +15,7 @@
`!-{{numero}}`
- Sostituisci con il comando più recente che inizia con `stringa`:
- Sostituisci con il comando più recente che inizia con stringa:
`!{{stringa}}`

View File

@ -15,7 +15,7 @@
`!-{{number}}`
- Vervang met het meest recente commando die begint met `string`:
- Vervang met het meest recente commando die begint met string:
`!{{string}}`

View File

@ -15,7 +15,7 @@
`!-{{número}}`
- Substitui com o comando mais recente que começa com o `texto`:
- Substitui com o comando mais recente que começa com o texto:
`!{{texto}}`

View File

@ -15,7 +15,7 @@
`!-{{number}}`
- Substitute with the most recent command that starts with `string`:
- Substitute with the most recent command that starts with a string:
`!{{string}}`