which file contains search bar history keyword?
Every time to run RUNME.sh file, it needs typing ";log runme" in kindle search bar,
When I search some regular keyword in the search bar, kindle always store searched history keyword but not";log runme"
My plan is to find the file which contains search bar history keyword, force write in ";log runme"
e.g I searched "tom and jerry",
then open xterm :
find / -type f -exec grep -l "tom and jerry" {} \;
but find nothing
searched history keyword is not store in file, in memory?
|