From f44224a1e7f750e5a984451e34ae4858ac7630d0 Mon Sep 17 00:00:00 2001 From: Managor <42655600+Managor@users.noreply.github.com> Date: Sat, 28 Dec 2024 15:50:26 +0200 Subject: [PATCH] fincore: add page (#15362) * Create fincore.md * Update fincore.md --- pages/linux/fincore.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 pages/linux/fincore.md 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}}`