使用shell脚本在csv文件的末尾附加一个新列

时间:2016-07-01 15:36:09

标签: shell scripting

我正在解析几个日志,我从每个日志中提取一个列。我需要继续将它们附加到csv文件中。

请告诉我如何实现这一目标。提前谢谢。

1 个答案:

答案 0 :(得分:1)

鉴于

var options = new OnMessageOptions();
options.AutoComplete = false;

client.OnMessage(processCalculations, options);

您可以$ cat foo.txt foo0 foo1 foo2 $ cat bar.txt bar0 bar1 bar2 $ cat qux.txt qux0 qux1 qux2 使用paste-d elimit:

,