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