commands.sh

fadvise

linux

Control Linux file caching behavior. See also: `fincore`.

More info →

Options (2)

-a, --adviceboolean

Preload a file or directory into cache

Example: fadvise {{[-a|--advice]}} willneeded {{path/to/file_or_directory}}
-h, --helpboolean

Display help

Example: fadvise {{[-h|--help]}}

Examples (3)

Preload a file or directory into cache

fadvise [-a|--advice] willneeded path/to/file_or_directory

Suggest dropping a file from cache

fadvise path/to/file

Display help

fadvise [-h|--help]
made by @shridhargupta | data from tldr-pages