[USER@SERVER ~] sleep 3 &
[1] 5232
[USER@SERVER ~]
[1]+ Done sleep 3
[USER@SERVER ~]
How do I /dev/null these two messages?:
[1] 5232
[1]+ Done sleep 3
p.s.: so I need the output of the process, but not the mentioned two lines!