begood Posted October 15, 2010 Report Posted October 15, 2010 # This program was designed for viewing large (>1GB) text files.# It uses little memory and is able to open a gigabyte file instantly.# Background file indexing makes browsing even faster.# It opens files that are currently being written by other programs, and automatically checks and reads the files if new contents have been appended.# It supports view split. The user may split the view either horizontally or vertically, and have each side show different portion of the same file.# It allows the user to perform high-speed complex text search by means of plain text or regular expression. The regular expression syntax is slightly different from the standard ones.http://www.swiftgear.com/ltfviewer/LTFViewr.zip Quote