1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-16 12:15:49 +02:00

grep: fix typo in Spanish translation (#12908)

grep: fix typo
This commit is contained in:
Darío Hereñú 2024-06-07 18:52:10 -03:00 committed by GitHub
parent a8ec294384
commit a1212facd2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -27,7 +27,7 @@
`grep --with-filename --line-number --color=always "{{patrón_de_búsqueda}}" {{ruta/al/archivo}}` `grep --with-filename --line-number --color=always "{{patrón_de_búsqueda}}" {{ruta/al/archivo}}`
- Busca líneas que coincidan con un patrón e imprime sólo el texto coincidente: - Busca líneas que coincidan con un patrón e imprime solo el texto coincidente:
`grep --only-matching "{{patrón_de_búsqueda}}" {{ruta/al/archivo}}` `grep --only-matching "{{patrón_de_búsqueda}}" {{ruta/al/archivo}}`