I don't think it is meant to end in just plain &0 because bash parses that as a command. Has the command been bitten by a missing angle bracket perhaps ?
[/testing: leveret@george ~]$ killall kded4 && sleep 2 && kded4 &0 [2] 30401 bash: 0: command not found [/testing: leveret@george ~]$
Experiment and logic suggest that "greaterthan ampersand zero" may be what was originally typed before BZ mangling. Thankyou for this workaround.
I don't think it is meant to end in just plain &0 because bash parses that as a command. Has the command been bitten by a missing angle bracket perhaps ?
[/testing: leveret@george ~]$ killall kded4 && sleep 2 && kded4 &0
[2] 30401
bash: 0: command not found
[/testing: leveret@george ~]$
Experiment and logic suggest that "greaterthan ampersand zero" may be what was originally typed before BZ mangling. Thankyou for this workaround.