标签:not redis push shel 日志 文件中 空格 ptime 日志文件
logid=2210608107 worker_id=140610281404160 optime=1452598610.631276 msg=service+not+found+in+share+memory service=Redis_doc_push
cat xxx.log | grep -oP "logid=\d+.*service=\w+" | awk -F‘ ‘ ‘{print $1,$NF}‘
cat xxx.log | sed -r "s/.*?logid=([0-9]+).*?service=(\w+).*?/\1,\2/"
标签:not redis push shel 日志 文件中 空格 ptime 日志文件
原文地址:http://blog.51cto.com/ting2junshui/2155192