1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-20 13:35:24 +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 # fadvise
> Control Linux file caching behavior. > Control Linux file caching behavior.
> See also: `fincore`.
> More information: <https://manned.org/fadvise>. > 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: - Suggest dropping a file from cache:

View file

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