1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-03 17:35:24 +02:00
tldr/pages/linux/fincore.md

17 lines
322 B
Markdown

# fincore
> Display how much cache memory a file is taking.
> See also: `fadvise`.
> 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}}`
- Display help:
`fincore {{[-h|--help]}}`