1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-03-28 21:16:20 +01:00

tag: add Spanish translation, fix typo (#15166)

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
This commit is contained in:
Darío Hereñú 2024-12-17 15:02:14 -03:00 committed by GitHub
parent f46db2b021
commit 805c3574e2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 21 additions and 1 deletions

20
pages.es/osx/tag.md Normal file
View file

@ -0,0 +1,20 @@
# tag
> Edita etiquetas en archivos de Mac OS X (10.9 Mavericks y superior).
> Más información: <https://github.com/jdberry/tag/>.
- Añade etiquetas a un archivo:
`tag --add {{nombre_etiqueta1,nombre_etiqueta2,...}} {{ruta/al/archivo}}`
- Elimina una etiqueta:
`tag --remove {{nombre_etiqueta}} {{ruta/al/archivo}}`
- Elimina todas las etiquetas de un archivo:
`tag --remove \* {{ruta/al/archivo}}`
- Muestra todos los archivos con una etiqueta determinada:
`tag --match {{nombre_de_la_etiqueta}}`

View file

@ -9,7 +9,7 @@
- Remove a tag:
`tag --remove {{tag_name}} {{path/to/file}`
`tag --remove {{tag_name}} {{path/to/file}}`
- Remove all tags from a file: