mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-09-10 14:53:59 +02:00
fincore: add Spanish translation (#15580)
This commit is contained in:
parent
80593872c0
commit
82d9078611
1 changed files with 12 additions and 0 deletions
12
pages.es/linux/fincore.md
Normal file
12
pages.es/linux/fincore.md
Normal file
|
@ -0,0 +1,12 @@
|
|||
# fincore
|
||||
|
||||
> Muestra cuánta memoria caché está ocupando un archivo.
|
||||
> Más información: <https://manned.org/fincore>.
|
||||
|
||||
- Muestra los detalles de la caché de un archivo:
|
||||
|
||||
`fincore {{ruta/al/archivo}}`
|
||||
|
||||
- Muestra todas las columnas de datos posibles:
|
||||
|
||||
`fincore --output-all {{ruta/al/archivo}}`
|
Loading…
Add table
Reference in a new issue