mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-12 19:59:05 +00:00
Update cheatsheets
This commit is contained in:
@@ -6,11 +6,12 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
# 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:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user