patch ... -r /dev/stderr for example fails since the file cannot be
created – shouldn't patch recognize that it's an open file descriptor
and try to write to it instead?

use-case is patching during the building of software, in which case
it's often times convenient to simply print out rejects to the console
for quick debugging.

thanks

Reply via email to