Francesco Montorsi <[EMAIL PROTECTED]> wrote:
> [EMAIL PROTECTED]:~$ kwrite &
> =>[1] 20986
> [EMAIL PROTECTED]:~$
> =>[1]+ Donekwrite
> [EMAIL PROTECTED]:~$
>
> is there a way to tell bash not to print those lines marked with => ?
If you don't need to refer to the proce
Paul Jarc ha scritto:
Francesco Montorsi <[EMAIL PROTECTED]> wrote:
[EMAIL PROTECTED]:~$ kwrite &
=>[1] 20986
[EMAIL PROTECTED]:~$
=>[1]+ Donekwrite
[EMAIL PROTECTED]:~$
is there a way to tell bash not to print those lines marked with => ?
If you don't need to refer
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]+ Donekwrite
[EMAIL PROTECTED]:~$
is there a way to tell bash not to print thos
Francesco Montorsi wrote:
> Hi,
> when using & at the end of a command, bash prints messages like:
>
> [EMAIL PROTECTED]:~$ kwrite &
> =>[1] 20986
> [EMAIL PROTECTED]:~$
> =>[1]+ Donekwrite
> [EMAIL PROTECTED]:~$
>
> is there a way to tell bash not to print those line