Shiny New E-Book Gizmo: The Amazon Kindle


View Full Version : Search for files by content string?


nekokami
12-01-2006, 09:30 AM
I thought I saw the answer to this somewhere, but I can't find it now. Can you search for a text-based file by content, i.e. search through all your files for those containing a specific string? (Not including scanned PDFs, PNGs, etc.)

This is separate from a feature of being able to search within a file -- I imagine that depends on the viewer. (Do any of the viewers on the iLiad provide this?)

Thanks,

Mambo
12-01-2006, 09:55 AM
I think this could be very easily developed by some linux programmers.
There is not such feature yet in the viewers.

arivero
12-01-2006, 10:17 AM
you need to pop-up the terminal and use grep , or strings | grep. Business as usual

Sergeij2000
12-01-2006, 10:49 AM
Searching inside a pdf-file is one of the most important functions missing in the iLiad firmware. I bought the iLiad as a repository for my huge collection of data books and technical manuals, mainly because the claimed to be able to search within files. You can probably imagine my disappointment when i recognized that this function is not existing. In the moment i regard the iLiad as an expensive toy with limited usability. I hope i will see a search function in one of the next updates.

Cheers

Sergeij

nekokami
12-01-2006, 11:14 AM
you need to pop-up the terminal and use grep , or strings | grep. Business as usual
Not great, but I suppose I could cope. (Does strings | grep look within non-image PDF files?)

There's an opportunity here for one of our utility developers to create a little search tool. (Preferably one that can take pen input.)