Drop pagecache for a file
cachedel [-n <n>] file
-n <n> "Repeat system call"
Will call posix_fadvise(POSIX_FADV_DONTNEED) <n> in a row.
Call posix_fadvise(POSIX_FADV_DONTNEED) on file.