1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-09-10 16:33:46 +02:00

7zr: update Spanish translation (#14308)

This commit is contained in:
Darío Hereñú 2024-10-30 02:07:50 -03:00 committed by GitHub
parent 251639c9c5
commit daa3de6c86
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -18,7 +18,7 @@
- E[x]trae un archivo a un directorio específico:
`7zr x {{ruta/al/archivo.7z}} -o{ruta/de/salida}}`
`7zr x {{ruta/al/archivo.7z}} -o{{ruta/de/salida}}`
- E[x]trae un archivo a `stdout`:
@ -27,3 +27,7 @@
- [l]ista el contenido de un archivo:
`7zr l {{ruta/al/archivo.7z}}`
- Establece el nivel de compresión (más alto significa más compresión, pero más lento):
`7zr a {{ruta/al/archivo.7z}} -mx={{0|1|3|5|7|9}} {{ruta/al/archivo_o_directorio}}`