您好,欢迎来到三六零分类信息网!老站,搜索引擎当天收录,欢迎发信息

使用python统计文件行数示例分享

2026/2/22 16:23:56发布10次查看
代码如下:
import time
def block(file,size=65536):
    while true:
        nb = file.read(size)
        if not nb:
           break
        yield nb
def getlinecount(filename):
    with open(filename,r,encoding=utf-8) as f:
        return sum(line.count(\n) for line in block(f))
if __name__ == __main__:
    import sys
    import os
    if len(sys.argv) != 2:
        print(error imput argument)
        sys.exit(-1)
    if not os.path.isfile(sys.argv[1]) :
       print(sys.argv + is not a file)
       sys.exit(-1)
    start_time = time.time()
    print(getlinecount(sys.argv[1]))
    print(time.time() - start_time ,seconds)
该用户其它信息

VIP推荐

免费发布信息,免费发布B2B信息网站平台 - 三六零分类信息网 沪ICP备09012988号-2
企业名录 Product