1. free file buffers in linux
free -m
echo 3 > /proc/sys/vm/drop_caches
sync
2. find files containing specific strings
find . -exec grep -q mystring {} \; -print