I need to sort a debug log to find all lines for a message.
Problem is, some lines include just seconds of time, some include thousands of seconds. This is making it difficult to import into Excel. Can't use space as the delimiter. Can't use fixed width. Can't use tab.
Any ideas on the fastest way to do this?
You're using the debug mode, which isn't designed to be processed in any way (aside from combining all lines with the same spool file name). The debug mode log file entries include the milliseconds (for debugging purposes <G>).
If you are just looking for all lines for a message, you can use:
FIND "afe0021101d68bb7" dec####.log /i
-Scott
---
Declude JunkMail: The advanced anti-spam solution for IMail mailservers.
Declude Virus: Catches known viruses and is the leader in mailserver vulnerability detection.
Find out what you've been missing: Ask about our free 30-day evaluation.
--- [This E-mail was scanned for viruses by Declude Virus (http://www.declude.com)]
--- This E-mail came from the Declude.JunkMail mailing list. To unsubscribe, just send an E-mail to [EMAIL PROTECTED], and type "unsubscribe Declude.JunkMail". The archives can be found at http://www.mail-archive.com.
