使用时间戳和id在linux中自动附加csv文件

时间:2017-02-01 07:36:44

标签: linux csv ubuntu crontab

我正在尝试在ubuntu Linux中将数据从File2附加到* * * * * cat File1>>File2 (两个csvs)。

数据将在每分钟添加一个时间戳和一个自动增加的id号(在mysql数据库中用作pk)。

我已经设置了一个crontab作业:

<body>
<a-scene>
  <a-assets>
    <img id="cubes" crossorigin="anonymous" src="https://cdn.aframe.io/360-image-gallery-boilerplate/img/cubes.jpg">
  </a-assets>
  <a-sky id="image-360" radius="10" src="#cubes"></a-sky>


  <a-entity layout="type: line; margin: 1.5" position="0 0 -3">
    <a-entity 
              geometry="primitive: plane; height: 0.55; width: 1.9"
              material="shader: flat; color: red"
              text="value: Hello Worldllo Worldllo Worldllo Worldllo Worldllo Worldllo Worldllo Worldllo Worldllo Worldllo Worldllo World; color: black"></a-entity>
  </a-entity>

  <a-entity camera look-controls wasd-controls>
    <a-cursor id="cursor"
      animation__click="property: scale; startEvents: click; from: 0.1 0.1 0.1; to: 1 1 1; dur: 150"
      event-set__1="_event: mouseenter; color: springgreen"
      event-set__2="_event: mouseleave; color: black"></a-cursor>
  </a-entity>
</a-scene>

它工作得很好但是我有点不习惯将自动填充的两个新列添加到File2。

我在linux上有点新手,非常感谢你的帮助。

0 个答案:

没有答案