mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-01 13:35:24 +02:00
parent
2020030385
commit
f44224a1e7
1 changed files with 12 additions and 0 deletions
12
pages/linux/fincore.md
Normal file
12
pages/linux/fincore.md
Normal 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}}`
|
Loading…
Add table
Reference in a new issue