Paul Jarc ha scritto:
Francesco Montorsi <[EMAIL PROTECTED]> wrote:
  [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 => ?

If you don't need to refer to the process as %1, etc.:
$ ( kwrite & )

I have this in my .bashrc to I can use alt-Enter to run something in
the background without keeping track of it as a shell job:
bind $'Meta-RET: "\001(\005&)\r"'
Thanks a lot !!!
This is exactly what I was searching for; however for some reason copying it verbatim to my .bashrc did not work so I've slightly changed as:

bind '"\x1b\x4f\x4d"':"\"\001(\005 &)\r\""

so that shift+enter now does the trick ;)

Thanks,
Francesco



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

Reply via email to