“$? im Shell -Skript” Code-Antworten

$? im Shell -Skript

$? it give the exit status of last command 
drpzet

$$ im Shell -Skript

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

Ähnliche Antworten wie “$? im Shell -Skript”

Fragen ähnlich wie “$? im Shell -Skript”

Weitere verwandte Antworten zu “$? im Shell -Skript” auf Shell/Bash

Durchsuchen Sie beliebte Code-Antworten nach Sprache

Durchsuchen Sie andere Codesprachen