我需要在下面搜索“WAM”/var/log/messages
并将完整的时间戳值导出到 Excel 工作表/文本文档
2013-07-09T02:22:18.535639Z user.info WebAppMgr WAM
2013-07-09T02:22:21.817372Z user.info sam SAM ^Icom.palm.app.calculator
2013-07-09T02:22:21.818442Z user.info sam SAM ^Icom.palm.app.settings
2013-07-09T02:22:22.746751Z user.info WebAppMgr WAM
2013-07-09T02:22:23.846636Z user.info sam SAM ^Icom.palm.app.notes
2013-07-09T02:22:24.851727Z user.info sam SAM ^Icom.palm.app.firstuse
对于终端输出,这将起作用
awk '/\ WAM/ {print $1"\t"}' /home/santosh/messages
我需要在文本文件/ Excel 表输出中
WAM
2013-07-09T02:22:18.535639Z
2013-07-09T02:22:22.746751Z