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'm not talking about redirecting a standard error and saving it to a file.)
linux command pipe standard-io
Oh, I got it. $ [Target Program] 2< [File with desired data] You just have to type it in like this!
© 2024 OneMinuteCode. All rights reserved.