Update tail node to accept/display regex.

To address Issue #555
This commit is contained in:
Dave Conway-Jones
2019-07-12 12:22:13 +01:00
parent 6030b45735
commit 55698e637d
4 changed files with 8 additions and 9 deletions

View File

@@ -15,8 +15,7 @@
-->
<script type="text/x-red" data-help-name="tail">
<p>設定したファイルの末尾を出力(追加されたデータを監視)します(Linux/Macのみ)</p>
<p>このノードは<b>tail -F</b>Windows</p>
<p>設定したファイルの末尾を出力(追加されたデータを監視)します.</p>
<h3>出力</h3>
<ul>
<li>(UTF-8形式の)テキストファイルは文字列を返却</li>