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:
parent
cd575873b1
commit
b3903ef4be
2 changed files with 4 additions and 2 deletions
|
@ -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:
|
||||||
|
|
||||||
|
|
|
@ -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:
|
||||||
|
|
Loading…
Add table
Reference in a new issue