mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-24 15:55:37 +02:00
cut: update Spanish translation (#11953)
Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
This commit is contained in:
parent
006c2f6b22
commit
913a4b33fb
1 changed files with 2 additions and 2 deletions
|
@ -5,11 +5,11 @@
|
|||
|
||||
- Imprime un rango específico de caracteres/campos de cada línea:
|
||||
|
||||
`{{command}} | cut --{{characters|field}}={{1|1,10|1-10|1-|-10}}`
|
||||
`{{comando}} | cut --{{characters|field}}={{1|1,10|1-10|1-|-10}}`
|
||||
|
||||
- Imprime un rango de cada línea con un delimitador específico:
|
||||
|
||||
`{{command}} | cut --delimiter="{{,}}" --{{campos}}={1}}`
|
||||
`{{comando}} | cut --delimiter="{{,}}" --{{campos}}={{1}}`
|
||||
|
||||
- Imprime un rango de cada línea de un archivo específico:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue