Horje
$? in shell script Code Example
$? in shell script
$? it give the exit status of last command 
$$ in shell script
$$ 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.




Shell

Related
node ace list routes Code Example node ace list routes Code Example
adonis list routes Code Example adonis list routes Code Example
how to terminate lite server Code Example how to terminate lite server Code Example
bash show hidden characters in file Code Example bash show hidden characters in file Code Example
bash print count of unique words in column Code Example bash print count of unique words in column Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
12