Suppose I am the author of a shell utility called bar
. One common use case is in pipelines like foo | bar
, where foo
sometimes runs interactively. I want t...
↧
Check if piped-in process is blocked on input
↧