mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-01-26 11:33:59 +00:00
23 lines
414 B
Plaintext
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]}}`
|