Created
October 18, 2019 02:28
-
-
Save diegoulloao/6a2732f67aa6546e03a318cabd007982 to your computer and use it in GitHub Desktop.
Returns SO info (generic in all linux distributions)
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
# linux | |
cat /etc/os-release | |
# unix | |
uname | |
# Darwin: MacOS | |
# Linux: Linux |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment