mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
13 lines
255 B
Markdown
13 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}}`
|