I want to use subprocess.check_output() with ps -A | grep 'process_name'. I tried various solutions but so far nothing worked. Can someone guide me how to do it?
subprocess.check_output()
ps -A | grep 'process_name'
← Назад к списку