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
  • 2
    What effect do you want to achieve here? Read a single line of input? If so, why use while at all? ql_receiver_lock_holder | (read line; echo ...) & disown would work just as well for that. Or do you want to end the loop? In which case a simple break would do. Commented Apr 23, 2018 at 6:04
  • For me this sound like you want to break out of the loop, but it is really difficult to understand what you want to archive. Commented Apr 24, 2018 at 7:21