1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-22 10:22:08 +02:00

vmtouch: add Spanish translation (#15420)

This commit is contained in:
Darío Hereñú 2025-01-04 15:57:01 -03:00 committed by GitHub
parent b35676b8a5
commit 685869a4e2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -0,0 +1,24 @@
# vmtouch
> Gestiona la caché del sistema de archivos.
> Más información: <https://manned.org/vmtouch>.
- Imprime el estado de la caché de un archivo:
`vmtouch {{ruta/al/archivo}}`
- Carga un archivo en la caché:
`vmtouch -t {{ruta/al/archivo}}`
- Expulsa un archivo de la caché:
`vmtouch -e {{ruta/al/archivo}}`
- Bloquea un archivo en la memoria caché para evitar que salga de la memoria:
`vmtouch -l {{ruta/al/archivo}}`
- Bloquea un archivo y daemoniza el programa:
`vmtouch -ld {{ruta/al/archivo}}`