bkt: bypass cache
β’ 45 words β’ 1 min
β οΈ This post is over one year old. It may no longer be up to date or relevant. Opinions may have changed.
Whenever using bkt, sometimes you may need to evict the
cache to get fresh data.
Use the --force option to do so. Usage:
Replace:
shell
% bkt --ttl 30d -- {my cool command}with:
shell
% bkt --force --ttl 30d -- {my cool command}