I have my unix machine configured to run locate.updatedb on login in the background and after it completes, when I run a command such as ls-- the console returns the results of ls and
[1]+ Done sudo /usr/libexec/locate.updatedb
Is there anyway to prevent background processes to not announce when they've completed? Or even better-- a way to prevent a specific background process to not announce its completion?