Created
October 23, 2019 06:38
-
-
Save 178inaba/1a6cbc0c9797cf999657c20c61375cd8 to your computer and use it in GitHub Desktop.
Check the process ID of `make`.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ make | |
echo $$ | |
98825 | |
echo $$ | |
98826 | |
echo $$ | |
98827 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
all: | |
echo $$$$ | |
echo $$$$ | |
echo $$$$ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment