I have tried various combinations of gedit, &, >/dev/null 2>/dev/null. When gedit is used with the other two it always prints something to the terminal.
I understand that the numbers are pid's. But, please elucidate the following
- Why are those outputs produced when I redirected stdout and stderr to /dev/null, whereas bare
geditdoes print nothing? - What does
[1]+ Donemean? - How to prevent those outputs?