On Mon, Feb 21, 2005 at 05:19:22AM -0800, [EMAIL PROTECTED] wrote:
[...]
> while running:
>
> myapp 2>/dev/null&
>
> I want to change 2>&1 without stop this job.
> Is there some tips to finish it?
[...]
If you mean that you also want to discard stdout, you can try:
gdb myapp << EOF
attach $!
ca
[EMAIL PROTECTED] wrote:
Hi,
while running:
myapp 2>/dev/null&
I want to change 2>&1 without stop this job.
Is there some tips to finish it?
Unless the app itself responds to a signal to do that, there
is no way to accomplish it. At that point, it's out of the
shell's hands.
Chet
--
``The lyf so s
Hi,
while running:
myapp 2>/dev/null&
I want to change 2>&1 without stop this job.
Is there some tips to finish it?
Thanks in advance
gan
__
Do you Yahoo!?
Yahoo! Mail - Helps protect you from nasty viruses.
http://promotions.yahoo.com/new_