standard-io tag

1 questions


1 answers
121 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...


© 2024 OneMinuteCode. All rights reserved.