logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt

Control File Caching - fadvise Command | Online Free DevTools by Hexmos

Control Linux file caching behavior with the fadvise command. Manage file preloading and removal from cache for improved performance. Free online tool, no registration required.

fadvise

Control Linux file caching behavior. See also: fincore. More information: https://manned.org/fadvise.

  • 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]}}

See Also