mirror of https://github.com/CrimsonTome/tldr.git
!: 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
parent
83d1ae712b
commit
686f4ef026
|
@ -15,7 +15,7 @@
|
||||||
|
|
||||||
`!-{{নম্বর}}`
|
`!-{{নম্বর}}`
|
||||||
|
|
||||||
- সর্বশেষ কমান্ড থেকে পুনর্নির্মিত করুন যা `স্ট্রিং` দিয়ে শুরু হয়:
|
- সর্বশেষ কমান্ড থেকে পুনর্নির্মিত করুন যা স্ট্রিং দিয়ে শুরু হয়:
|
||||||
|
|
||||||
`!{{স্ট্রিং}}`
|
`!{{স্ট্রিং}}`
|
||||||
|
|
||||||
|
|
|
@ -15,7 +15,7 @@
|
||||||
|
|
||||||
`!-{{n}}`
|
`!-{{n}}`
|
||||||
|
|
||||||
- Führe den letzten Befehl aus, der mit `{{zeichenkette}}` begann:
|
- Führe den letzten Befehl aus, der mit zeichenkette begann:
|
||||||
|
|
||||||
`!{{zeichenkette}}`
|
`!{{zeichenkette}}`
|
||||||
|
|
||||||
|
|
|
@ -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}} !*`
|
|
@ -15,7 +15,7 @@
|
||||||
|
|
||||||
`!-{{संख्या}}`
|
`!-{{संख्या}}`
|
||||||
|
|
||||||
- सबसे हालिया कमांड से प्रतिस्थापित करें जो `स्ट्रिंग` से शुरू होता है:
|
- सबसे हालिया कमांड से प्रतिस्थापित करें जो स्ट्रिंग से शुरू होता है:
|
||||||
|
|
||||||
`!{{स्ट्रिंग}}`
|
`!{{स्ट्रिंग}}`
|
||||||
|
|
||||||
|
|
|
@ -15,7 +15,7 @@
|
||||||
|
|
||||||
`!-{{numero}}`
|
`!-{{numero}}`
|
||||||
|
|
||||||
- Sostituisci con il comando più recente che inizia con `stringa`:
|
- Sostituisci con il comando più recente che inizia con stringa:
|
||||||
|
|
||||||
`!{{stringa}}`
|
`!{{stringa}}`
|
||||||
|
|
||||||
|
|
|
@ -15,7 +15,7 @@
|
||||||
|
|
||||||
`!-{{number}}`
|
`!-{{number}}`
|
||||||
|
|
||||||
- Vervang met het meest recente commando die begint met `string`:
|
- Vervang met het meest recente commando die begint met string:
|
||||||
|
|
||||||
`!{{string}}`
|
`!{{string}}`
|
||||||
|
|
||||||
|
|
|
@ -15,7 +15,7 @@
|
||||||
|
|
||||||
`!-{{número}}`
|
`!-{{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}}`
|
`!{{texto}}`
|
||||||
|
|
||||||
|
|
|
@ -15,7 +15,7 @@
|
||||||
|
|
||||||
`!-{{number}}`
|
`!-{{number}}`
|
||||||
|
|
||||||
- Substitute with the most recent command that starts with `string`:
|
- Substitute with the most recent command that starts with a string:
|
||||||
|
|
||||||
`!{{string}}`
|
`!{{string}}`
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue