This repository has been archived on 2025-09-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
cuiyiming-gradproj/DataSet/DataTag/test.py
2019-12-23 01:20:51 +08:00

16 lines
165 B
Python

import sys
import traceback
filename = "./log/2019-12-20_21/http2.log.2019-12-21"
with open(filename) as f:
lines = f.readlines()
print(len(lines))