“$? Dans Shell Script” Réponses codées

$? Dans Shell Script

$? it give the exit status of last command 
drpzet

$$ dans le script 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

Réponses similaires à “$? Dans Shell Script”

Questions similaires à “$? Dans Shell Script”

Plus de réponses similaires à “$? Dans Shell Script” dans Shell/Bash

Parcourir les réponses de code populaires par langue

Parcourir d'autres langages de code