Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 299 Bytes

fincore.md

File metadata and controls

16 lines (9 loc) · 299 Bytes

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}}

  • Display help:

fincore {{[-h|--help]}}