Skip to content

Instantly share code, notes, and snippets.

@178inaba
Created October 23, 2019 06:38
Show Gist options
  • Save 178inaba/1a6cbc0c9797cf999657c20c61375cd8 to your computer and use it in GitHub Desktop.
Save 178inaba/1a6cbc0c9797cf999657c20c61375cd8 to your computer and use it in GitHub Desktop.
Check the process ID of `make`.
$ make
echo $$
98825
echo $$
98826
echo $$
98827
all:
echo $$$$
echo $$$$
echo $$$$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment