1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-19 10:35:25 +02:00

fincore, fadvise: refer to each other (#16570)

This commit is contained in:
Managor 2025-05-23 18:36:51 +03:00 committed by GitHub
parent cd575873b1
commit b3903ef4be
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 4 additions and 2 deletions

View file

@ -1,11 +1,12 @@
# fadvise
> Control Linux file caching behavior.
> See also: `fincore`.
> More information: <https://manned.org/fadvise>.
- Preload a file into cache:
- Preload a file or directory into cache:
`fadvise {{[-a|--advice]}} willneeded {{path/to/file}}`
`fadvise {{[-a|--advice]}} willneeded {{path/to/file_or_directory}}`
- Suggest dropping a file from cache:

View file

@ -1,6 +1,7 @@
# fincore
> Display how much cache memory a file is taking.
> See also: `fadvise`.
> More information: <https://manned.org/fincore>.
- Display cache details for a file: