DupxDupx is a simple *nix utility to redirect standard output/input/error of an already running process.MotivationI've often found myself in a situation where a process I started on a remote system via SSH takes much longer than I had anticipated. I need to break the SSH connection, but if I do so, the process will die if it tries to write something on stdout/error of a broken pipe. I wish I could suspend the process with ^Z and then do abg %1 >/tmp/stdout 2>/tmp/stderr Unfortunately this will not work (in shells I know).
Last Modified: Mon Aug 16 15:46:00 PDT 2010 |
|
来自: sven_ > 《favorite》