Ir al contenido
Utility to find the process id (PID) by name and count process id (Procesos, Bash)
Bash
,
Procesos
Shell
pidof apache2 | wc -w
1
pidof
apache2
|
wc
-
w