In article <c22s28$atl1...@imsp212.netvigator.com>,
Are you sure you're grepping the log file, and not a binary file? I've
never seen log messages that long before (in fact, I think syslog() or
syslogd automatically splits long messages into multiple lines).
If you really do need to grep a file with ultra-long lines, try using
GNU grep. I doubt it has any limit on the line length.
--
Barry Margolin, bar...@alum.mit.edu
Arlington, MA
*** PLEASE post questions in newsgroups, not directly to me ***