bug-bash
[Top][All Lists]
Advanced

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

Re: How to suppress async messages for background jobs


From: Chet Ramey
Subject: Re: How to suppress async messages for background jobs
Date: Sun, 05 Mar 2006 12:47:42 -0500
User-agent: Thunderbird 1.5 (Macintosh/20051201)

Francesco Montorsi wrote:
> 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...

These messages will be printed unless job control is turned off.


-- 
``The lyf so short, the craft so long to lerne.'' - Chaucer
( ``Discere est Dolere'' -- chet )
                                           Live Strong.  No day but today.
Chet Ramey, ITS, CWRU    chet@case.edu    http://cnswww.cns.cwru.edu/~chet/




reply via email to

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