Chet Ramey ha scritto:
Francesco Montorsi wrote:
Hi,
  when using & at the end of a command, bash prints messages like:

  [EMAIL PROTECTED]:~$ kwrite &
=>[1] 20986
  [EMAIL PROTECTED]:~$
=>[1]+  Done                    kwrite
  [EMAIL PROTECTED]:~$

is there a way to tell bash not to print those lines marked with => ?
I could not find any command searching in the bash manual or googling...

These messages will be printed unless job control is turned off.
how can I turn job control off without recompiling the shell ?
The only option I found is --disable-job-control for ./configure :(

THanks indeed,
Francesco



_______________________________________________
Bug-bash mailing list
Bug-bash@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-bash

Reply via email to