1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-01 08:15:30 +02:00
tldr/pages/linux/fincore.md
Managor f44224a1e7
fincore: add page (#15362)
* Create fincore.md

* Update fincore.md
2024-12-28 14:50:26 +01:00

12 lines
255 B
Markdown

# fincore
> Display how much cache memory a file is taking.
> More information: <https://manned.org/fincore>.
- Display cache details for a file:
`fincore {{path/to/file}}`
- Display all possible data columns:
`fincore --output-all {{path/to/file}}`