“$? dalam skrip shell” Kode Jawaban

$? dalam skrip shell

$? it give the exit status of last command 
drpzet

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

Jawaban yang mirip dengan “$? dalam skrip shell”

Pertanyaan yang mirip dengan “$? dalam skrip shell”

Lebih banyak jawaban terkait untuk “$? dalam skrip shell” di Shell/Bash

Jelajahi jawaban kode populer menurut bahasa

Jelajahi bahasa kode lainnya