摘要: # tail -f a.txt |grep 'python' #tail -f a.txt import time def tail(conf): with open(conf,encoding='utf-8') as f: f.seek(0,2) while True: f1 = f.readline().strip() ... 阅读全文
posted @ 2017-05-26 23:28 鸿飞冥冥 阅读(521) 评论(0) 推荐(0)