bug-bash
[Top][All Lists]
Advanced

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

How to suppress async messages for background jobs


From: Francesco Montorsi
Subject: How to suppress async messages for background jobs
Date: Sun, 05 Mar 2006 14:12:10 +0100
User-agent: Mozilla Thunderbird 1.5 (X11/20051201)

Hi,
  when using & at the end of a command, bash prints messages like:

  frm@genius:~$ kwrite &
=>[1] 20986
  frm@genius:~$
=>[1]+  Done                    kwrite
  frm@genius:~$

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...

Thanks,
Francesco





reply via email to

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