Files
cheatsheet-tldr/tldr/linux/fincore
2024-12-29 00:19:25 +00:00

18 lines
347 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.
> 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}}`