1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-01 13:15:23 +02:00

fincore: add page (#15362)

* Create fincore.md

* Update fincore.md
This commit is contained in:
Managor 2024-12-28 15:50:26 +02:00 committed by GitHub
parent 2020030385
commit f44224a1e7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

12
pages/linux/fincore.md Normal file
View file

@ -0,0 +1,12 @@
# 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}}`