“$? w skrypcie Shell” Kod odpowiedzi

$? w skrypcie Shell

$? it give the exit status of last command 
drpzet

$$ w skrypcie 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

Odpowiedzi podobne do “$? w skrypcie Shell”

Pytania podobne do “$? w skrypcie Shell”

Więcej pokrewnych odpowiedzi na “$? w skrypcie Shell” w Shell/Bash

Przeglądaj popularne odpowiedzi na kod według języka

Przeglądaj inne języki kodu