Purging a single file from the page cache
dd if=<some file> iflag=nocache count=0
instructs the Linux kernel to drop the specified file from its page cache.
dd if=<some file> iflag=nocache count=0
instructs the Linux kernel to drop the specified file from its page cache.