<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Unbuffered pipes in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/unbuffered-pipes/m-p/2556847#M80498</link>
    <description>I use "tail +0f" to do this.  It's line-buffered, which is appropriate for watching a log file or command output live.&lt;BR /&gt;&lt;BR /&gt;For example:&lt;BR /&gt;&lt;BR /&gt;# tail +0f /var/log/messages&lt;BR /&gt;&lt;BR /&gt;You could pipe to it as well:&lt;BR /&gt;&lt;BR /&gt;# my_ppp_command 2&amp;gt;&amp;amp;1 | tail +0f &lt;BR /&gt;&lt;BR /&gt;which would gather both stdout and stderr, and show you a line every time one was printed out.&lt;BR /&gt;&lt;BR /&gt;Give it a try.  Good luck!&lt;BR /&gt;</description>
    <pubDate>Tue, 31 Jul 2001 01:12:27 GMT</pubDate>
    <dc:creator>Vincent Fleming</dc:creator>
    <dc:date>2001-07-31T01:12:27Z</dc:date>
    <item>
      <title>Unbuffered pipes</title>
      <link>https://community.hpe.com/t5/operating-system-linux/unbuffered-pipes/m-p/2556846#M80497</link>
      <description>Hi all,&lt;BR /&gt;&lt;BR /&gt;this is probably an easy one but I didn't figure it out yet: How do I make a pipe unbuffered? I get output normally only after a page (4k) is full or when the pipe is closed. But I need it immediately. My case: starting a ppp connection from script and checking success; or grepping lines from /var/log/messages and sending to different application.&lt;BR /&gt;&lt;BR /&gt;Thx for your help in advance&lt;BR /&gt;Thomas</description>
      <pubDate>Wed, 25 Jul 2001 10:03:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/unbuffered-pipes/m-p/2556846#M80497</guid>
      <dc:creator>Thomas Boerner_1</dc:creator>
      <dc:date>2001-07-25T10:03:12Z</dc:date>
    </item>
    <item>
      <title>Re: Unbuffered pipes</title>
      <link>https://community.hpe.com/t5/operating-system-linux/unbuffered-pipes/m-p/2556847#M80498</link>
      <description>I use "tail +0f" to do this.  It's line-buffered, which is appropriate for watching a log file or command output live.&lt;BR /&gt;&lt;BR /&gt;For example:&lt;BR /&gt;&lt;BR /&gt;# tail +0f /var/log/messages&lt;BR /&gt;&lt;BR /&gt;You could pipe to it as well:&lt;BR /&gt;&lt;BR /&gt;# my_ppp_command 2&amp;gt;&amp;amp;1 | tail +0f &lt;BR /&gt;&lt;BR /&gt;which would gather both stdout and stderr, and show you a line every time one was printed out.&lt;BR /&gt;&lt;BR /&gt;Give it a try.  Good luck!&lt;BR /&gt;</description>
      <pubDate>Tue, 31 Jul 2001 01:12:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/unbuffered-pipes/m-p/2556847#M80498</guid>
      <dc:creator>Vincent Fleming</dc:creator>
      <dc:date>2001-07-31T01:12:27Z</dc:date>
    </item>
  </channel>
</rss>

