diff --git a/pages/linux/fincore.md b/pages/linux/fincore.md new file mode 100644 index 0000000000..cbf5be623c --- /dev/null +++ b/pages/linux/fincore.md @@ -0,0 +1,12 @@ +# fincore + +> Display how much cache memory a file is taking. +> More information: . + +- Display cache details for a file: + +`fincore {{path/to/file}}` + +- Display all possible data columns: + +`fincore --output-all {{path/to/file}}`