ifIf you do not want to show console/terminal logs of bash , use following command for example I starting inbuiltstart php server which generates request/response logs which I maydo not want , I do it with this command
php -S localhost:8989 &> /dev/null
php -S localhost:8989 &> /dev/null