Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

2
  • Durable as in , the pipe and its buffer. Pinning is the solution provided by Stéphane Chazelas. Not sure I understand your suggestion with using tail. How does that keep the pipe open if command would be my reading application and not miss data? Commented Sep 27, 2024 at 9:28
  • 1
    tail's end of file handling is different from cat's. Commented Sep 27, 2024 at 11:57