0

When working with gdb, I often need to redirect the output of a command to the process in gdb. However, I can't do ./script | run in gdb so I often have to pipe the output to a file or named pipe and pipe that file/pipe with run < file.

Is there a way to "left-pipe" the output?

0 Answers0