“ps en shell script” Código de respuesta

ps en shell script

$? it give the exit status of last command 
drpzet

$$ en script de shell

$$ is the process ID (PID) of the script itself.

$BASHPID is the process ID of the current instance of Bash. This is not the same as the $$ variable, but it often gives the same result.
BlessedDog

Respuestas similares a “ps en shell script”

Preguntas similares a “ps en shell script”

Más respuestas relacionadas con “ps en shell script” en Shell/Bash

Explore las respuestas de código populares por idioma

Explorar otros lenguajes de código