bug-bash
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: background process echo


From: Paul Jarc
Subject: Re: background process echo
Date: 23 May 2001 12:31:03 -0400
User-agent: Gnus/5.090004 (Oort Gnus v0.04) Emacs/20.7

"MrEye" <notell@hate_spam.com> writes:
> Whenever I execute a program in the background (using &), from a command
> line, and after I quit out of the background process, it echoes the whole
> command back into the command window which called it. Is there a way of
> stopping this echoing of the command?

One way: (command &)  But then the command won't be a job known to the
original shell, so this may not be what you want.


paul



reply via email to

[Prev in Thread] Current Thread [Next in Thread]