| This searches plain text files on a line-by-line basis making it useful for text file catalogs or lists where each line represents a record or item.
Although it is possible to search line-delimited files with a "Find" feature in a word-processor or Web browser, this work for finding groups of words or returning a list of matching lines. Using the "Find" method, it is usually necessary to scroll through all the matches in a document until you locate the one you were looking for. With large files, this can be very tedious.
Specifying up to 3 case-sensitive keywords, Boolean and wildcards to search the file and copy all matching lines into a grid for viewing and manipulation.
Once a search is completed, the results can then be saved, appended, or printed. It is also possible to search multiple files in one run.
|