Does anyone know how to supress the 'process number' line and the 'done'
line when submitting a process to run in the background? I tried sending
it to /dev/null, but that didn't solve the problem. The exact command I
am trying is: ls &
The two lines I would like to not have returned are:
nnnnnn (process number)
Done