Pipe tail output into column

后端 未结 0 580
无人及你
无人及你 2021-02-06 06:51

I\'m trying to tail a log file and format the output into columns. This gives me what I want without tail:

cat /var/log/test.log | column -t -s "|"


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题