pipe tag

2 questions


1 answers
122 views
0
[Linux] Can you deliver data to standard input/output redirection and standard errors?

You want to pass data to one program.Pipes allow data to be passed to the program's standard input.But what I want to do is write data in the standard error of the program.Is there a way to do this?(I...


1 answers
70 views
0
How to maintain servers in SIGPIPE

We created a server that receives commands through TCP or local UNIX sockets and sends the results.Occasionally, the client leaves before receiving the result and SIGPIPE occurs, each time the server ...

1 years ago

© 2024 OneMinuteCode. All rights reserved.