Python Forum
"Cut" big log file according to wanted dates?
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
"Cut" big log file according to wanted dates?
#3
ho do I do this?
like this?
with open("sample.txt", "r") as a_file:
  for line in a_file:
    stripped_line = line.strip()
    print(stripped_line)
then what ?
I retun to same problem no ?
what do I need to change in my thinking\seeing of the problem?
I think I'm missing something here
Thanks ,
Reply


Messages In This Thread
RE: "Cut" big log file according to wanted dates? - by korenron - Apr-18-2021, 06:27 AM

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020