Files
cheatsheet-tldr/tldr/linux/fincore
2025-05-24 00:19:30 +00:00

23 lines
414 B
Plaintext

---
syntax: markdown
tags: [tldr, linux]
source: https://github.com/tldr-pages/tldr.git
---
# 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]}}`