I have a log file around 1GB in size.
Obviously this file is to big to open in any text programme nor can I use commands such as 'tail' or 'more' because of the number of lines.
Each line of the log file contains a date and time entry.
Is it possible to do the following:
"Find me all log entries from 12.12.07 until 13.12.07 and copy this to a new file."
Best regards
Obviously this file is to big to open in any text programme nor can I use commands such as 'tail' or 'more' because of the number of lines.
Each line of the log file contains a date and time entry.
Is it possible to do the following:
"Find me all log entries from 12.12.07 until 13.12.07 and copy this to a new file."
Best regards