Update cheatsheets

This commit is contained in:
ivuorinen
2024-12-29 00:19:25 +00:00
parent 5c2908e043
commit 2f5c37424b
24 changed files with 392 additions and 11 deletions

17
tldr/linux/fincore Normal file
View File

@@ -0,0 +1,17 @@
---
syntax: markdown
tags: [tldr, linux]
source: https://github.com/tldr-pages/tldr.git
---
# 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}}`