Get Your System Info From Terminal

Sometimes we need to know the system version and more details about the kernel version, you might need this information for instance if you report a bug and you want to mention what is the version of the system you are using in order to reproduce the issue.
sw_vers: Print macOS operating system version information, More information: https://ss64.com/osx/sw_vers.html.
uname: Print kernel name.
Combine them together and get this result sw_vers && uname -v on macOS/Linux or ver on Windows OS





