grep: fix typo in Spanish translation (#12908)

grep: fix typo
pull/28/head
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
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@
`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}}`